<?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: Geoprocessing Widget Ouput Parameter in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362859#M10243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for your response.&amp;nbsp; I was thinking that but I am not sure how I am suppose to do this.&amp;nbsp; This is coming from a model that is being published and when I publish it makes it "GPRecordSet" without me doing anything. How do I go about changing it to "GPDataFile"? I am not sure if the model has to be changed or this is a publishing option. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is changed in the actual model in ArcMap. ArcGIS Server just reads the parameters of the model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 14:24:06 GMT</pubDate>
    <dc:creator>GISDev1</dc:creator>
    <dc:date>2013-05-07T14:24:06Z</dc:date>
    <item>
      <title>Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362856#M10240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am currently trying to make the geoprocessing widget output a table.&amp;nbsp; I have published the geoprocessing service and when I set up the widget the way I think it is suppose to work I can hit run and it creates the table on the server ( I can see it if i remote in ). But it just throws an error in flex instead of downloading the dbf.&amp;nbsp; I am not sure if I need to do something on the model side or the flex side. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XML output params&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt; &amp;lt;outputparams&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;param name="task_dbf" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label="Output dbf file" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; required="true" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="datafile" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/outputparams&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did notice that if I go to the service through a browser and look at the output param in rest services the type is "GPRecordSet". I don't know how to make the type "file" or even if that's what is causing the issue. I know its vague but any help where to start would be great! My goal is to download the dbf upon completion. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 19:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362856#M10240</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-05-02T19:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362857#M10241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In order to download the DBF file, you need to change the GP task's &lt;/SPAN&gt;&lt;STRONG&gt;task_dbf&lt;/STRONG&gt;&lt;SPAN&gt; output parameter type to &lt;/SPAN&gt;&lt;STRONG&gt;GPDataFile&lt;/STRONG&gt;&lt;SPAN&gt; instead of GPRecordSet. Otherwise, the only option available is to display the table in the widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;outputparams&amp;gt;
&amp;nbsp; &amp;lt;param name="task_dbf"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label="Output dbf file"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; required="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;type="recordset"&lt;/STRONG&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"/&amp;gt;
&amp;lt;/outputparams&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362857#M10241</guid>
      <dc:creator>Juan_CarlosFranco</dc:creator>
      <dc:date>2021-12-11T16:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362858#M10242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response.&amp;nbsp; I was thinking that but I am not sure how I am suppose to do this.&amp;nbsp; This is coming from a model that is being published and when I publish it makes it "GPRecordSet" without me doing anything. How do I go about changing it to "GPDataFile"? I am not sure if the model has to be changed or this is a publishing option. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 14:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362858#M10242</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-05-07T14:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362859#M10243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for your response.&amp;nbsp; I was thinking that but I am not sure how I am suppose to do this.&amp;nbsp; This is coming from a model that is being published and when I publish it makes it "GPRecordSet" without me doing anything. How do I go about changing it to "GPDataFile"? I am not sure if the model has to be changed or this is a publishing option. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is changed in the actual model in ArcMap. ArcGIS Server just reads the parameters of the model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 14:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362859#M10243</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-05-07T14:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362860#M10244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, my issue is my parameter in model builder is listed as "Table" and not as "File" and I can't really find a tool that can give me a parameter type "File" from my output table.&amp;nbsp; I know I must be missing something but any help to this specific issue would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 16:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362860#M10244</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-05-07T16:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362861#M10245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, my issue is my parameter in model builder is listed as "Table" and not as "File" and I can't really find a tool that can give me a parameter type "File" from my output table.&amp;nbsp; I know I must be missing something but any help to this specific issue would be great.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click your tool in ArcCatalog and go to properties, then go to the parameters tab.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 18:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362861#M10245</guid>
      <dc:creator>GISDev1</dc:creator>
      <dc:date>2013-05-07T18:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362862#M10246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Right click your tool in ArcCatalog and go to properties, then go to the parameters tab.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem isn't finding a list of the parameters it is changing the data type from table to file.&amp;nbsp; I can create a variable with data type "file" but I am not sure how to link it in to the model since that data type won't seem to connect to anything.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362862#M10246</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-05-07T19:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing Widget Ouput Parameter</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362863#M10247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found a solution on arcgis desktop help. It is a python script that Zips your workspace and makes it available for download. Now I am able to get my dbf and just unzip it after its downloaded. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Input_modes_and_parameter_data_types/005700000062000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Input_modes_and_parameter_data_types/005700000062000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its about mid way down the article.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 21:08:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/geoprocessing-widget-ouput-parameter/m-p/362863#M10247</guid>
      <dc:creator>IsaiahAguilera</dc:creator>
      <dc:date>2013-05-07T21:08:44Z</dc:date>
    </item>
  </channel>
</rss>

