laptop and a wrench

不具合

Upgrading from ArcSDE may prevent certain raster catalogs from being properly registered with the geodatabase.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM000185
送信されましたOctober 31, 2005
最終更新日April 2, 2025
適用対象No Product Found
見つかったバージョン9.1
ステータスNon-Reproducible

参考情報

No Public Explanation

対処法

Perform (carefully) the following steps in SQL*Plus to completely unregister the 8.3 raster catalog from the geodatabase, and then re-run "Register with Geodatabase..." in ArcCatalog 9.1.## Determine the geodatabase object class identifier.#SELECT ID FROM SDE.GDB_OBJECTCLASSES WHERE NAME='TESTRC_A';## Record this number (eg, 25):# OBJECT CLASS ID: ____SELECT ID FROM SDE.GDB_OBJECTCLASSES WHERE NAME='TESTRC_A';## Delete the geodatabase object class for this raster.DELETE FROM SDE.GDB_OBJECTCLASSES WHERE ID=2;# Drop the OBJECTID column from the column registry.DELETE FROM SDE.COLUMN_REGISTRY WHERE TABLE_NAME='TESTRC_A' AND COLUMN_NAME='OBJECTID';# Drop the OBJECTID column from the business table (note the different tablespace # for wherever your data is stored).ALTER TABLE GIS.TESTRC_A DROP COLUMN OBJECTID;# Clear the ROWID_COLUMN field for the affected table.UPDATE SDE.TABLE_REGISTRY SET ROWID_COLUMN='' WHERE TABLE_NAME='TESTRC_A';COMMIT;

再現の手順

不具合 ID: NIM000185

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動