天天看點

arcgis catalog 連接配接sde時出現 Target state not found in the STATES table 錯誤

target state not found in the states table [sde.default][state_id = 8802]

除了arcgis論壇說的這種情況

http://support.esri.com/technical-article/000005952

我自己分析是stateid不在status 表中了

我根據正常的sde庫分析了一下,versions表中的state_id的值正好是status表中state_id的最大值

那麼根據上面的情況8802正好不在status表中。。

接下來好就好辦了,找到status中最大的state_id,把該值放到versions表中的state_id

改過之後,就可以正常打開了。

---------------------------

如果正好解決了你的問題,請留個言。讓我知道對大家有了幫助。。