<?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: THE Error OF  GP server on  flex in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735982#M16297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to escape the backslash with another backslash. See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ef8.html"&gt;http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ef8.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 19:14:58 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-10-21T19:14:58Z</dc:date>
    <item>
      <title>THE Error OF  GP server on  flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735980#M16295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i&amp;nbsp; made a GP server. i run successfully in&amp;nbsp; IE .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it failed in flex&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my code like this &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
var str:String="E:\data\ConnectionAreaport.sde\sde.SDE.New_Shapefil";
 var str1:String="E:\data\ConnectionAreaport.sde\sde.SDE.STATE";
 var param:Object={"TT":str1,"EE":str}
&amp;nbsp;&amp;nbsp; 
 GP.execute(param);
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the error in log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;process="7248" thread="6852"&amp;gt;Executing (ModErese): ModErase E:dataConnectionAreaport.sdesde.SDE.STATE E:dataConnectionAreaport.sdesde.SDE.New_Shapefil E:\Data\yanli4.shp Start Time: Tue Oct 19 11:03:58 2010 Executing (Calculate Value): CalculateValue '%TT%' "D:\Program Files\ArcGIS\DeveloperKit\SamplesNET\data\AirportsAndGolf\New_Shapefile.shp" "Feature Layer" "D:\Program Files\ArcGIS\DeveloperKit\SamplesNET\data\AirportsAndGolf\New_Shapefile.shp" Start Time: Tue Oct 19 11:03:58 2010 Value = E:dataConnectionAreaport.sdesde.SDE.STATE Executed (Calculate Value) successfully. End Time: Tue Oct 19 11:03:58 2010 (Elapsed Time: 0.00 seconds) Executing (Calculate Value (2)): CalculateValue '%EE%' # "Feature Layer" "D:\Program Files\ArcGIS\DeveloperKit\SamplesNET\data\AirportsAndGolf\STATE.shp" Start Time: Tue Oct 19 11:03:58 2010 Value = E:dataConnectionAreaport.sdesde.SDE.New_Shapefil Executed (Calculate Value (2)) successfully. End Time: Tue Oct 19 11:03:58 2010 (Elapsed Time: 0.00 seconds) Executing (Erase): Erase E:dataConnectionAreaport.sdesde.SDE.STATE E:dataConnectionAreaport.sdesde.SDE.New_Shapefil E:\Data\yanli4.shp # Start Time: Tue Oct 19 11:03:58 2010 ERROR 000622: Failed to execute (Erase). Parameters are not valid. ERROR 000732: Input Features: Dataset E:dataConnectionAreaport.sdesde.SDE.STATE does not exist or is not supported ERROR 000732: Erase Features: Dataset E:dataConnectionAreaport.sdesde.SDE.New_Shapefil does not exist or is not supported Failed to execute (Erase). End Time: Tue Oct 19 11:03:58 2010 (Elapsed Time: 0.00 seconds) Failed to execute (ModErese). End Time: Tue Oct 19 11:03:58 2010 (Elapsed Time: 0.00 seconds)&amp;lt;/Msg&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 02:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735980#M16295</guid>
      <dc:creator>yanli</dc:creator>
      <dc:date>2010-10-19T02:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: THE Error OF  GP server on  flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735981#M16296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;var str:String="E:\data\ConnectionAreaport.sde\sde.SDE.New_Shapefil";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//error&amp;nbsp; is here&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when i Export the str is " E:dataConnectionAreaport.sdesde.SDE.New_Shapefil&amp;nbsp; "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how do i Export "\"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 03:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735981#M16296</guid>
      <dc:creator>yanli</dc:creator>
      <dc:date>2010-10-19T03:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: THE Error OF  GP server on  flex</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735982#M16297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to escape the backslash with another backslash. See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ef8.html"&gt;http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ef8.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 19:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/the-error-of-nbsp-gp-server-on-nbsp-flex/m-p/735982#M16297</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-10-21T19:14:58Z</dc:date>
    </item>
  </channel>
</rss>

