I have several workbenches running as jobs on FME Server that read/write to an ArcGIS SDE geodatabase in SQL Server. They all use a shared SDE connection file, currently stored in the \\Shared Resources\\Data folder on the server. One of the workbench jobs is apparently having an issue with this connection file. Whenever it runs (and the workbench logic allows trying to open the SDE geodatabase for a write operation), the job fails with this error:
Creating writer for format: Esri Geodatabase (ArcSDE Geodb)Trying to find a DYNAMIC plugin for writer named `GEODATABASE_SDE'Loaded module 'GEODATABASE_SDE' from file 'C:\\Program Files\\FMEServer\\Server\\fme\\GEODATABASE9.dll'FME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20180209)FME Configuration: No destination coordinate system setFME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20180209)Writer `FeatureWriter_2_0' of type `GEODATABASE_SDE' using group definition keyword `FeatureWriter_2_0_DEF'FME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20180209)The ArcObjects license 'Advanced' is being selected from the Windows registryFME has checked out an Esri license. The product checked out is 'Advanced'Installed ArcGIS version is '10.5.1'An error occurred while attempting to retrieve the connection parameters from the connection file '"C:/ProgramData/Safe Software/FME Server///resources/data//OSA Connection to LGIM_Pub on GIS-SQL1.sde"'A fatal error has occurred. Check the logfile above for details
I have ArcGIS Desktop 10.5.1 and Background Geoprocessing (64-bit) installed on the server. The connection file is configured to use Operating System Authentication (OSA), and FME Server runs using a domain account that has the required privileges on the geodatabase in SQL Server.
The workbench runs fine in FME Desktop on my local computer using the exact same connection file.
I can't seem to get past this. The other jobs that use this connection file run without any issues.
-Carl