Skip to main content
Solved

FMEObject how to read multiple shape and writer to multiple database

  • January 5, 2016
  • 1 reply
  • 19 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.

Best answer by markatsafe

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img+2
  • Best Answer
  • January 5, 2016

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