<?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 geoprocessing error trying to return table in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error-trying-to-return-table/m-p/368760#M8644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello. Im trying to resolve an error I get on return of a geoprocessing call within Flex. I have a python script within my toolbox and do a call to MakeTableView_management(...) followed by a call to SelectFeatureByAttribute_management(...). Previously I had the output parameter property for the returned features set to the datatype of FeatureLayer. This worked ok in 9.3 but when I altered and redeployed the script in 10.0 I now get an error (see below). I tried to change the datatype for the output property to "Table" as well as several other types but i've had no luck. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rejects = "D:\\gisdata\\SLA5\\sla_LicenseData.gdb\\rejects"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rejects_View = "rejects_View"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL_Expression = "\"ZIP\" LIKE '10010%'" ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rs_Rejects = arcpy.MakeTableView_management(rejects, rejects_View);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rs_Rejects = arcpy.SelectLayerByAttribute_management(rejects_View, "NEW_SELECTION", SQL_Expression);&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.SetParameterAsText(6, rs_Rejects.getOutput(0));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2011 19:57:57 GMT</pubDate>
    <dc:creator>GaryBushek</dc:creator>
    <dc:date>2011-06-13T19:57:57Z</dc:date>
    <item>
      <title>geoprocessing error trying to return table</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error-trying-to-return-table/m-p/368760#M8644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello. Im trying to resolve an error I get on return of a geoprocessing call within Flex. I have a python script within my toolbox and do a call to MakeTableView_management(...) followed by a call to SelectFeatureByAttribute_management(...). Previously I had the output parameter property for the returned features set to the datatype of FeatureLayer. This worked ok in 9.3 but when I altered and redeployed the script in 10.0 I now get an error (see below). I tried to change the datatype for the output property to "Table" as well as several other types but i've had no luck. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rejects = "D:\\gisdata\\SLA5\\sla_LicenseData.gdb\\rejects"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rejects_View = "rejects_View"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL_Expression = "\"ZIP\" LIKE '10010%'" ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rs_Rejects = arcpy.MakeTableView_management(rejects, rejects_View);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rs_Rejects = arcpy.SelectLayerByAttribute_management(rejects_View, "NEW_SELECTION", SQL_Expression);&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.SetParameterAsText(6, rs_Rejects.getOutput(0));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 19:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/geoprocessing-error-trying-to-return-table/m-p/368760#M8644</guid>
      <dc:creator>GaryBushek</dc:creator>
      <dc:date>2011-06-13T19:57:57Z</dc:date>
    </item>
  </channel>
</rss>

