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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项