Running the Calculate Field tool from a Double field to a Long field returns warnings: "Warning 001156: Failed on input OID <value>; could not write value '<value>' to output field <value>" and "Warning 000595: <value> contains the full list of records not able to be processed."
ArcGIS Pro
漏洞 ID 编号
BUG-000159689
已提交
July 6, 2023
上次修改时间
March 20, 2025
适用范围
ArcGIS Pro
找到的版本
3.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
There are two different situations described.
For the double-to-long calculation, the maximum value a long integer field can accept is 2147483647. The first 5 numbers in the table are beneath that threshold, so they work, but the numbers with an area code of 714 exceed the maximum value a long field can accept.
In the other case, it is not possible to move values from a text field that are structured as a phone number into a numeric field. Alternatively, convert purely numeric values in a text field to a numeric field so the tool does not block this.