Hi all,
I have the following scenario:
A "master" workspace calling 3 other workspaces on FME Server 2017 using FMEServerJobsubmitter transformers.
Followed by a FileCopy writer (in the same "master" workspace) copying the files on the FME Server (using the resources folders).
This works perfectly (files are created and copied to the right location).
But I want to run the "master" as a Data Download service.
The ZIP file is created and a link is delivered. But the ZIP file remains empty.
It does not seem to collect the output from the FileCopy writer.
Am I missing anything (other than the option to re-read the data using a FeatureReader and writing using actual writers)?
Thanks for any suggestions.