I need to Dynamically change the Port Number in Workbench from Command Line before starting the FME workbench based on the Smallworld session
Page 1 / 1
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
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
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.