Skip to main content
New

SDE file connections as Database Connections not sharable across FME Flow Connection Store

Related products:FME FormFME FlowIntegrations
  • November 3, 2025
  • 1 reply
  • 59 views

j.botterill
Influencer
Forum|alt.badge.img+56

ESRI only makes arcSDE connections available via a ‘sde file’ which is a propierity file stored on disk, sometimes C drive, other times on network storage. Often we struggle with access to these files, as some are open and read only access, others have higher privileges to write to the SDE geodatabase.

So its confusing to me having *.sde files as “Database Connections”

In 2025, we now have the option to store database connection in FME Flow. We can change the dataset path from local to the Shared Resources on FME, either the Engine or the Data folder.

Flow database connection with SDE type

This enables further re-use of the connection within Flow… however the problem then becomes how can FME authors manage the connection in Form?

FME Flow connection storage is great, but not necessarily for SDE file database connections

In practice, you go to re-use the flow connection for SDE and despite the path being to Resouces (engine and shared to roles) the error is repeatable 

 

Error’s connecting to feature types in ArcSDE geodb encountered in 2025.1

The workaround for now is to follow Option 2 in article https://support.safe.com/hc/en-us/articles/30212601575693-How-to-Create-and-Manage-Esri-Geodatabase-ArcSDE-Connections-in-FME  storing a single SDE file in a network share location that is accessible to both Form and Flow

 

Can Safe software please add an enhancement to help find a better solution surrounding SDE connections and FME?

Maybe ESRI have ideas or community wishes to move away from only have *.sde files as the single means to connect to Spatial Database Engine. What's needed is another means/protocol to properly “direct connect” to the DBMS and to include the sde registry.

Connect to the DBMS registered for SDE, add a new option to get license and work as SDE

A requirement for FME Flow instance is to have ArcServer installed for the licensing of SDE/FGDB. Perhaps this opens up something new.

 

 

1 reply

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • November 3, 2025

Agreed, we moved to using database connections for SDE connectivity when we upgraded to 2024 and it felt like a nice solution. Upgrading to 2025 and realised that it’s problematic if you’re using connections in FME form that are stored in Flow. 

 

Option 2 isn’t really an option in the environment I’m working in right now.

 

See also

Optimize Connection Storage on FME Flow | Community