arcgis catalog 连接sde时出现 Target state not found in the STATES table错误

    xiaoxiao2026-02-20  17

    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

    改过之后,就可以正常打开了。

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

    如果正好解决了你的问题,请留个言。让我知道对大家有了帮助。。

    相关资源:敏捷开发V1.0.pptx
    最新回复(0)