The default version is no longer visible in the Version Manager after importing a check out replica as XML.
上次发布: August 25, 2014ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM059648
已提交
August 3, 2010
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
2003
修正版本
10
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
no longer reproducable starting at 10.0
解决办法
In SQL Server Management Studio, use SQL to change the status of the default version in the versions table e.g.:Use <database name>update sde.SDE_Versions set STATUS = 1 where NAME = 'DEFAULT'