Skip to main content

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

Found this one?

For me it almost is caused by reserved words.


Found this one?

For me it almost is caused by reserved words.

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

 

 


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.


Reply