<?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: TableToTable and Excel 000732 Error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482760#M37717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, looking at the support page for &lt;STRONG&gt;Error:&amp;nbsp; 000732: Dataset does not exist or is not supported&lt;/STRONG&gt; it suggests to turn off background processing. That worked.&lt;BR /&gt;&lt;BR /&gt;Any clue to why that would be?&lt;BR /&gt;&lt;BR /&gt;My previous question is still valid, however. Is there a better way to handle xlsx spreadsheets?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you are using ArcGIS 10.1 and above with background processing, data types such as excel spreadsheets, personal geodatabases and coverages are not supported in background processing.&amp;nbsp; More details can be found [url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000]here[/url" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000]here[/url&lt;/A&gt;&lt;SPAN&gt;].&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 18:03:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2014-02-18T18:03:55Z</dc:date>
    <item>
      <title>TableToTable and Excel 000732 Error</title>
      <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482755#M37712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having a weird problem running a TableToTable conversion using a python script. The script has worked without issue for months. This morning I continue to get a 000732 : &amp;lt;value&amp;gt;: Dataset &amp;lt;value&amp;gt; does not exist or is not supported error. I have tried recreating the excel spread sheet, moving it to a different location, rewriting the script, exporting the code from model builder, etc. If I try to run the process from ToolBox I get the same error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The weird thing is if I run the same process on the same xlsx in model builder, I have no problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;OUTFILE = arcpy.GetParameterAsText(0)
NCFMPFolder = arcpy.GetParameterAsText(1)
DATE = str(datetime.date.today())
Sheet1 = os.path.join(NCFMPFolder,"DeliveryTracking.xlsx\Sheet1$")
DeliveryTrackinggdb = os.path.join(NCFMPFolder,"DeliveryTracking.gdb")

# Process: Table to Table
arcpy.TableToTable_conversion(Sheet1, DeliveryTrackinggdb, "Tracking", "", "DO \"DO\" true true false 8 Double 6 15 ,First,#,Sheet1,DO,-1,-1;TASK \"TASK\" true true false 255 Text 0 0 ,First,#,Sheet1,TASK,-1,-1;SUB_TASK \"SUB_TASK\" true true false 255 Text 0 0 ,First,#,Sheet1,SUB_TASK,-1,-1;CONT \"CONT\" true true false 255 Text 0 0 ,First,#,Sheet1,CONT,-1,-1;COUNTY \"COUNTY\" true true false 255 Text 0 0 ,First,#,Sheet1,COUNTY,-1,-1;APPRVD \"APPRVD\" true true false 8 Date 0 0 ,First,#,Sheet1,APPRVD,-1,-1;STATUS \"STATUS\" true true false 255 Text 0 0 ,First,#,Sheet1,STATUS,-1,-1", "")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482755#M37712</guid>
      <dc:creator>JohnLay</dc:creator>
      <dc:date>2021-12-12T16:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: TableToTable and Excel 000732 Error</title>
      <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482756#M37713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you sure nothing changed on your system (e.g. perhaps Automatic Windows Updates which can sometimes cause unexpected problems)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can your IT Dept. make changes without informing endusers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you test your script on another computer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482756#M37713</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-02-14T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: TableToTable and Excel 000732 Error</title>
      <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482757#M37714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right. It must be something different with my system. The script works fine everywhere else. Checking with IT now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 15:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482757#M37714</guid>
      <dc:creator>JohnLay</dc:creator>
      <dc:date>2014-02-14T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: TableToTable and Excel 000732 Error</title>
      <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482758#M37715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've stumped IT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of the folks here in the office still live in the spreadsheet world which means that the table I'm trying to access is updated frequently--yet they still want maps created from the spreadsheets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a better way to handle an .xls table than TableToTable conversion? I've tried to create an ODC connection to an Access database that is linked to the table, but because the tables are linked, instead of imported into the .accdb, they don't show up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 17:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482758#M37715</guid>
      <dc:creator>JohnLay</dc:creator>
      <dc:date>2014-02-18T17:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: TableToTable and Excel 000732 Error</title>
      <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482759#M37716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, looking at the support page for &lt;/SPAN&gt;&lt;STRONG&gt;Error:&amp;nbsp; 000732: Dataset does not exist or is not supported&lt;/STRONG&gt;&lt;SPAN&gt; it suggests to turn off background processing. That worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clue to why that would be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My previous question is still valid, however. Is there a better way to handle xlsx spreadsheets?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 17:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482759#M37716</guid>
      <dc:creator>JohnLay</dc:creator>
      <dc:date>2014-02-18T17:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: TableToTable and Excel 000732 Error</title>
      <link>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482760#M37717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;OK, looking at the support page for &lt;STRONG&gt;Error:&amp;nbsp; 000732: Dataset does not exist or is not supported&lt;/STRONG&gt; it suggests to turn off background processing. That worked.&lt;BR /&gt;&lt;BR /&gt;Any clue to why that would be?&lt;BR /&gt;&lt;BR /&gt;My previous question is still valid, however. Is there a better way to handle xlsx spreadsheets?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you are using ArcGIS 10.1 and above with background processing, data types such as excel spreadsheets, personal geodatabases and coverages are not supported in background processing.&amp;nbsp; More details can be found [url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000]here[/url" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002100000040000000]here[/url&lt;/A&gt;&lt;SPAN&gt;].&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 18:03:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tabletotable-and-excel-000732-error/m-p/482760#M37717</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-02-18T18:03:55Z</dc:date>
    </item>
  </channel>
</rss>

