Hi,
I'm having an issue using FeatureWriters on FME Server (22350).
What I'm trying to do is create a File Geodatabase with a feature writer, then later in the same workspace remove selected features from feature classes in the File Geodatabase that has been created.
This works in desktop and as a fmejobsubmitter serivce, but when using the fmedatadownload service the second feature writer throws an error that the featureclass/database does not exist.
I assume this is related to how FME Server adjusts the paths for data being created for the data download ZIP file? Both FeatureWriters are linked to the same parameter for the output FGDB.
I have tested using a FeatureReader with the same parameter for the FGDB, and it successfully reads from the created FGDB.
Is there some parameter or configuration I can use to ensure that both FeatureWriters are using the same path for the FGDB? (I've tried the FME_SHAREDRESOURCE_TEMP but that didn't help).
I've attached a simplified example, it uses the Natural Earth Countries Shapefile, writing to a FGDB and then deletes the first record read from the Shapefile.