<?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 Geoprocesing Server With  Dynamic Parameters as REST in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327264#M12557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, am trying to publish a geoprocesig service from a model that creates .DAE files . the problem is when i publish the tool, i cant modify the parameters, so i tried publishing a geoprocesing service from a python script that make the same task, but i fail again, the parameters are constants and i cant modify them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know if&amp;nbsp; is possible to have a gp service with modificable inputs, for example, if i had a shapefile input, i would like to pass "c:/myfolder/myshape.shp" as parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my model.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3598" alt="Captura.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/3598_Captura.PNG" style="width: 620px; height: 422px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3605" alt="Captura2.PNG" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/3605_Captura2.PNG" style="width: 620px; height: 381px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 00:03:50 GMT</pubDate>
    <dc:creator>SheridanNava</dc:creator>
    <dc:date>2014-08-19T00:03:50Z</dc:date>
    <item>
      <title>Geoprocesing Server With  Dynamic Parameters as REST</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327264#M12557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, am trying to publish a geoprocesig service from a model that creates .DAE files . the problem is when i publish the tool, i cant modify the parameters, so i tried publishing a geoprocesing service from a python script that make the same task, but i fail again, the parameters are constants and i cant modify them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to know if&amp;nbsp; is possible to have a gp service with modificable inputs, for example, if i had a shapefile input, i would like to pass "c:/myfolder/myshape.shp" as parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my model.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3598" alt="Captura.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/3598_Captura.PNG" style="width: 620px; height: 422px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3605" alt="Captura2.PNG" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/3605_Captura2.PNG" style="width: 620px; height: 381px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 00:03:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327264#M12557</guid>
      <dc:creator>SheridanNava</dc:creator>
      <dc:date>2014-08-19T00:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocesing Server With  Dynamic Parameters as REST</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327265#M12558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is certainly possible, although I am not sure if you can have intermediate output as a parameter of a geoprocessing service like the Multipatch Feature Class in your model. I guess it is important to make the distinction between input and output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend adding Copy Features or Feature Class To Feature Class tool to copy the Multipatch Feature Class into say Multipatch Output, and making the Multipatch Output a Parameter instead of the Multipatch Feature Class (wchich will reside in some scratch workspace).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, you are missing &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018v0000003r000000"&gt;arcpy.SetParameter&lt;/A&gt; in your python script to tell ArcGIS what to use as output from the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 19:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327265#M12558</guid>
      <dc:creator>FilipKrál</dc:creator>
      <dc:date>2014-08-19T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocesing Server With  Dynamic Parameters as REST</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327266#M12559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. when i run on desktop the gptool acepts dynamic, like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dasd.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/3648_dasd.PNG" style="width: 620px; height: 266px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, when is arcgis server, there are no option to set parameter via rest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 23:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327266#M12559</guid>
      <dc:creator>SheridanNava</dc:creator>
      <dc:date>2014-08-19T23:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocesing Server With  Dynamic Parameters as REST</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327267#M12560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing to be aware of is that server GP Tools do not have as many data types available as the desktop tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Check out this &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005700000070000000" style="line-height: 1.5;" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//005700000070000000"&gt;ArcGIS Help 10.1&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt;‌ page for a list of REST geoprocessing task data types. There does not appear to be a data type supporting TINs.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 23:49:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327267#M12560</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-08-19T23:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocesing Server With  Dynamic Parameters as REST</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327268#M12561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Owen is right, TIN's are not supported as parameter in a geoprocessing service. In case the TIN's are pretty much static you could include them in your script, without being parameters. If you have multiple TIN's then you could provide some intelligence (for instance the extent) in your script to use those needed for the provided input featureclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 02:45:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoprocesing-server-with-dynamic-parameters-as/m-p/327268#M12561</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-08-20T02:45:58Z</dc:date>
    </item>
  </channel>
</rss>

