<?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: Get Internal Error 500 when creating cache from mobileservice connection in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/get-internal-error-500-when-creating-cache-from/m-p/84011#M408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;mobileServiceConnection1.Url = @"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername/arcgis/services/servicename/MapServer/MobileServer" rel="nofollow" target="_blank"&gt;http://servername/arcgis/services/servicename/MapServer/MobileServer&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2011 15:24:36 GMT</pubDate>
    <dc:creator>MelindaFrost</dc:creator>
    <dc:date>2011-06-08T15:24:36Z</dc:date>
    <item>
      <title>Get Internal Error 500 when creating cache from mobileservice connection</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/get-internal-error-500-when-creating-cache-from/m-p/84010#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting the error message as follows. This occurs when it is trying to create the cache from the mobile service connection. Any ideas on what could be causing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"System.Net.WebException: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The remote server returned an error: (500) Internal Server Error.\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Mobile.MobileServices.MobileServiceConnection.ExecuteRequest(Stream requestStream)\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.RequestSchema(String targetCoordinateSystemString, CacheVersion cacheVersion)\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache(String cacheStoragePath, String targetCoordinateSystemString, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CacheVersion cacheVersion)\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache(String cacheStoragePath, String targetCoordinateSystemString)\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache(String cacheStoragePath)\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache(MobileCache mobileCache)\r\n &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at MobileDesktopApp.Form1.Form1_Load(Object sender, EventArgs e) in C:\\Projects\\mdu\\Code\\WinSDK_Walkthrough\\Form1.cs:line 36"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; mobileServiceConnection1.Url = @"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername/arcgis/services/servicename/MapServer" rel="nofollow" target="_blank"&gt;http://servername/arcgis/services/servicename/MapServer&lt;/A&gt;&lt;SPAN&gt;"; (Real names are actually in there, this is for posting)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; MobileCacheSyncAgent mobileSync = new MobileCacheSyncAgent(mobileCache1, mobileServiceConnection1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; mobileServiceConnection1.CreateCache(mobileCache1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; catch (Exception ex)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Debug.WriteLine(ex.ToString());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 20:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/get-internal-error-500-when-creating-cache-from/m-p/84010#M407</guid>
      <dc:creator>KathrynEngle</dc:creator>
      <dc:date>2011-06-07T20:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get Internal Error 500 when creating cache from mobileservice connection</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/get-internal-error-500-when-creating-cache-from/m-p/84011#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;mobileServiceConnection1.Url = @"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername/arcgis/services/servicename/MapServer/MobileServer" rel="nofollow" target="_blank"&gt;http://servername/arcgis/services/servicename/MapServer/MobileServer&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 15:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/get-internal-error-500-when-creating-cache-from/m-p/84011#M408</guid>
      <dc:creator>MelindaFrost</dc:creator>
      <dc:date>2011-06-08T15:24:36Z</dc:date>
    </item>
  </channel>
</rss>

