Skip to main content
Question

How do I use the fanout writer option in a workspace in FME Server?

  • November 13, 2015
  • 2 replies
  • 50 views

i am new to FME Server. I have several workspaces that uses the fanout option in the writer.

 

An very basic one is reprojecting coordinates in a excel file.

 

The current workspace takes the input filename (FME_BASENAME) and concatenates CONVERTED_ as a prefix for the new output filename.

 

when I published this to FME Server as data download service, the translation is successful the logs shows no errors, the jobs status show completed successful but I get a failure and no file for download.

 

Also no file in the RequestResults folder.

 

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

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • November 13, 2015
Set the fanout folder to FME_SERVER_DEST_DIR, set the attribute to fanout on as concatenated attribute (and possibly set the fannout suffic to .xls(x) depending on whether or not it's already included in the attribute

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • November 16, 2015
Yes good answer from @jdh - and this article covers the issue as well. For FME Server 2016 we've improved Writer Fanout for the Data Download Service and this should work without the workaround.