Precision for Long Integer fields incorrectly reported as 10
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM003510
送信されました
July 26, 2006
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
9.2
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
対処法
Workaround for a new feature class---------------------------------------------Create a brand new feature class, specifiy data type as long integer and set the precision to 10.Workarounds for existing feature class-----------------------------------------------i) Create a new field from the existing feature class, set data type as long integer, precision = 0, this should hold up to 10 digits. orii) Create a brand new feature class (e.g. FC_New), specifiy data type as long integer and set the precision to 10, then import the existing feature class's (e.g. FC_old) schema to the brand new feature class(e.g. FC_New), then uses 'Load Data' to populate the attributes and delete FC_old.