Skip to main content

I am create a work bench but create highest FME version 2019.2 it is not working FME version 2019.0 missing some transformers. I want FME Version 2019.2 converted to FME version 2019.0 how to resolve this problem please tell me

You can't do that automatically I'm afraid.

What you can do is install FME 2019.0 as well (if you make sure to pick a new installation folder the versions will live side by side), open the workspace there and recreate the parts that went missing.

If a workspace contains a newer version of a transformer, reader or writer FME will not be able to use that of course and it will remove that object. Best practice is that if you know the workspace has to run in a specific version you develop it in that version to avoid these conflicts alltogether.


You can't do that automatically I'm afraid.

What you can do is install FME 2019.0 as well (if you make sure to pick a new installation folder the versions will live side by side), open the workspace there and recreate the parts that went missing.

If a workspace contains a newer version of a transformer, reader or writer FME will not be able to use that of course and it will remove that object. Best practice is that if you know the workspace has to run in a specific version you develop it in that version to avoid these conflicts alltogether.

This is how I do it as well.


Reply