Hi everyone,
I am having trouble with downloading SDF output as a data download service.
The workspace itself is really simple:
- 1 SDF reader, reading a file containing 10 features;
- 1 transformer;
- 1 SDF writer, creating a file containing 10 features.
When this process is executed from the FME Server environment as a job submitter service, there is no problem.
When the same is executed as a data download service, I can see in the log that 10 features are written. The download link also shows the output .sdf file, but it contains 0 features in data inspector (instead of 10).
When we write to e.g. shapefile as a download service, there is no problem.
So, to summarize, it appears to be impossible to use SDF files in a data download service?
I know it has worked before, so I am wondering if anyone had the same problem? Suggestions how to solve this?
Thanks in advance!