<?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: Query failed: error code: '499': 'Token Required' in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592443#M15187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved - I reset the the map layers access properties as public.&amp;nbsp; Thanks for your hint. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 16:49:46 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2015-01-12T16:49:46Z</dc:date>
    <item>
      <title>Query failed: error code: '499': 'Token Required'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592439#M15183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenario:&amp;nbsp; Executing a Silverlight application. In this application, 10 map layers are defined in the config.xml.&amp;nbsp; I run this application well on last Friday before I left the office.&amp;nbsp; But in the earlier Monday morning, when I run it again, the message:&amp;nbsp; &lt;EM&gt;Query failed: error code: '499': 'Token&lt;/EM&gt; &lt;EM&gt;Required&lt;/EM&gt;', displays.&amp;nbsp; I checked and found it was due to the access to the 10 map layers defined in the config.xml.&amp;nbsp; In my .xml, there is no setup for security (e.g. userID and password).&amp;nbsp; I can't figure out why this happens suddenly.&amp;nbsp; Appreciate if you can provide your advisory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592439#M15183</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2015-01-12T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Query failed: error code: '499': 'Token Required'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592440#M15184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error '499' means that your service is secured and you need a token to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you still access to your services through a browser?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592440#M15184</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2015-01-12T16:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query failed: error code: '499': 'Token Required'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592441#M15185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right.&amp;nbsp; If I open the URL directly, I get a page to ask me to logon.&amp;nbsp; After I logon, I can view the map layers. But I still get the 499 error if I run the program.&amp;nbsp; How can it be be fixed?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592441#M15185</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2015-01-12T16:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query failed: error code: '499': 'Token Required'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592442#M15186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way is to activate the IdentityManager with the SignInDialog provided in the toolkit. Put the following line at application startup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;ESRI.ArcGIS.Client.IdentityManager.Current.ChallengeMethod = ESRI.ArcGIS.Client.Toolkit.SignInDialog.DoSignIn;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In this case the user will get challenged when an authorization error is intercepted by the Identity manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592442#M15186</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2015-01-12T16:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Query failed: error code: '499': 'Token Required'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592443#M15187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved - I reset the the map layers access properties as public.&amp;nbsp; Thanks for your hint. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 16:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/query-failed-error-code-499-token-required/m-p/592443#M15187</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2015-01-12T16:49:46Z</dc:date>
    </item>
  </channel>
</rss>

