<?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: Automating Quick Import in python, 9.3.1 sp2 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380507#M21668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello John&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please log a support call for this issue, it will need to be reproduced in your environment for a response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 16:14:51 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2012-08-14T16:14:51Z</dc:date>
    <item>
      <title>Automating Quick Import in python, 9.3.1 sp2</title>
      <link>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380506#M21667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My goal is to automate the process of importing data from Views in an Oracle Database. I have built a model with modelbuilder in ArcGIS Desktop 9.3.1 SP2. The model utilizes the quick import tool available with the Data Interoperability Extention. The model runs great in ArcCatalog, but if I export it out into python, it throws the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;arcgisscripting.ExecuteError: Java reader not found -- no reader named `ORACLE8I' is available in this FME version&lt;BR /&gt;Tool execution failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why will the tool run great from ArcCatalog, but not execute in python? Below is the python script I am using. I will leave out the connection information contained in the parantheses of the last line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;# Import system modules&lt;BR /&gt;import sys, string, os, arcgisscripting&lt;BR /&gt;&lt;BR /&gt;# Create the Geoprocessor object&lt;BR /&gt;gp = arcgisscripting.create()&lt;BR /&gt;&lt;BR /&gt;# Check out any necessary licenses&lt;BR /&gt;gp.CheckOutExtension("DataInteroperability")&lt;BR /&gt;&lt;BR /&gt;# Load required toolboxes...&lt;BR /&gt;gp.AddToolbox("D:/Program Files (x86)/ArcGIS/ArcToolbox/Toolboxes/Data Interoperability Tools.tbx")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Local variables...&lt;BR /&gt;DPWtest_gdb = "D:\\TEMP\\DPWtest.gdb"&lt;BR /&gt;&lt;BR /&gt;# Process: Quick Import...&lt;BR /&gt;gp.QuickImport_interop(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 18:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380506#M21667</guid>
      <dc:creator>JohnBuzzard</dc:creator>
      <dc:date>2012-08-13T18:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Quick Import in python, 9.3.1 sp2</title>
      <link>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380507#M21668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello John&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please log a support call for this issue, it will need to be reproduced in your environment for a response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380507#M21668</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2012-08-14T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automating Quick Import in python, 9.3.1 sp2</title>
      <link>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380508#M21669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI Technical support was eventually able to point me to a work around that was documented in a technical article. Ultimately the real issue was having both desktop and server installed on the same machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/37392"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/37392&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 13:42:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/automating-quick-import-in-python-9-3-1-sp2/m-p/380508#M21669</guid>
      <dc:creator>JohnBuzzard</dc:creator>
      <dc:date>2012-08-20T13:42:51Z</dc:date>
    </item>
  </channel>
</rss>

