Skip to main content
Solved

Tryging to read Postgres 14 with FME 2023 but getting "Failed to retrieve feature types"

  • June 3, 2024
  • 2 replies
  • 139 views

anteboy65
Contributor
Forum|alt.badge.img+4

I’m running FME Form 2023 and creating a new script with a reader wich fails when looking up tables. Message given: 

Failed to retrieve feature types

Could not open the enterprise geodatabase because the local version of arcgis is not compatible with the server's SDE version.

On the laptop I have both Arcmap 10.7 and ArcGIS PRO 3.1 (AGP) installed. When creating the reader I use a connection file created in AGP. I also have FME 2018 but this is 2023. The reader is defined as “Esri Geodatabase (ArcSDE Geodb) / Embed Connection Parameters” as the geometry format in the database is ST_GEOMETRY. 

To me it looks like files from ArcGIS 10.7 is found and used which doesn’t work. Is there any way to force FME 2023 to use “library files” from AGP 3.1 or is there another way to solve the problem?

Best answer by hkingsbury

In the navigator, check what ‘Esri ArcGIS Compatibility’ is set to
 


You may need to change it to the Pro option

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • June 3, 2024

In the navigator, check what ‘Esri ArcGIS Compatibility’ is set to
 


You may need to change it to the Pro option

 

 


anteboy65
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • June 4, 2024

Thanks! That did the trick.