Skip to main content
Question

Multiple SDE Connectionfiles in one workbench

  • January 6, 2021
  • 2 replies
  • 16 views

Forum|alt.badge.img

I have multiple SDE Connections files, which are used as datasources ("Reader") with the same workflow. Until now I have for every SDE Connection files a specific workbench. Is there a way to bring all SDE Connectionsfiles (as Reader) into one workbench (Loop?).

2 replies

Forum|alt.badge.img+2

The easiest is a WorkspaceRunner.

 

Process

  • Workbench 1 - Text file with the connection names and WorkspaceRunner configured to use those names as a variable
  • Workbench 2 - The process you want to run left as is

 

Using this method you can run up to 7 of them at the same time if your server/pc can handle the load.


Forum|alt.badge.img
  • Author
  • January 7, 2021

The easiest is a WorkspaceRunner.

 

Process

  • Workbench 1 - Text file with the connection names and WorkspaceRunner configured to use those names as a variable
  • Workbench 2 - The process you want to run left as is

 

Using this method you can run up to 7 of them at the same time if your server/pc can handle the load.

Thanks a lot. I will try...