Question

SQL Server ArcSDE Geodatabase connection error

  • 26 March 2014
  • 2 replies
  • 8 views

Badge
I'm unable to use an Esri Geodatabase (ArcSDE Geodb) reader to connect to a SQL Server SDE database. The error I receive is:

 

 

Could not open the Enterprise Geodatabase. The error number from ArcObjects is: '-2147215997'. The error message from ArcObjects is: {Version not found ["STATE\\CW0157".sde:DEFAULT]}

 

Please ensure the connection parameters are correct (server=`myhost', instance=`sde:sqlserver:myhost\\myinstance', user=`STATE\\cw0157', password=`***', database=`NHD', version=`sde:DEFAULT')

 

 

I can successfully connect with these parameters in ArcGIS Desktop and can even use the Microsoft SQL Server Spatial Reader to connect (but connecting this way isn't ideal because of other issues).

 

 

Any idea if this is an FME issue or SQL Server issue?

 

 

Thanks,

 

Michael

2 replies

Userlevel 4
Hi,

 

 

have you looked here (http://fmepedia.safe.com/articles/FAQ/How-do-I-connect-to-my-ArcSDE-Geodatabase-using-Direct-Connect)?

 

 

David
Badge
David, I forgot to mention I looked at that article and tried every possibly combination without success.

 

Reply