<?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: Which DataType for Tool/Script Parameter in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241412#M18782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter is probably defined as output, thus may not exist or will be overwritten. It may not sound very logical to you, but change the direction to &lt;STRONG&gt;input&lt;/STRONG&gt; of the folder parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 11:50:19 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2015-01-14T11:50:19Z</dc:date>
    <item>
      <title>Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241409#M18779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get a python script that has been provided to me to run as a tool.&amp;nbsp; One of the parameters is an output path where the tool creates a file geodatabase.&amp;nbsp; I have set the data type to folder and it errors out saying it does not exist or is unsupported.&amp;nbsp; It will warn me that the folder exists prior to execution with the little yellow(!) icon.&amp;nbsp; if I run it in that condition, the existing folder gets deleted.&amp;nbsp; (Thank goodness for network guys and nightly backups...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried setting the out put path to data type = workspace and get same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 18:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241409#M18779</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-01-13T18:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241410#M18780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you place your code online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the tool that creates the file geodatabase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 20:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241410#M18780</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-01-13T20:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241411#M18781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the toolbox wasn't provided?&amp;nbsp; Try a string/text parameter and see what it does.&amp;nbsp; Without the code to view, you would be guessing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 20:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241411#M18781</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-01-13T20:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241412#M18782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter is probably defined as output, thus may not exist or will be overwritten. It may not sound very logical to you, but change the direction to &lt;STRONG&gt;input&lt;/STRONG&gt; of the folder parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 11:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241412#M18782</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-14T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241413#M18783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies gentlemen! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something we discovered is it was developed on a 10.2.2 platform and I executed it on a 10.0 platform so that is probably playing a role in it too:&amp;nbsp; I ran the developers code with his test data on my machine as a python executable.&amp;nbsp; It ran without errors but the final output was not complete: it creates the file geodatabse just fine, but the feature class therein is not attributed as it should be.&amp;nbsp; In talking to developer, he thinks the difference in the newer cursors he's using is conflicting with the version of arcpy I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xander,&amp;nbsp; I had it defined as output, but I think I see the logic for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm about to upgrade into 10.2.2 so once that is done, I'll see how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241413#M18783</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2015-01-14T15:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241414#M18784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like your developer was using the data access module which I believe was introduced at 10.1 and not available at 10.0.&amp;nbsp; I am excited to hear about how the upgrade went.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 16:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241414#M18784</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-01-14T16:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which DataType for Tool/Script Parameter</title>
      <link>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241415#M18785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upgrade to a more recent version is&amp;nbsp; good idea. The da cursor were introduced at version 10.1 SP1 (if I'm correct) and provide a big performance boost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 17:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/which-datatype-for-tool-script-parameter/m-p/241415#M18785</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-14T17:04:51Z</dc:date>
    </item>
  </channel>
</rss>

