<?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: Where is the ArcGIS Pre-Compiler Documentation? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234909#M10196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Dan. I am working with that toolbox, and I am able to get around the unicode error by setting uncidode = str. You are right that it is a Python 2 function. This is an old example of how the ERROR 000001 populates the geoprocessing tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2019 13:04:54 GMT</pubDate>
    <dc:creator>MitchellWade</dc:creator>
    <dc:date>2019-07-09T13:04:54Z</dc:date>
    <item>
      <title>Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234905#M10192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to determine how ArcGIS populates the geoprocessing tools with error messages before it is ran. Does anyone know where the ArcGIS pre-compiler or pre-processor documentation is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2019 19:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234905#M10192</guid>
      <dc:creator>MitchellWade</dc:creator>
      <dc:date>2019-07-08T19:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234906#M10193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide an example showing the errors or behavior you are interested in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2019 22:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234906#M10193</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-07-08T22:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234907#M10194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of the error:&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/452592_GeoNetPic.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2019 23:21:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234907#M10194</guid>
      <dc:creator>MitchellWade</dc:creator>
      <dc:date>2019-07-08T23:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234908#M10195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By any chance is it related to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/geoprocessing-tools-for-hadoop" title="https://github.com/Esri/geoprocessing-tools-for-hadoop"&gt;GitHub - Esri/geoprocessing-tools-for-hadoop: The Hadoop GP Toolbox provides tools to exchange features between a Geodat…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;since the tool you listed isn't a standard tool and this repository is somewhat old.&lt;/P&gt;&lt;P&gt;The error is interesting since 'unicode' doesn't exist in python 3... everything is now a 'str'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type(u'a')&lt;BR /&gt;str&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 00:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234908#M10195</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-07-09T00:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234909#M10196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, Dan. I am working with that toolbox, and I am able to get around the unicode error by setting uncidode = str. You are right that it is a Python 2 function. This is an old example of how the ERROR 000001 populates the geoprocessing tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 13:04:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234909#M10196</guid>
      <dc:creator>MitchellWade</dc:creator>
      <dc:date>2019-07-09T13:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234910#M10197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your correction to get around the python 2 to 3 is the correct approach.&lt;/P&gt;&lt;P&gt;I can find no reference to ERROR 000001&amp;nbsp; on the support site or anywhere.&amp;nbsp; You might be advised to file a tech support request since it doesn't appear that many developers have viewed this question, so it might languish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 15:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234910#M10197</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-07-09T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the ArcGIS Pre-Compiler Documentation?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234911#M10198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Dan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2019 19:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/where-is-the-arcgis-pre-compiler-documentation/m-p/234911#M10198</guid>
      <dc:creator>MitchellWade</dc:creator>
      <dc:date>2019-07-09T19:29:47Z</dc:date>
    </item>
  </channel>
</rss>

