Skip to main content
Solved

Batch deploy for 2 inputs

  • September 15, 2016
  • 6 replies
  • 33 views

Forum|alt.badge.img

Hi ,

I have 2 input readers , a GDB an a DGN files , and 1 output DGN file , and I need to execute the process in a batch deploy , with a input directory and a output directory , but I don't know how can I do it if I have two inputs.

With one input is easy , with a path reader sending any path input to a workspaceRunner , but with two diferent inputs ?? any idea ??.

thanks for your help !!

Best answer by itay

Hi @xavigarciamar,

A second Directory and file pathnames reader connected to a second workspacerunner, is that an option?

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.

6 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • Best Answer
  • September 15, 2016

Hi @xavigarciamar,

A second Directory and file pathnames reader connected to a second workspacerunner, is that an option?


Forum|alt.badge.img

Hi itay , thanks for your continuosly help !! I'm not sure , you believe that it will works ?? If I have for example , 3 GDB's and 3 DGN's , associated one to one , how the system will know what GDB goes with his corresponsive DGN ??? Do you think that it can works ??? I must have the same input directory for the DGN and GDB's , and it must be in a batch deploy ... thanks again !!


Forum|alt.badge.img

Thinking in your solution , I believe that it will works , but it limits the number of the inputs to the number of folders ... you another idea Itay ??? thanks !!


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • September 15, 2016

Hi itay , thanks for your continuosly help !! I'm not sure , you believe that it will works ?? If I have for example , 3 GDB's and 3 DGN's , associated one to one , how the system will know what GDB goes with his corresponsive DGN ??? Do you think that it can works ??? I must have the same input directory for the DGN and GDB's , and it must be in a batch deploy ... thanks again !!

Hi, It is not clear to me what you are trying to achieve, can you post your workspace or an image of it?

 

 


Forum|alt.badge.img

Hi Itay again ,

I don't attach the workspace because is a problem of directorys and inputs of the reader and with the workspace you will not see the problem , I'll try to explain you again , sorry I haven't been explained correctly.

I have a FME diagram that have two readers of input , a DGN and a GDB file. I want to create a batch deploy process able to take diferents inputs in a directory and generate with a batch process the output.

For example , I have DGN_1 and GDB_1 that must be translated in process , but I also have , DGN_2 and GDB_2 , DGN_3 and GDB_3. Any number , 1 , 2 and 3 indicates that must be processed any pair of files in diferents process. DGN_1 and GDB_1 will execute FME process and generates output_1 , and the same for 2 and 3 ...

But the 6 files must be in the same directory of input for the readers.

I have explained ¿¿¿ sorry , is difficult to explain ... thanks again !!


Forum|alt.badge.img

Finally I have created like say Itay , with different paths and workspace runner , it's limited to a number specific of inputs , but it works , thanks again !!