Question

Schema(Any Format) Reader successful in Desktop but Failing in Server

  • 21 November 2022
  • 2 replies
  • 2 views

I have a Workspace with a Schema reader to read a set of FGDBs on a network share. It is working when I run in Desktop but failing with theses errors when I publish to server.

 

I have checked and double checked that I am looking at the same file share location in both server and desktop and I have published the workspace using the same user id that I'm using to run the workspace as well as using that id to run the run it on the server.

 

I'm running version 2019.1.3.1 on both Desktop and Server.

 

Anyone else encounter this before?

 

Thanks,

 

73   Geodatabase Error (-2147024891): Access denied.

74   Could not open File Geodatabase dataset <'My File Share Folder'> for reading


2 replies

Userlevel 4

Make sure that FME Server Core and Engine services are running as a domain user with access to the share:

https://docs.safe.com/fme/html/FME_Server_Documentation/AdminGuide/Running_FME_Server_Engines_Under_Different_Account.htm

The default service account cannot access the network.

Thanks david_r.

Once the service account was provided access this worked fine as a server job.

Reply