Solved

FMEObject how to read multiple shape and writer to multiple database

  • 5 January 2016
  • 1 reply
  • 3 views

Just as in FME workbench, read multiple *.shp and automatic write into multiple database with dynamic schema. It is easy in workbench. Now I want to do the process in FMEObject. With the code below, open the source and destin dialog.

And what strange is that, this works successfully for monthes. Recently, this code does not work as I expect, and I can not remember which change I have made.

icon

Best answer by markatsafe 5 January 2016, 17:36

View original

1 reply

Badge +2

Our recommendation is that users trigger workflows using the IFMEWorkspaceRunner FMEObjects call rather than encapsulating an entire transformation in code. When you should use FMEObjects and using IFMEWorkspaceRunner

Reply