<?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: arcpy.ExtractData_production does not work in Python GUI? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373612#M29517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example at &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/production-mapping-toolbox/extract-data.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://desktop.arcgis.com/en/arcmap/10.3/tools/production-mapping-toolbox/extract-data.htm&lt;/A&gt;&amp;nbsp;shows a selection being applied to the input feature layer as well as a test to make sure there is only 1 feature selected before creating the value table of input datasets.&amp;nbsp; I'm simply not familiar with this tool and what it is supposed to accomplish but it looks like you are attempting to initiate the tool over and over on the unique data within the gdb rather than generating a value table of input datasets and executing the tool once with this parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of executing on each input dataset,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.Boundaries_And_AOIs"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.Air_Photo_Footprints"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.Elevation"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.GridsAndGrats"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string 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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example shows that each of these need to be as a single input parameter,&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="comment token"&gt;#change your workspace to the folder rather than the sde connection file&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:/GDB/"&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# create a value table of input datasets and filter options&lt;/SPAN&gt;
inDatasets&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"RESTON DB.sde/TEST.DBO.Boundaries_And_AOIs;RESTON DB.sde/TEST.DBO.Air_Photo_Footprints;RESTON DB.sde/TEST.DBO.Elevation;RESTON DB.sde/TEST.DBO.GridsAndGrats ALL_ROWS"&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# extract data&lt;/SPAN&gt;
reuseSchema&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;
useFilter&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"FILTER_BY_GEOMETRY"&lt;/SPAN&gt;
filterType&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CONTAINS"&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;inDatasets&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;extractGdb&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;reuseSchema&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;useFilter&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;filterType&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;inFeaturesLyr&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 17:16:22 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2021-12-11T17:16:22Z</dc:date>
    <item>
      <title>arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373601#M29506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; arcpy.ExtractData_production("'C:\\Temp\\Python\\GRSM_20140326075058.gdb\\Boundaries_And_AOIs\\grsm_bndry_polygon'","C:\\Temp\\Python\\GRSM_20140326075333.gdb","DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")

&lt;SPAN style="color:#9c9c9c;"&gt; &lt;/SPAN&gt;
&lt;SPAN style="color:#9c9c9c;"&gt;&amp;lt;Result 'C:\\Temp\\Python\\GRSM_20140326075333.gdb'&amp;gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Works fine in the Arc Map Python window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Per the ESRI help for &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//010900000019000000" rel="nofollow noopener noreferrer" target="_blank"&gt;Extract Data (Production Mapping)&lt;/A&gt;&lt;SPAN&gt; one could conclude that&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy
&amp;gt;&amp;gt;&amp;gt; arcpy.CheckOutExtension("Foundation")
u'CheckedOut'
&amp;gt;&amp;gt;&amp;gt; arcpy.ExtractData_production("C:/Temp/Python/GRSM_20140326075058.gdb/Boundaries_And_AOIs/grsm_bndry_polygon","C:/Temp/Python/GRSM_20140326075333.gdb","DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would work as well in Python Shell. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nope. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;pyshell#26&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExtractData_production("C:/Temp/Python/GRSM_20140326075058.gdb/Boundaries_And_AOIs/grsm_bndry_polygon","C:/Temp/Python/GRSM_20140326075333.gdb","DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")
AttributeError: 'module' object has no attribute 'ExtractData_production'&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried numerous variations of back, forward, double-slash as per &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002z0000000r000000" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002z0000000r000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;None worked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what special trick is required to get arcpy.ExtractData_production to work in Python Shell?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373601#M29506</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2021-12-11T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373602#M29507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a shot in the dark, but maybe problem is with escape characters in your string paths?&amp;nbsp; Or perhaps not having the extension available?&amp;nbsp; Not sure but you can deal with these possible issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

in_ds = r'C:\Temp\Python\GRSM_20140326075058.gdb\Boundaries_And_AOIs\grsm_bndry_polygon'
target_db = r'C:\Temp\Python\GRSM_20140326075333.gdb'

### see if spatial analyst extension is available for use
availability = arcpy.CheckExtension("Foundation")
if availability == "Available":
&amp;nbsp;&amp;nbsp; arcpy.CheckOutExtension("Foundation")
&amp;nbsp;&amp;nbsp; arcpy.AddMessage("Foundation Ext checked out")
else:
&amp;nbsp;&amp;nbsp; arcpy.AddError("%s extension is not available (%s)"%("Foundation Extension",availability))
&amp;nbsp;&amp;nbsp; arcpy.AddError("Please ask someone who has it checked out but not using to turn off the extension")
&amp;nbsp;&amp;nbsp; return

arcpy.ExtractData_production(in_ds,target_db,"DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")

#return the extension
arcpy.CheckInExtension("Foundation")

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373602#M29507</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2021-12-11T17:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373603#M29508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was unable to get &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;availability = arcpy.CheckExtension("Foundation")
if availability == "Available":
&amp;nbsp;&amp;nbsp; arcpy.CheckOutExtension("Foundation")
&amp;nbsp;&amp;nbsp; arcpy.AddMessage("Foundation Ext checked out")
else:
&amp;nbsp;&amp;nbsp; arcpy.AddError("%s extension is not available (%s)"%("Foundation Extension",availability))
&amp;nbsp;&amp;nbsp; arcpy.AddError("Please ask someone who has it checked out but not using to turn off the extension")
&amp;nbsp;&amp;nbsp; return&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to work however:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; arcpy.CheckOutExtension("Foundation")
u'CheckedOut'
&amp;gt;&amp;gt;&amp;gt; arcpy.CheckInExtension("Foundation")
u'CheckedIn'&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;works fine. I'm running a checked-out license enviroment, and this workstation has every extension and license checked out to it, and all tool in all toolboxes work fine with no license issues. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Trans = r'C:\Temp\Python\GRSM_20140326075058.gdb\Boundaries_And_AOIs\grsm_bndry_polygon'
TarGDB = r'C:\Temp\Python\GRSM_20140326075333.gdb'
arcpy.ExtractData_production(Trans,TarGDB,"DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;still fails with: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Traceback (most recent call last):
&amp;nbsp; File "C:\Temp\Python\GRSM.PY", line 17, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExtractData_production(Trans,TarGDB,"DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")
AttributeError: 'module' object has no attribute 'ExtractData_production'&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've put this in a .py file, so there are no carraige return or escape issues, same result. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; Trans = r'C:\Temp\Python\GRSM_20140326075058.gdb\Boundaries_And_AOIs\grsm_bndry_polygon'
&amp;gt;&amp;gt;&amp;gt; Trans
'C:\\Temp\\Python\\GRSM_20140326075058.gdb\\Boundaries_And_AOIs\\grsm_bndry_polygon'
&amp;gt;&amp;gt;&amp;gt; TarGDB = r'C:\Temp\Python\GRSM_20140326075333.gdb'
&amp;gt;&amp;gt;&amp;gt; TarGDB
'C:\\Temp\\Python\\GRSM_20140326075333.gdb'
&amp;gt;&amp;gt;&amp;gt; arcpy.ExtractData_production(Trans,TarGDB,"DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")
Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;pyshell#7&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExtractData_production(Trans,TarGDB,"DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")
AttributeError: 'module' object has no attribute 'ExtractData_production'
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:16:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373603#M29508</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2021-12-11T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373604#M29509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have this Foundation extension to be able to test but if it works in your ArcMap/Python environment but not in a PythonIDE, then perhaps an environment variable is confusing you IDE install somehow.&amp;nbsp; That is, the Python executing from ArcMap is using the correct Python.exe install but your standalone copy is not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a guess really.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373604#M29509</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2014-03-26T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373605#M29510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;C:\Python27\ArcGISx6410.1\pythonw.exe "C:\Python27\ArcGISx6410.1\Lib\idlelib\idle.pyw" is what I'm using for standalone. Further testing reveals that ALL of the production mapping tools return this error, I am able to run other tools just fine in standalone python. Production mapping tools run fine in Arc Map, as a tool, or Arc Map python window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has ESRI perhaps disabled execution of Production Mapping tools in standalone python in Arc Map 10.1? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to reproduce this on many different workstations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373605#M29510</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2014-03-26T16:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373606#M29511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This has been resolved with the application of the latest 10.1 SP1 QIP service pack.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 13:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373606#M29511</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2014-04-10T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373607#M29512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And now with the installation of &lt;A href="http://support.esri.com/en/downloads/patches-servicepacks/view/productid/197/metaid/2137" title="http://support.esri.com/en/downloads/patches-servicepacks/view/productid/197/metaid/2137" rel="nofollow noopener noreferrer" target="_blank"&gt;Mapping and Charting Solutions 10.2.2 Patch 2 | Samples and Utilities&lt;/A&gt; the same error is produced once again with ArcMap 10.2.2. Really frustrated with how every version and patch from ESRI continually breaks things that reasonably would be stable through releases.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Traceback (most recent call last):
&amp;nbsp; File "X:\GIS_Final\data\basedata\basemap\Data\Working\Python_Automated_Scripts\GRSMHYDRO.py", line 39, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.ExtractData_production("X:\\GIS_Final\\data\\basedata\\basemap\\Data\\Working\\Python_Automated_Scripts\\GRSM.sde\\GRSM.DBO.Boundaries_And_AOIs","USE_FILTERS", GDB,"DO_NOT_REUSE","NO_FILTER_BY_GEOMETRY","INTERSECTS","")
AttributeError: 'module' object has no attribute 'ExtractData_production'&lt;/PRE&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373607#M29512</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2021-12-11T17:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373608#M29513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if there's been any movement on this? We're using 10.2.1 and getting the same problems. Even when I point the script to the proper toolbox, I get the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 000617: Error accessing tool Extract Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failing an actual fix for this, does anyone know of a decent way to replicate the speed of Extract Data in the ArcPy environment? Clip works, but it's far slower than Extract Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:32:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373608#M29513</guid>
      <dc:creator>ChrisWelch1</dc:creator>
      <dc:date>2015-09-25T15:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373609#M29514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, as of 10.5.1 this is still not working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 15:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373609#M29514</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-01-03T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373610#M29515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a path issue? Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;outputWS &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'X:\GIS_Final\data\basedata\basemap\Data\Working\Python_Automated_Scripts\GRSM.sde'&lt;/SPAN&gt;
outputName &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'GRSM.DBO.Boundaries_And_AOIs'&lt;/SPAN&gt;
inputFC &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;outputWS&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outputName&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;inputFC&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"USE_FILTERS"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"NO_FILTER_BY_GEOMETRY"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"INTERSECTS"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; ‍‍‍‍‍&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373610#M29515</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2021-12-11T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373611#M29516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm able to verify the path is valid in the following (sorry for the formatting Geonet toolbars don't work&amp;nbsp;in IE):&lt;/P&gt;&lt;P&gt;import arcpy, sys, traceback&lt;BR /&gt;from arcpy import env&lt;BR /&gt;import time, os&lt;BR /&gt;from subprocess import call&lt;BR /&gt;arcpy.CheckOutExtension("Foundation")&lt;BR /&gt;arcpy.CheckOutExtension("Spatial")&lt;BR /&gt;arcpy.CheckOutExtension("Network")&lt;/P&gt;&lt;P&gt;OutFolder = "C:\\GDB\\OUTPUT\\"&lt;BR /&gt;OutName = "TEST_"+time.strftime("%Y%m%d%H%M%S")+".gdb"&lt;BR /&gt;GDB = OutFolder+"&lt;A href="https://community.esri.com/"&gt;\\"+OutName&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if os.path.exists("C:\\GDB\\TEST.gdb"):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management("C:\\GDB\\TEST.gdb")&lt;BR /&gt;else:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print ("Nothing to Delete")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;arcpy.env.configKeyword = "DEFAULTS"&lt;BR /&gt;arcpy.CreateFileGDB_management(OutFolder, OutName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.env.workspace = "C:\\GDB\\RESTON DB.sde"&lt;/P&gt;&lt;P&gt;arcpy.ExtractData_production("TEST.DBO.Boundaries_And_AOIs",GDB,"DO_NOT_REUSE","","","")&lt;BR /&gt;arcpy.ExtractData_production("TEST.DBO.Air_Photo_Footprints",GDB,"DO_NOT_REUSE","","","")&lt;BR /&gt;arcpy.ExtractData_production("TEST.DBO.Elevation",GDB,"DO_NOT_REUSE","","","")&lt;BR /&gt;arcpy.ExtractData_production("TEST.DBO.GridsAndGrats",GDB,"DO_NOT_REUSE","","","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.Compact_management(GDB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if os.path.exists("C:\\GDB\\TEST.gdb"):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.Delete_management("C:\\GDB\\TEST.gdb")&lt;BR /&gt;else:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print ("Nothing to Delete")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;arcpy.Copy_management(GDB, "C:\\GDB\\TEST.gdb", "")&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373611#M29516</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2018-01-03T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.ExtractData_production does not work in Python GUI?</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373612#M29517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example at &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/production-mapping-toolbox/extract-data.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://desktop.arcgis.com/en/arcmap/10.3/tools/production-mapping-toolbox/extract-data.htm&lt;/A&gt;&amp;nbsp;shows a selection being applied to the input feature layer as well as a test to make sure there is only 1 feature selected before creating the value table of input datasets.&amp;nbsp; I'm simply not familiar with this tool and what it is supposed to accomplish but it looks like you are attempting to initiate the tool over and over on the unique data within the gdb rather than generating a value table of input datasets and executing the tool once with this parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of executing on each input dataset,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.Boundaries_And_AOIs"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.Air_Photo_Footprints"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.Elevation"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TEST.DBO.GridsAndGrats"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string 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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example shows that each of these need to be as a single input parameter,&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="comment token"&gt;#change your workspace to the folder rather than the sde connection file&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:/GDB/"&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# create a value table of input datasets and filter options&lt;/SPAN&gt;
inDatasets&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"RESTON DB.sde/TEST.DBO.Boundaries_And_AOIs;RESTON DB.sde/TEST.DBO.Air_Photo_Footprints;RESTON DB.sde/TEST.DBO.Elevation;RESTON DB.sde/TEST.DBO.GridsAndGrats ALL_ROWS"&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# extract data&lt;/SPAN&gt;
reuseSchema&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"DO_NOT_REUSE"&lt;/SPAN&gt;
useFilter&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"FILTER_BY_GEOMETRY"&lt;/SPAN&gt;
filterType&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CONTAINS"&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ExtractData_production&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;inDatasets&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;extractGdb&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;reuseSchema&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;useFilter&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;filterType&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;inFeaturesLyr&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:16:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-extractdata-production-does-not-work-in/m-p/373612#M29517</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2021-12-11T17:16:22Z</dc:date>
    </item>
  </channel>
</rss>

