<?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: Error when running extract_data on 1.3.0 API in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868479#M4543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks. That is the same error I am getting as well &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 16:17:08 GMT</pubDate>
    <dc:creator>NathanRenn2</dc:creator>
    <dc:date>2018-06-08T16:17:08Z</dc:date>
    <item>
      <title>Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868476#M4540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code was previously running successfully, for months. It now fails with this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{"messageCode": "AO_100026", "message": "ExtractData failed."}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gis &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; GIS
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;manage_data &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; extract_data

gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fspokanecounty.maps.arcgis.com%2F" target="_blank"&gt;http://spokanecounty.maps.arcgis.com/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"&amp;lt;usr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"&amp;lt;pw&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
agolItem &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'76d5d453ed374160ab20cd61bf97b056'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍
outputGDB &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; extract_data&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;agolItem&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attempted to: define the data_format as shapefile and filegeodatabase, run&amp;nbsp;this on a cloned copy of the data, run this on a different machine on a different Pro licence (named user vs concurrent), run this as a different user, run this with access to 'Everyone', changed the Export Data setting of the agol item to 'Allow others to export to different formats'. Has this occurred for anyone on the 1.3.0 api?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test Dataset:&amp;nbsp;&lt;A class="link-titled" href="http://spokanecounty.maps.arcgis.com/home/item.html?id=76d5d453ed374160ab20cd61bf97b056" title="http://spokanecounty.maps.arcgis.com/home/item.html?id=76d5d453ed374160ab20cd61bf97b056" rel="nofollow noopener noreferrer" target="_blank"&gt;http://spokanecounty.maps.arcgis.com/home/item.html?id=76d5d453ed374160ab20cd61bf97b056&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:48:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868476#M4540</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-12-12T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868477#M4541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you found a solution to this? I just ran into this issue on a script that had no problems for months as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 15:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868477#M4541</guid>
      <dc:creator>NathanRenn2</dc:creator>
      <dc:date>2018-06-08T15:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868478#M4542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/157082" target="_blank"&gt;Nathan Renn&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I'm holding out hope that the 1.4.2 version will fix this issue. I'm not currently able to test or upgrade to this version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a full traceback for anyone else troubleshooting:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="number token"&gt;2018&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;06&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;07&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;05&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;36&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;777&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;181&lt;/SPAN&gt; ERROR arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_impl&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tools &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"messageCode"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"AO_100026"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"message"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"ExtractData failed."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;2018&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;06&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;07&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;05&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;36&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;777&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;181&lt;/SPAN&gt; ERROR arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_impl&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tools Failed to execute &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ExtractData&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;2018&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;06&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;07&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;05&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;36&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;777&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;181&lt;/SPAN&gt; ERROR arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_impl&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;tools Failed&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;2018&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;06&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;07&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;05&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;37&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;093&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;152&lt;/SPAN&gt; ERROR Marijuana_Logger Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Automation\Python\Jobs-ISD\MarijuanaOdorComplainsToSDE\Code\MarijuanaOdorComplaintUpdate.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;62&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; outputGDB &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; extract_data&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;agolItem&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis-1.3.0-py3.5.egg\arcgis\features\manage_data.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;92&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; extract_data
&amp;nbsp;&amp;nbsp;&amp;nbsp; context&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis-1.3.0-py3.5.egg\arcgis\_impl\tools.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1279&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; extract_data
&amp;nbsp;&amp;nbsp;&amp;nbsp; job_info &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; super&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_analysis_job_status&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;task_url&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; job_info&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis-1.3.0-py3.5.egg\arcgis\_impl\tools.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;188&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; _analysis_job_status
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;raise&lt;/SPAN&gt; Exception&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Job failed."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Exception&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; Job failed&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868478#M4542</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-12-12T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868479#M4543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks. That is the same error I am getting as well &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:17:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868479#M4543</guid>
      <dc:creator>NathanRenn2</dc:creator>
      <dc:date>2018-06-08T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868480#M4544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/218219"&gt;Phil Larkin&lt;/A&gt;‌ &amp;amp; &lt;A href="https://community.esri.com/migrated-users/157082"&gt;Nathan Renn&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;I'm having the same issue. Have either of you made any progress with this error trying to download content? It's quite frustrating not being able to access my own hosted content.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 18:29:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868480#M4544</guid>
      <dc:creator>Zach_Robinson</dc:creator>
      <dc:date>2018-08-10T18:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868481#M4545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;This still fails on version 1.4.1. Issues I have had with the API either stem from improperly importing modules or documentation not being updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this function is available in versions earlier than 1.4.2. You might want to give it a shot.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.html?highlight=extract_data#arcgis.extract_data"&gt;https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.html?highlight=extract_data#arcgis.extract_data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 15:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868481#M4545</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2018-08-13T15:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868482#M4546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phil, I found success using arcgis.extract_data. Thanks for sharing that alternative!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 15:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868482#M4546</guid>
      <dc:creator>Zach_Robinson</dc:creator>
      <dc:date>2018-08-13T15:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868483#M4547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, glad it worked for you. Would you mind sharing the code you used, starting with the imports?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 16:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868483#M4547</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2018-08-13T16:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868484#M4548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too would like to see the code. I just tried this and it still doesn't work for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 16:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868484#M4548</guid>
      <dc:creator>NathanRenn2</dc:creator>
      <dc:date>2018-08-13T16:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868485#M4549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found success extracting another user's content from within my organization using arcgis.extract_data from&amp;nbsp;&lt;EM&gt;within&lt;/EM&gt; ArcGIS Pro. The steps I took are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a new ArcGIS Pro project&lt;/LI&gt;&lt;LI&gt;Add the user's content from the Portal window in ArcGIS Pro&lt;/LI&gt;&lt;LI&gt;Create a new polygon that defines the extent of the data extraction&lt;/LI&gt;&lt;LI&gt;I then ran the following commands in the Python window in ArcGIS Pro:&lt;/LI&gt;&lt;/OL&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;
gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"pro"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;#PreferentialParking_WebEditor is the name of the AGOL layer in my ArcGIS Pro session&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;#Extraction Area is the name of the local layer in ArcGIS Pro that defines the extent&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;server&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"PreferentialParking_WebEditor"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Extraction Area"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"File Geodatabase - GDB - .gdb"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"ESRI GRID - GRID"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Same As Input"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"C:\Users\webadmin\Desktop\prefpark.zip"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This successfully exported the user's content to a zipped GDB. My plan now is to schedule this process so that it runs weekly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868485#M4549</guid>
      <dc:creator>Zach_Robinson</dc:creator>
      <dc:date>2021-12-12T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868486#M4550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using arcpy's ExtractData_server function. You shouldn't need to import arcgis as this is a different library.&amp;nbsp;&lt;BR /&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/server/extract-data.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/server/extract-data.htm"&gt;Extract Data—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 18:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868486#M4550</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2018-08-13T18:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868487#M4551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, of course. I guess I didn't even realize that I had changed the python library while trying to solve this. I guess my solution is not a solution, but instead just a possible workaround for now.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 20:53:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868487#M4551</guid>
      <dc:creator>Zach_Robinson</dc:creator>
      <dc:date>2018-08-13T20:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error when running extract_data on 1.3.0 API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868488#M4552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Python API 1.5.0 is out now. I see no reference to extract_data in the What's New section. Have yet to try this version.&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/release-notes/" title="https://developers.arcgis.com/python/guide/release-notes/"&gt;What's new in version 1.5 | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 16:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-running-extract-data-on-1-3-0-api/m-p/868488#M4552</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2018-08-17T16:57:30Z</dc:date>
    </item>
  </channel>
</rss>

