Skip to main content
Solved

SystemCaller not working as expected in FME Server

  • November 17, 2014
  • 1 reply
  • 55 views

graeme
Contributor
Forum|alt.badge.img+4
Hello,

 

 

I have a simple workbench script that uses a SystemCaller to run a batch file, then checks for success/failure.  It runs fine through workbench when logged in using the FME server user, but not when published and run through FME Server.

 

 

In FME Server the job looks like it completes successfully (return code 0, no warnings/failures), but it doesn't actually execute the instructions of the batch file.  Since there is no error message in the log, there's not much to go on for diagnosing the problem.  It isn't due to a path problem because the caller fails if I give it a bogus filename.

 

 

 

Best answer by david_r

Hi,

 

 

this sounds like a permissions issue. Be aware that service accounts and rights management might behave slightly different than a regular user account.

 

 

Try involving your local IT dept, if possible.

 

 

David
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.

1 reply

david_r
Celebrity
  • Best Answer
  • November 18, 2014
Hi,

 

 

this sounds like a permissions issue. Be aware that service accounts and rights management might behave slightly different than a regular user account.

 

 

Try involving your local IT dept, if possible.

 

 

David