Skip to main content
Solved

Error: The log file for job ID "..." does not exist

  • June 7, 2021
  • 2 replies
  • 224 views

hermann
Contributor
Forum|alt.badge.img+10

If I run a workspace manually the FME Server starts logging - but the logs are not available when the jobb is completed:

 

Jobs ==> completed ==> choose one

"Error: The log file for job ID "..." does not exist"

 

Any help appreciated. Thanks

Best answer by david_r

It may be that the available disk space is below the critical level, which makes FME Server delete all the job logs immediately after execution.

Check for critical messages in <FMEServerShare>\\resources\\logs\\service\\current\\fmecleanup.log

See also https://docs.safe.com/fme/html/FME_Server_Documentation/WebUI/Configuring-System-Cleanup-Settings.htm

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

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • June 7, 2021

It may be that the available disk space is below the critical level, which makes FME Server delete all the job logs immediately after execution.

Check for critical messages in <FMEServerShare>\\resources\\logs\\service\\current\\fmecleanup.log

See also https://docs.safe.com/fme/html/FME_Server_Documentation/WebUI/Configuring-System-Cleanup-Settings.htm


hermann
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 13 replies
  • June 7, 2021

This solved the problem. Thanks.