Skip to main content
Solved

The error number from ArcObjects is: '-2147467263'

  • October 9, 2018
  • 3 replies
  • 171 views

paalped
Contributor
Forum|alt.badge.img+5

Hi,

I'm trying to wirte to a SDE database with postgres arcitechture. I've filled in all the parameters and I get this error message: 

An error occurred while attempting to open the table, feature class or relationship class 'datasetname.featureclassname'. The error number from ArcObjects is: '-2147467263'. The error message from ArcObjects is: {}

What a lovely error message from ArcObjects, right..

Has anyone experienced this, and know what can be the fault?

Ps: I couldn't find the error number here: http://resources.arcgis.com/en/help/arcobjects-java/api/arcobjects/constant-values.html

Best answer by paalped

The Error comes from trying to write to a SDE database which is not a SDE enabled database. It was just a clean postGIS database.

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.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+64

Found this one?

For me it almost is caused by reserved words.


paalped
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • October 9, 2018

Found this one?

For me it almost is caused by reserved words.

Thanks, but I can't see that there are any conflicting words.

 

 


paalped
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • Best Answer
  • October 9, 2018

The Error comes from trying to write to a SDE database which is not a SDE enabled database. It was just a clean postGIS database.