laptop and a wrench

Bug

Multiversioned view based upon a feature class with archiving enabled is deleted during the geodatabase upgrade process.

Zuletzt veröffentlicht: August 25, 2014 ArcSDE/Enterprise Geodatabase
Bug-ID-Nummer NIM056614
EingereichtApril 22, 2010
Zuletzt geändertApril 2, 2025
Gilt fürArcSDE/Enterprise Geodatabase
Gefunden in Version9.3.1
BetriebssystemOracle Solaris
Betriebssystemversion10
StatusNon-Reproducible

Zusätzliche Informationen

No Public Explanation

Workaround

One workaround would be to create a script that would be used to recreate the multiversioned views after doing the upgrade. Prior to upgrade, something like the following query would retrieve the mv view information and create a script:select 'sdetable -o create_mv_view -T '|| imv_view_name || ' -t '|| table_name ||' -i 5151 -u ' || owner || ' -p ' || owner || '_PASSWORD' from sde.table_registry where imv_view_name is not null;It appears that after the MV View is deleted during upgrade, there is still information left in the SDE.TABLE_REGISTRY.IMV_VIEW_NAME column. This prevents the MV View from being recreated afterwards, until IMV_VIEW_NAME is set to NULL.After recreating the views, appropriate permissions on the views would need to be granted, if necessary.

Schritte zur Reproduzierung

Bug-ID: NIM056614

Software:

  • ArcSDE/Enterprise Geodatabase

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln