<?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: Where can I find explanation for server errors concerning silverlight? GP error in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293855#M7571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It seems your geoprocessor requires another parameter with name "Input_Features" that is missing in your application. Illegal ring value sound like one of the parameters sent was a TextBox?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I should have updated this but My problem was the text box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters.Add(new GPString("Default_break_values", DBValues.ToString()));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I should of had.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; parameters.Add(new GPString("Default_break_values", DBValues.Text));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That one error most have set off the other errors in question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 12:42:10 GMT</pubDate>
    <dc:creator>BrianMulcahy</dc:creator>
    <dc:date>2012-08-09T12:42:10Z</dc:date>
    <item>
      <title>Where can I find explanation for server errors concerning silverlight? GP error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293853#M7569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to run a gp tool in my silverlight app and keep receiving errors but I have no idea what would be causing them. The geoprocessing tool runs fine in my .Net web application Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Error executing tool.: ERROR 030043: Illegal ring value: System.Windows.Controls.TextBox. 
ERROR 030043: Illegal ring value: System.Windows.Controls.TextBox. 
ERROR 030059: No sublayers found. 
ERROR 000735: Input Features: Value is required&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code for parameters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;List&amp;lt;GPParameter&amp;gt; parameters = new List&amp;lt;GPParameter&amp;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;&amp;nbsp;&amp;nbsp; parameters.Add(new GPString("Input_Layer", LayersList.SelectedValue.ToString()));
&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;&amp;nbsp; parameters.Add(new GPFeatureRecordSetLayer("Start_locations", mapPoint));
&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;&amp;nbsp; parameters.Add(new GPString("Default_break_values", DBValues.ToString()));&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the geoprocessing tool in question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Execution Type: esriExecutionTypeAsynchronous

Parameters: 

Parameter: Input_Layer
Data Type: GPString
Display Name: Input Layer
Direction: esriGPParameterDirectionInput
Default Value: Helicoverpa armigera (OWB, 1)
Parameter Type: esriGPParameterTypeRequired
Category: 
Choice List: 
Adoxophyes orana (SFTM, 12)
Mycosphaerella gibsonii (NBP, 11)
Eudocima fullonia (FPM, 10)
Unaspis yanonensis (AS, 9)
Spodopetra litura (CCW, 6)
Ceroplastes destructor (SWS, 5)
Dendrolimus superans (SSM, 4)
Nysius huttoni (NZWB, 3)
Planococcus minor (PM, 2)
Helicoverpa armigera (OWB, 1)

Parameter: Start_locations
Data Type: GPFeatureRecordSetLayer
Display Name: Start locations
Direction: esriGPParameterDirectionInput
Default Value: 
Geometry Type: esriGeometryPoint
Spatial Reference: 102005
Fields:
FID (Type: esriFieldTypeOID, Alias: FID)
Shape (Type: esriFieldTypeGeometry, Alias: Shape)
MY_ID (Type: esriFieldTypeDouble, Alias: MY_ID)
Parameter Type: esriGPParameterTypeRequired
Category: 

Parameter: Default_break_values
Data Type: GPString
Display Name: Default break values
Direction: esriGPParameterDirectionInput
Default Value: 25 50 75 100 125
Parameter Type: esriGPParameterTypeOptional
Category: &lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293853#M7569</guid>
      <dc:creator>BrianMulcahy</dc:creator>
      <dc:date>2012-07-18T13:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find explanation for server errors concerning silverlight? GP error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293854#M7570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems your geoprocessor requires another parameter with name "Input_Features" that is missing in your application. Illegal ring value sound like one of the parameters sent was a TextBox?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 22:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293854#M7570</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-08-07T22:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find explanation for server errors concerning silverlight? GP error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293855#M7571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It seems your geoprocessor requires another parameter with name "Input_Features" that is missing in your application. Illegal ring value sound like one of the parameters sent was a TextBox?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I should have updated this but My problem was the text box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters.Add(new GPString("Default_break_values", DBValues.ToString()));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I should of had.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; parameters.Add(new GPString("Default_break_values", DBValues.Text));&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That one error most have set off the other errors in question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 12:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/where-can-i-find-explanation-for-server-errors/m-p/293855#M7571</guid>
      <dc:creator>BrianMulcahy</dc:creator>
      <dc:date>2012-08-09T12:42:10Z</dc:date>
    </item>
  </channel>
</rss>

