Skip to main content

The workspace works in workbench. I am just reading a csv file from a network drive and doing some transformation and outputting another csv file back into the network drive.

However when I publish it into fme server and run from there, I received an error

"CSV Reader: Failed to read the specified file(s) in the folder '\\\\xxxxxxxxxxxxxxx.csv'"

Anyone has any idea?

Inside workbench, the destination csv contains the hardcoded network directory.

Thanks

Does FME Server have access to that folder? (to be specific: the user account under which FME Server needs to have access to that folder).


Hi sorry how do I check? From FME server? Sorry Im not very technical.


You will most probably have to configure the FME Server engine service to run as a domain user, see:

http://docs.safe.com/fme/2018.1/html/FME_Server_Documentation/Content/AdminGuide/Running_System_Services_Under_Different_Accounts.htm

The default local system account has no access to network resources.


Reply