<?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: Error In data synchronization between ArcGIS mobile cache and ArcGIS server in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228980#M1099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have resolved the issue now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem was with the data Connection user for layers in mxd didn't had the required permissions(Update) on the dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I updated the permissions. Synchronization is happening fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 15:00:00 GMT</pubDate>
    <dc:creator>rajneeshsingh</dc:creator>
    <dc:date>2011-08-16T15:00:00Z</dc:date>
    <item>
      <title>Error In data synchronization between ArcGIS mobile cache and ArcGIS server</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228978#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem Summary:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have build a Mobile GIS application Based on ArcGIS mobile API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I am trying to Synchronize the edits to server I am getting following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Server Error in '/ArcGIS/Services' Application.&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;The remote procedure call failed. (Exception from HRESULT: 0x800706BE)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I checked on the ArcGIS server log. The following error was there:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;Msg time='2011-07-08T13:05:44' type='ERROR' code='1017' target='Test.MapServer' thread='4908'&amp;gt;Container&amp;nbsp; process 3380 has crashed on machine gismwd01.&amp;lt;/Msg&amp;gt;&lt;BR /&gt;&amp;lt;Msg time='2011-07-08T13:05:54' type='ERROR' code='1017' target='Test.MapServer' thread='4908'&amp;gt;Container&amp;nbsp; process 2844 has crashed on machine gismwd01.&amp;lt;/Msg&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Problem Description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Server platform details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Operating System:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows 2008 Server R2 Enterprise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;System Type:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 64 bit operating system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server version:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcGIS server 10 SP2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to synchronize the edits to server using following method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SyncResults sr= mobileCacheSyncAgent.Synchronize();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have run my MobileGIS application from the same machine as server and also from a different machine. In both cases I am getting same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When the ArcGIS server was on my development machine which is Windows 7 professional SP1. The synchronization was working fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the when I moved my ArcGIS server services to Windows server 2008 R2 Enterprise, I am getting the errors mentioned in the summary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 13:28:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228978#M1097</guid>
      <dc:creator>rajneeshsingh</dc:creator>
      <dc:date>2011-07-08T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error In data synchronization between ArcGIS mobile cache and ArcGIS server</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228979#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've experienced error 1017 when the mobile cache mapschema.bin file describes a data connection that cannot be connected to / is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use a hex editor to view the connection data that is stored in the mapschema.bin, then verify that this connection is available to your server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible that during the move of the services from your development machine to your server the data connections changed / became broken?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 14:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228979#M1098</guid>
      <dc:creator>StephenDickinson</dc:creator>
      <dc:date>2011-07-13T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error In data synchronization between ArcGIS mobile cache and ArcGIS server</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228980#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have resolved the issue now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem was with the data Connection user for layers in mxd didn't had the required permissions(Update) on the dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I updated the permissions. Synchronization is happening fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 15:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/error-in-data-synchronization-between-arcgis/m-p/228980#M1099</guid>
      <dc:creator>rajneeshsingh</dc:creator>
      <dc:date>2011-08-16T15:00:00Z</dc:date>
    </item>
  </channel>
</rss>

