Skip to main content
Question

64-bit FME reading ArcSDE

  • November 8, 2016
  • 2 replies
  • 27 views

Forum|alt.badge.img

We have problems using 64-bit FME (2016.1) to read/write ArcSDE-base. There is ArcGIS 10.4.1 installed with 64-bit background geoprocessing (I can see the bin64 folder) that according to this article should be enough to access ESRI world via GEODATABASE_SDE reader. However when trying to connect with the SDE-base either with existing reader (that works with 32-bit FME) or new one, I got fatal error:

Please ensure the connection parameters are correct (server=`Etaklevitus1', instance=`sde:postgresql:Etaklevitus1,5432', user=`levituum_admin', password=`***', database=`levituum', version=`SDE.DEFAULT')

 

Is there somewhere I should look at?

Best regards,

Raivo Alla

Estonian Land Board

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

Forum|alt.badge.img+2
  • November 9, 2016
Do you have any other application extensions installed in your ArcSDE environment, such as ArcFM from Schnieder Electric? In many cases, these application extensions are not 64bit enabled. Also, if you are using direct connect then you may need to ensure the correct database client is installed to match your 64bit FME, i.e. SQL Server Native Client 64bit. Instead of running an existing workspace, try creating a new workspace and connect to your ArcSDE Geodb - this might give you a clearer error message.

 

 


Forum|alt.badge.img
  • Author
  • November 10, 2016

Thanks Mark for your ideas! I now replaced the libpq.dll library that comes from ESRI-s 64-bit GP extension with libpq.dll that I already had in QGIS bin folder and now I got it to work!

Thank you again,

Raivo