I have a workspace in which depending on certain conditions I am calling another workspace using python shutdown script.
This is my script
if DataType == 'ABCD':
wsr.runWithParameters(current_workspace_dir+"/test1.fmw",{"SourceDataset_GENERIC": FME_MacroValuesr"Input_FileName"]})
else....
If I run this from desktop works fine. but when I publish it to the server. It gives error in processmonitor log as "No FME Floating Licenses are available. Contact your distributor to purchase additional licenses."
Other workspaces without chainig works fine. Is this something to do with licensing?
Cheers