I'm trying to write a new FGDB to a network location using FME Sever. In FME Desktop it writes out fine. In FME server the error message is:
Geodatabase Error (-2147024894): The system cannot find the file specified. Could not open File Geodatabase dataset for writing
FME server has write access to this location. It will write feature classes to an existing FGDB, but it wont create a new one. I have tried both the Esri Geodatabase (File Geodb Open API) and Esri Geodatabase (File Geodb) writers.
Any idea's why it works in Desktop but not in Server?