Multi-versioned views must automatically access the ‘DEFAULT’ version after being created by the ‘sdetable -o create_mv_view -T test_mv_view –t’ command. This behavior is seen with ArcSDE for SQL Server and ArcSDE for Oracle where there is no need to set the current version. It automatically reads the changes made in the default version and displays the changes. In the case of PostgreSQL, it does not behave the same way. The current version must be set exclusively to default using the ‘sde.sde_set_current_version('DEFAULT')’ stored procedure.
上次发布: July 27, 2015ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM074457
已提交
October 21, 2011
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.0
操作系统
Windows OS
操作系统版本
2008 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Functionality not ported to this database due to limited requests. Commands sited no longer supported.
解决办法
1. Set the version to DEFAULT by using the stored procedure select sde.sde_set_current_version('DEFAULT'); OR 2. Compress the geodatabase.