Skip to main content
Question

Esri gdb to PostGIS

  • November 5, 2019
  • 4 replies
  • 192 views

Hi Everyone,

I am trying to convert Esri .gdb file to PostgreSQL v 11.5 with PostGIS extension of v 2.5,

an error message appears (Error executing SQL command ('SELECT AddGeometryColumn('public', 'UtilityNetwork_EDD', 'geom', importfromesri, 'GEOMETRY', 3)'): 'ERROR: column "importfromesri" does not exist)

Can anyone help in solving this issue ´, I have searched for the same problem but nothing helped me, thanks in advance

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.

4 replies

Forum|alt.badge.img+2
  • November 6, 2019

@ali1 I think the community will need a little more detail to be able to help you here. Probably an example workspace and dataset that replicates the problem. If it's not possible to share a small sample dataset with the community you could take this up with your FME reseller support channel.


  • Author
  • November 7, 2019

Dear @markatsafe ♦ ,

Please find the data set in .gdb file format

 


Forum|alt.badge.img+2
  • November 7, 2019

@ali1 Thanks very much for including the sample data. Unfortunately we can't reproduce the error that you encountered. This actually doesn't look like an FME error, or possibly an error in the FME SQLExecutor or SQLCreator. Are you able to share a copy of the FME Workspace you are using (along with the full log file) that generates this error? You you can send it direct to me at mark @ safe.com.


travisk
  • April 8, 2020

The error provided seems to indicate that the SRID in the source was not defined (or could not be imported from ESRI?) . My suggest would be to set the Coordinate System and define the Spatial Column SRID in the writer features properties

Regards