Error:  Failed to enable archiving. Invalid column data type.

相关信息
Article ID: 43401
Software:
ArcSDE 10.2, 10.2.1, 10.2.2
ArcGIS for Desktop Advanced 10.2, 10.2.1, 10.2.2
ArcGIS for Desktop Standard 10.2, 10.2.1, 10.2.2
Platforms: N/A

错误信息
When users attempt to archive non-versioned data, the following error message is encountered:

“Failed to enable archiving. Invalid column data type.�?


错误原因
This error occurs if:

• In SQL Server, SDEBINARY is specified as the GEOMETRY_STORAGE type when feature classes are created.

• In Oracle, SDELOB is specified as the GEOMETRY_STORAGE type when feature classes are created.

Feature classes created with SDEBINARY or SDELOB as the geometry storage type are not supported for non-versioned archiving.
已邀请:

易智瑞技术支持

赞同来自:

解决方案
Register the data as versioned.

OR

To archive non-versioned data, use the Migrate Storage geoprocessing tool to migrate the data to a supported geometry storage type.

• In Oracle, migrate the data to SDO_GEOMETRY or ST_GEOMETRY.
• In SQL Server, migrate the data to GEOMETRY or GEOGRAPHY.





    创建及修改时间
    Created: 11/11/2014

    Last Modified: 11/21/2014
    原文链接
    http://support.esri.com/en/kno ... 43401

    要回复问题请先登录注册