<?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: Using Data Interoperability in model as scheduled process in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553442#M31343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there Mita,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the feedback. Yeah I have it working now, by putting the entire code into one python script. It does not seem to like referencing tools with "quick import" in them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, doing this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.gp.toolbox = "C:/Users/gisarc/AppData/Roaming/ESRI/Desktop10.0/ArcCatalog/MDC_Core.sde/MDC_Core.SDE.Toolbox";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.gp.RatesImport(var)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The RatesImport is the name of the model and has the quick import tool in it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will cause the error in my first post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2011 20:08:28 GMT</pubDate>
    <dc:creator>ShaunWeston</dc:creator>
    <dc:date>2011-09-27T20:08:28Z</dc:date>
    <item>
      <title>Using Data Interoperability in model as scheduled process</title>
      <link>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553440#M31341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have built a model, which imports CSV files using the Quick Import tool and then copies them into a SDE database. This works fine if I run it from ArcCatalog. However if I set this process up as a scheduled service in python, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not create reader: Module 'CSV' is not licensed for use with this FME edition&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data Interoperability is licensed on ArcGIS Desktop and Server, so not sure what is going on here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 03:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553440#M31341</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2011-09-22T03:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Data Interoperability in model as scheduled process</title>
      <link>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553441#M31342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Shaun,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide some more details about the scheduled service in Python?&amp;nbsp; That sounds like something we may need to fix and we'd like to try to reproduce it in order to investigate.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the meantime, could you try exporting the model to Python, and running the Python script from the command line?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mita Hajirakar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Safe Software, Inc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 03:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553441#M31342</guid>
      <dc:creator>MitaHajirakar</dc:creator>
      <dc:date>2011-09-27T03:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Data Interoperability in model as scheduled process</title>
      <link>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553442#M31343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there Mita,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the feedback. Yeah I have it working now, by putting the entire code into one python script. It does not seem to like referencing tools with "quick import" in them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, doing this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.gp.toolbox = "C:/Users/gisarc/AppData/Roaming/ESRI/Desktop10.0/ArcCatalog/MDC_Core.sde/MDC_Core.SDE.Toolbox";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.gp.RatesImport(var)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The RatesImport is the name of the model and has the quick import tool in it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will cause the error in my first post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 20:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553442#M31343</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2011-09-27T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using Data Interoperability in model as scheduled process</title>
      <link>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553443#M31344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Shaun,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're very welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a known issue in ArcGIS 10.0�??s export to Python whereby the line of code required to check out the Data Interoperability extension is not added automatically - once you adds it manually it should work. The line is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.CheckOutExtension("DataInteroperability")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mita Hajirakar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Safe Software, Inc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 16:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-data-interoperability-in-model-as-scheduled/m-p/553443#M31344</guid>
      <dc:creator>MitaHajirakar</dc:creator>
      <dc:date>2011-09-28T16:42:00Z</dc:date>
    </item>
  </channel>
</rss>

