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......
Page 1 / 1
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.
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
No with other formats as well....but this stuff with permissions was on my thought. Thanks anyway