Skip to main content

I have created a workspace which reads all CSV files from a zip file selected for a file user parameter by using $(ZIPFILE)[**\\*.csv] as the dataset in a FeatureReader.

 

This works as intended in Desktop, but will not run on our FME Server (tried with FME Server 2021.2.5 and FME Flow 2023.0.2). In both cases, the CSV reader fails to open the file, which is being stored in a temp upload directory specific to the workspace file name, including the ".fmw" extension. I currently believe that the ".fmw" in the directory path is causing the issue, as I am able to run the workspace successfully when I add the file to another FME Server Resources directory and browse to the file instead of uploading when attempting to run the workspace.

 

Is there any way to specify where the file gets stored when being uploaded from the Run Workspace page or via a server app? Any other way I might be able to get this to work as intended?

Be the first to reply!

Reply