laptop and a wrench

不具合

If the operating system is a French or German version of Windows, copy/paste point feature class from file geodatabase to ArcSDE 9.3SP1/9.3.1 with defaults dbtune keyword (ST_GEOMETRY) fails with an error message about creating spatial index.

最後に公開された状態: August 25, 2014 ArcSDE/Enterprise Geodatabase
不具合 ID 番号 NIM049372
送信されましたOctober 2, 2009
最終更新日April 28, 2025
適用対象ArcSDE/Enterprise Geodatabase
見つかったバージョン9.3.1
修正されたバージョン9.4
ステータスFixed

対処法

Applying this VBA code to the direct connect connection to ArcSDE repository work :Public Sub ApplySQLOrderToWorkspace() Dim oGxApp As IGxApplication Set oGxApp = Application Dim oGXObj As IGxObject Set oGXObj = oGxApp.SelectedObject Dim oName As IName Set oName = oGXObj.InternalObjectName If TypeOf oGXObj Is IGxDatabase Then Dim oGxDatabase As IGxDatabase Set oGxDatabase = oGXObj Dim StrSQLOrder As String StrSQLOrder = InputBox("Ordre SQL à insuffler à la base", "SQL", "alter session set NLS_NUMERIC_CHARACTERS = "". """) Dim oSDEWorkspace As IWorkspace Set oSDEWorkspace = oGxDatabase.Workspace oSDEWorkspace.ExecuteSQL StrSQLOrder End IfEnd Sub

再現の手順

不具合 ID: NIM049372

ソフトウェア:

  • ArcSDE/Enterprise Geodatabase

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

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

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

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

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

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

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