<?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: Sync Offline Map Package issue in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142451#M1634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I should be a bit more specific here. &lt;A href="mailto:I@m"&gt;I&lt;/A&gt;'m having a look at the services that were reported as part of the support issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 17:44:04 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2017-11-28T17:44:04Z</dc:date>
    <item>
      <title>Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142443#M1626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application that references a AGOL web map - I'm able to load the web map in the map view, I'm able to download a map package and reference the downloaded map in the map view, I'm able to add new feature to the downloaded map.&amp;nbsp; Issue is when I sync using&amp;nbsp;OfflineMapSyncTask the job comes back as successful but I get error on the server side stating "the spatial references do not match".&amp;nbsp; It appears that the map package that was downloaded and is in a different spatial reference than the feature service in web map service.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When testing the downloading using&amp;nbsp;GeodatabaseSyncTask I ran into the same issue, however, there was an option to specify the&amp;nbsp;OutSpatialReference in the&amp;nbsp;GenerateGeodatabaseParameters constructor.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this functionality exist, should it be possible to sync a map package to the web map it was downloaded from after adding features?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - I contacted ESRI support and at this point I was asked to re-project my data to resolve the issue. This is not an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OfflineMapSyncTask task = await OfflineMapSyncTask.CreateAsync(_mapView.Map); &lt;BR /&gt; OfflineMapSyncParameters para = new OfflineMapSyncParameters()&lt;BR /&gt; {&lt;BR /&gt; SyncDirection = SyncDirection.Bidirectional,&lt;BR /&gt; RollbackOnFailure = true&lt;BR /&gt; }; &lt;BR /&gt; &lt;BR /&gt; OfflineMapSyncJob job = task.SyncOfflineMap(para);&lt;BR /&gt; job.JobChanged += (s, e) =&amp;gt;&lt;BR /&gt; {&lt;BR /&gt; if (job.Status == Esri.ArcGISRuntime.Tasks.JobStatus.Succeeded)&lt;BR /&gt; {&lt;BR /&gt; InvokeOnMainThread(() =&amp;gt;&lt;BR /&gt; {&lt;BR /&gt; genericAlert("Off Line Map Package", "Synchronization is complete!");&lt;BR /&gt; });&lt;BR /&gt; }&lt;BR /&gt; else if (job.Status == Esri.ArcGISRuntime.Tasks.JobStatus.Failed)&lt;BR /&gt; {&lt;BR /&gt; InvokeOnMainThread(() =&amp;gt;&lt;BR /&gt; {&lt;BR /&gt; genericAlert("Off Line Map Package", "Synchronization failed: ");&lt;BR /&gt; });&lt;BR /&gt; }&lt;BR /&gt; else&lt;BR /&gt; {&lt;BR /&gt; InvokeOnMainThread(() =&amp;gt;&lt;BR /&gt; {&lt;BR /&gt; string statusMessage = "Sync in progress ...";&lt;BR /&gt; });&lt;BR /&gt; }&lt;BR /&gt; };&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2017 19:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142443#M1626</guid>
      <dc:creator>JerrySimmons_GISP</dc:creator>
      <dc:date>2017-11-08T19:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142444#M1627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. Could you provide a bit more details about your setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- What is the spatial reference in your basemap in the WebMap?&lt;/P&gt;&lt;P&gt;- What is the spatial reference in the services that you are using?&lt;/P&gt;&lt;P&gt;- Which version of the ArcGIS Enterprise you're using?&lt;/P&gt;&lt;P&gt;- How did you take the map offline? Using OfflineMapTask or using GeodatabaseSyncTask/ExportTileCacheTask?&lt;/P&gt;&lt;P&gt;- What is the spatial reference of the Map when you open&amp;nbsp;the WebMap in the client?&lt;/P&gt;&lt;P&gt;- What is the spatial reference of the Map when you open the offline map in the client?&lt;/P&gt;&lt;P&gt;- When you get the results from the OfflineMapSyncTask, is there any errors reported in the results?&lt;/P&gt;&lt;P&gt;- What messages are written to the job.Messages when you run the sync?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142444#M1627</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-11-09T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142445#M1628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- What is the spatial reference in your basemap in the WebMap?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&amp;nbsp;WkText: "PROJCS[\"WGS_1984_Web_Mercator_Auxiliary_Sphere\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"W…"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wkid: 3857&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- What is the spatial reference in the services that you are using?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;The spatial refernece for the FeatureServer service the web map uses is - Spatial Reference&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14.4px;"&gt;102719 &amp;nbsp;(2264)&lt;SPAN&gt;&amp;nbsp;.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: 14.4px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;When the web map is added to the mapView.Map the feature layer spatial reference is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;&lt;STRONG&gt;&amp;nbsp;WkText: "GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Green…"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wkid: 4326&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- Which version of the ArcGIS Enterprise you're using? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 11.5pt;"&gt;&lt;STRONG&gt;10.4&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- How did you take the map offline?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 11.5pt;"&gt;&lt;STRONG&gt;OfflineMapTask &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- What is the spatial reference of the Map when you open&amp;nbsp;the WebMap in the client?&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&amp;nbsp;WkText: "PROJCS[\"WGS_1984_Web_Mercator_Auxiliary_Sphere\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"W…"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wkid: 3857&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- What is the spatial reference of the Map when you open the offline map in the client?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;WkText: "PROJCS[\"WGS_1984_Web_Mercator_Auxiliary_Sphere\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"W…"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wkid: 3857&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- When you get the results from the OfflineMapSyncTask, is there any errors reported in the results?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;&lt;STRONG&gt;Sync is done after a new feature is added and returns job.Status = Succeeded but here is the sync result details for the feature layer:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;IMG __jive_id="383044" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/383044_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;- What messages are written to the job.Messages when you run the sync?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;job.Messages[0].Message&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;"Job started."&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;job.Messages[1].Message&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;"Sub-job (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/arcgis/rest/services/FCEMC/RecloserInspection/FeatureServer&lt;/SPAN&gt;&lt;SPAN&gt;) Job started."&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;job.Messages[2].Message&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;"Sub-job (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/arcgis/rest/services/FCEMC/RecloserInspection/FeatureServer&lt;/SPAN&gt;&lt;SPAN&gt;) Creating server job."&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;job.Messages[3].Message&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;"Sub-job (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/arcgis/rest/services/FCEMC/RecloserInspection/FeatureServer&lt;/SPAN&gt;&lt;SPAN&gt;) failed: \"Job error 22 User defined failure. Error while handling get server sync job status. Job error 400 .\""&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;job.Messages[4].Message&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;"Job succeeded."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this sheds more light on the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142445#M1628</guid>
      <dc:creator>JerrySimmons_GISP</dc:creator>
      <dc:date>2017-11-09T13:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142446#M1629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for delayed anser&amp;nbsp;here. I have verified that we have an issue in some cases when using `OfflineMapSyncTask` with a `OfflineMapTask` where the map contains layers with multiple SRs. Interestingly some of them work and some doesn't so we keep investigating this issue.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 15:20:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142446#M1629</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-11-28T15:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142447#M1630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was filed last week:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9.0pt;"&gt;[BUG-000109728 : OfflineMapSyncTask doesn't update the feature service in the webmap if the spatial reference of the feature service isn't Web Mercator.]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 15:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142447#M1630</guid>
      <dc:creator>JerrySimmons_GISP</dc:creator>
      <dc:date>2017-11-28T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142448#M1631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EDITED &lt;BR /&gt;&lt;BR /&gt;Hi Jerry, thanks for the link. Could you verify that&amp;nbsp;all the services that you use have all required capabilities enabled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Editable data—If clients will edit the data when offline and synchronize changes with the feature service when they have connectivity, set the CREATE, DELETE, QUERY, SYNC, and UPDATE capabilities on the feature service. Note that you must grant all of the editing capabilities.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142448#M1631</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-11-28T17:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142449#M1632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's only one feature service being used in the web map, the feature service only has one layer as well.&amp;nbsp; These capabilities for the feature service are enabled - Create,Query,Update,Sync &amp;amp; Delete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142449#M1632</guid>
      <dc:creator>JerrySimmons_GISP</dc:creator>
      <dc:date>2017-11-28T17:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142450#M1633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot see Delete operation enabled for the service that fails. This might have something to do with the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE style="color: #000000;"&gt; "capabilities" : "Create,Query,Update,Editing,Sync"&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142450#M1633</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-11-28T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142451#M1634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I should be a bit more specific here. &lt;A href="mailto:I@m"&gt;I&lt;/A&gt;'m having a look at the services that were reported as part of the support issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142451#M1634</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-11-28T17:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142452#M1635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What service are you hitting? You might be hitting an invalid test service (I just took it down) the current service that I'm using has the capabilities I mentioned previously.&amp;nbsp;Can you email me the link your using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 18:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142452#M1635</guid>
      <dc:creator>JerrySimmons_GISP</dc:creator>
      <dc:date>2017-11-28T18:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142453#M1636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I sent you pm with the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 11:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142453#M1636</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2017-11-29T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142454#M1637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you also make sure that you try the&amp;nbsp;following code after the offline map has been created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; featureLayer &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; MyMapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OperationalLayers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;First&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; FeatureLayer&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; featureTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; featureLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FeatureTable&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;// Check if we can syncronize the changes back to the service&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;// if not, then raise message to say that edits cannot be synced&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; capabilties &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;featureTable &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; GeodatabaseFeatureTable&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;LayerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Capabilities&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;capabilties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SupportsCreate &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;capabilties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SupportsDelete &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;capabilties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SupportsUpdate &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;capabilties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SupportsSync&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Show&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Features cannot be syncronized back to the service."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Service doesn't support edits on sync."&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142454#M1637</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2021-12-11T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sync Offline Map Package issue</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142455#M1638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it... the analyst created the services you are referring to and they are not in the projection that my service&amp;nbsp;is in that I'm working with.&amp;nbsp; It seems you've come across another issue with the capabilities, however, the issue I'm facing has to do with the projection of the feature service compared to the downloaded map package.&amp;nbsp; The map package converts the data from the feature service's projection when downloaded but when the data is synced, the data is not converted back to the the feature services projection.&amp;nbsp; When I tested downloading and creating a geodatabase there is an option for an output spatial reference, there is nothing like this for map packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gdbParameters.OutSpatialReference = _gdbSyncTask.ServiceInfo.SpatialReference;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus due to the projection conflict the server gives the following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE width="869"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="52"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;Level&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="155"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;Time&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="479"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;Message&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="184"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 11.0pt;"&gt;Source&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="52"&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="155"&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="479"&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="184"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="52"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;SEVERE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="155"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;Nov 7, 2017, 8:41:30 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="479"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;The spatial references do not match [Setting of values in Destination row failed. Src OID = -1 and and GlobalId: {5136A89A-C6E0-4898-9BF5-BC295A83422C}. Error: Geometry could not be set.] - &amp;lt;database&amp;gt;.DBO.&amp;lt;layer&amp;gt;. Dataset: &lt;SPAN&gt;&amp;lt;database&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;.DBO.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;layer&amp;gt;&lt;/SPAN&gt;. Replica: DBO.Ags_Fs_1510061849693.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="184"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;System/SyncTools.GPServer&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="52"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;SEVERE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="155"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;Nov 7, 2017, 8:41:30 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="479"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;Failed to transfer inserts. Dataset: &lt;SPAN&gt;&amp;lt;database&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;.DBO.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;layer&amp;gt;&lt;/SPAN&gt;. Replica: DBO.Ags_Fs_1510061849693.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="184"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;System/SyncTools.GPServer&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="52"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;SEVERE&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="155"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;Nov 7, 2017, 8:41:30 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="479"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;Geometry could not be set.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 0in 5.4pt 0in 5.4pt;" width="184"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;System/SyncTools.GPServer&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 13:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sync-offline-map-package-issue/m-p/142455#M1638</guid>
      <dc:creator>JerrySimmons_GISP</dc:creator>
      <dc:date>2017-11-29T13:19:30Z</dc:date>
    </item>
  </channel>
</rss>

