<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Field Calculator Error 999999 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35425#M1414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you don't have any NULLs in the field because they will be converted to Python NoneType and that will cause an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2020 22:03:08 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-05-14T22:03:08Z</dc:date>
    <item>
      <title>Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35422#M1411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've been trying to use a simple python script to replace values in a field. I am trying to abbreviate "court" to "CT" "Road" to "RD" and so on. The expression is valid but I still encounter the error. Rarely, it works, but most of the time I get an error message. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image" height="459" src="/legacyfs/online/492239_ESRI TROUBLESHOOT.JPG" width="525" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 21:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35422#M1411</guid>
      <dc:creator>PaceFarbstein</dc:creator>
      <dc:date>2020-05-14T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35423#M1412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at your screenshot, there appears to be a space between the module name, re, and the function you are calling, sub.&amp;nbsp; Is that space really there or is it some artifact on the screen?&amp;nbsp; (Note, there should not be a space)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 21:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35423#M1412</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-14T21:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35424#M1413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is just an artifact on the screen. This is what it looks like in the code block:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/492240_ESRI TROUBLESHOOT-1.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 21:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35424#M1413</guid>
      <dc:creator>PaceFarbstein</dc:creator>
      <dc:date>2020-05-14T21:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35425#M1414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you don't have any NULLs in the field because they will be converted to Python NoneType and that will cause an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 22:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35425#M1414</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-14T22:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35426#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, this worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 22:10:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35426#M1415</guid>
      <dc:creator>PaceFarbstein</dc:creator>
      <dc:date>2020-05-14T22:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35427#M1416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you got it working.&amp;nbsp; Please mark a response as the Correct Answer or mark the question as Assumed Answered to close it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 22:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35427#M1416</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-14T22:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35428#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.esri.com/migrated-users/406710"&gt;Pace Farbstein&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Can you describe what version you are seeing the error 999999 with this calculate field case? A few releases ago we added code to catch this NoneType error and raise a warning. If you are still seeing the issue in 2.5 I would love to better understand your data and repro case. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error as of 2.5 that results from the replace() Nonetype exception:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2020-05-18_15-24-46" src="https://devtopia.esri.com/storage/user/3192/files/cd8da400-991b-11ea-9dcb-4ce5bd263a2a" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2020 23:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35428#M1417</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2020-05-18T23:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35429#M1418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3174"&gt;Drew Flater&lt;/A&gt;‌, your screenshot isn't viewable, at least by me.&amp;nbsp; I ran some test code and see a WARNING 002858, which I assume is now the expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I first replied to the OP, I didn't try to reproduce his error, I provided the comment on NULL since it was a historical issue with Pro and Field Calculator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 14:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35429#M1418</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-19T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculator Error 999999</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35430#M1419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much &lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌, my pictured error was the same Warning 00258. Glad that you are seeing the same warning now instead of the dreaded unhandled error 999999.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 17:55:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-calculator-error-999999/m-p/35430#M1419</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2020-05-19T17:55:16Z</dc:date>
    </item>
  </channel>
</rss>

