Ok, so this is the situation:
I have a workspace that is completely functioning in FME Desktop. In this workspace, a lot of writers are implemented, creating folders and output. Some examples:
- $(FME_SHAREDRESOURCE_DATA)/output/$(DateString)/Validation/Validation.html (for a html writer)
- $(FME_SHAREDRESOURCE_DATA)/output/$(DateString)/Delta/ (for a esri shape writer)
- $(FME_SHAREDRESOURCE_DATA)/output/$(DateString)/output.gdb (for a file geodatabase writer)
De folder "output" already exists, but the folder "$(DateString)" not yet. The DateString is made in a small Private Parameter script.
In FME Desktop, this results in all my folders being created and files being made exactly how I want it. However, when I do this using FME Server, only my geodatabase writer seems to write anything (and often not all the features that should be in it!) in my output folder. The other data is only available as a downloadlink after the run (which is not how I need it to be). Any idea how this is possible? In an earlier project with FME Server, I did not encounter such issues.
Btw: My FME Server build is more recent than my FME Desktop build, so that should not create any problems.