Question

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

  • 23 June 2020
  • 3 replies
  • 31 views

Badge

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


3 replies

Userlevel 6
Badge +32

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.

Userlevel 6
Badge +32

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

Badge

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

Reply