Skip to main content
Question

Doesn't write a file into a local directory via Workspace in FME Server

  • June 23, 2020
  • 3 replies
  • 199 views

Forum|alt.badge.img

I have a workbench, which calls a REST API via HTTPCaller and get a Response in JSON Format. Then it writes the response via a FeatureWriter into a directory as a json-File. That works with no trouble in FME. But as soon I published it for FME Server and start the process there, it doesn't write no jsonfile into the directory. The workspace runs on the FME Server without problem. I testet with different workflows like AttributeFileWriter etc. It never writes a file......

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.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+64

JSON only or also problems with other formats?

This is usually a permissions issue. Make sure the account fme server uses has the correct read write permissions.


nielsgerrits
VIP
Forum|alt.badge.img+64

JSON only or also problems with other formats?

This is usually a permissions issue. Make sure the account fme server uses has the correct read write permissions.

edit:

See https://knowledge.safe.com/articles/362/workspace-fails-on-fme-server-when-using-unc-paths.html


Forum|alt.badge.img
  • Author
  • June 23, 2020

No with other formats as well....but this stuff with permissions was on my thought. Thanks anyway