Skip to main content
Solved

FME Flow Error: SDE Database Connection & Resource Path

  • 31 July 2024
  • 2 replies
  • 75 views

We are converting a number of GIS-focused Automations in FME Flow 2024.0 to use the new SDE Database Connections instead of the old PATH resource.  FME Flow is returning an error when attempting to read the new database connection properties: ‘An error occurred while attempting to retrieve the connection parameters from the connection file’ 

For each of the FME Flow Database Connections, we used an FME Resource, ‘SDE_GISD’, for the path reference for the connection file.  We found if we use a UNC path instead of the FME Flow resource it works as expected.  Is this a limitation or are we doing something wrong?

Connection works as expected on local host, local server host, and with UNC path for the database connection within FME Flow.  Just not with using a Resource path in the connection.

Error:

315 2024-7-31 11:51:25 | Opening the Esri Geodatabase reader
316 2024-7-31 11:51:25 | An ArcGIS license is already checked out. The product checked out is 'ArcServer'
317 2024-7-31 11:51:25 | Installed ArcGIS version is '11.1'
318 2024-7-31 11:51:26 | An error occurred while attempting to retrieve the connection parameters from the connection file '$(SDE_GISD)\facilities-gisd.sde'

Hi @nchap,

Can you try moving the SDE file to the Data resource folder, modifying the connection to reference the file in the Data resource folder and then re-running the workspace?

Let me know if that works or if you’re still having issues!

 

 


@timatsafe 

 

Tim, uploading to the Data resource and remapping the file reference to said resource worked.  This had us a bit confused but this worked perfectly and folder uploads to the Data resource work which will help us organize all of our environments immensely. 

 

Thank you very much!


Reply