Skip to main content

I need to Dynamically change the Port Number in Workbench from Command Line before starting the FME workbench based on the Smallworld session

You can publish the parameter that contains the port number (right click the parameter and create user parameter) and then use the parameter on the command line, like:

fme.exe myworkspace.fmw --portparameter 3000


You can publish the parameter that contains the port number (right click the parameter and create user parameter) and then use the parameter on the command line, like:

fme.exe myworkspace.fmw --portparameter 3000

Thanks,

 

Is there any chance to define the Port number from CMD line like mentioned below

 

fme.png

 


Thanks,

 

Is there any chance to define the Port number from CMD line like mentioned below

 

fme.png

 

Sorry, but never seen that notation.

 

An option is fme.exe myworkspace.fmw --portparameter %1

 

This will prompt for a value.

 

 


Sorry, but never seen that notation.

 

An option is fme.exe myworkspace.fmw --portparameter %1

 

This will prompt for a value.

 

 

Thanks for update

 

 


Reply