Skip to main content
Question

SystemCaller which trigger a command on the FME Server

  • October 30, 2020
  • 2 replies
  • 243 views

Forum|alt.badge.img

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

 

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.

2 replies

bwn
Evangelist
Forum|alt.badge.img+26
  • Evangelist
  • 562 replies
  • November 1, 2020

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


Forum|alt.badge.img
  • Author
  • 13 replies
  • November 2, 2020

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