Skip to main content

Hi,

I have a problem to trigger a command via System Caller on the FME Server. In the log appears the following:

 

2020-10-30 15_18_39-Jobs - FME ServerIt triggers an .exe with Parameters, which are reference to FME-Server Resource Directory. If we start the process local via FME Workbench, it works without troubles and do the job. If we trigger the same directly on the Server via cmd.exe or batch-file it works as well without problems. For any kind of help I would be grateful

 

The command string shown in the Log does not appear to be formatted correctly:

1. To separate sequential commands requires &&

2. Paths with spaces need to be enclosed with double quotations " Eg. cd /d "c:\\program files"

Examples here:

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/systemcaller.htm


Hello, thank's for answer. I will try the suggestion and hope it works after that.


Reply