Convert Diagram to Features tool with 'Export All Related Features Attributes' checked on fails when the data include a text field wider than 255 characters, even when that input and output are a file geodatabase feature class.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM055397
已提交
March 16, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
9.3.1
操作系统
Windows OS
操作系统版本
XP
修正版本
10.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Limit text fields to 255 characters in length or set the destination output to shapefile.The other work around is to not export the 'related' attributes. The schematic records have the UOID field in it already. You can instead use a join back to the 'real' feature class based on this UOID tied to the 'real' feature class ObjectID field. This has the added advantage of no duplication of data. It has the disadvantage of always needing the join to get to those attributes.