<?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 Unable to select 'Utility Network Sync Mode' when taking network offline in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1620910#M5319</link>
    <description>&lt;P&gt;Hi, we are working with the Maui Maps SDK to download the utility network as an offline map. Based on the instructions&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/developers/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/utility-network/developers/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/utility-network/take-a-utility-network-offline/" target="_self"&gt;https://developers.arcgis.com/net/utility-network/take-a-utility-network-offline/ &lt;/A&gt;&lt;/P&gt;&lt;P&gt;We have a web map created from a feature service. The feature service includes a utility network. We have wrote something like :&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var task = await OfflineMapTask.CreateAsync(webmap)
var params = task.CreateDefaultGenerateOfflineMapParametersAsync(areaOfInterest)
var paramsOverride = await task.CreateGenerateOfflineMapParameterOverridesAsync(params);
var overrideKey = new OfflineMapParametersKey(webmap.UtilityNetworks.FirstOrDefault());
paramsOverride.GenerateGeodatabaseParameters[overrideKey].UtilityNetworkSyncMode = UtilityNetworkSyncMode.SystemTablesAndTopology;

var job = task.GenerateOfflineMap(params, storagePath, paramsOverride);&lt;/LI-CODE&gt;&lt;P&gt;On line 5, we tried setting the different UtilityNetworkSyncModes. On mode 'None', the offline map downloads successfully but it includes the network. On mode 'SystemTables', the offline map (and network) gets downloaded. On mode 'SystemTablesAndTopology', the download fails with error 'Not found: File does not exist in the package'. Setting the mode is not giving the results indicated by the docs.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Am I using the wrong approach to select the UtilityNetworkSyncMode before downloading ?&lt;/LI&gt;&lt;LI&gt;Or is it not possible to choose the sync mode when taking a webmap offline and the sync mode is entirely determined by the 'Offline Capabilities for Utility Networks' setting mentioned in the article.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you please point me in the right direction for my task ? Thank you. We are using the 200.5.0 SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 17:52:58 GMT</pubDate>
    <dc:creator>EricLiu</dc:creator>
    <dc:date>2025-06-04T17:52:58Z</dc:date>
    <item>
      <title>Unable to select 'Utility Network Sync Mode' when taking network offline</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1620910#M5319</link>
      <description>&lt;P&gt;Hi, we are working with the Maui Maps SDK to download the utility network as an offline map. Based on the instructions&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/developers/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/utility-network/developers/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-2&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/utility-network/take-a-utility-network-offline/" target="_self"&gt;https://developers.arcgis.com/net/utility-network/take-a-utility-network-offline/ &lt;/A&gt;&lt;/P&gt;&lt;P&gt;We have a web map created from a feature service. The feature service includes a utility network. We have wrote something like :&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var task = await OfflineMapTask.CreateAsync(webmap)
var params = task.CreateDefaultGenerateOfflineMapParametersAsync(areaOfInterest)
var paramsOverride = await task.CreateGenerateOfflineMapParameterOverridesAsync(params);
var overrideKey = new OfflineMapParametersKey(webmap.UtilityNetworks.FirstOrDefault());
paramsOverride.GenerateGeodatabaseParameters[overrideKey].UtilityNetworkSyncMode = UtilityNetworkSyncMode.SystemTablesAndTopology;

var job = task.GenerateOfflineMap(params, storagePath, paramsOverride);&lt;/LI-CODE&gt;&lt;P&gt;On line 5, we tried setting the different UtilityNetworkSyncModes. On mode 'None', the offline map downloads successfully but it includes the network. On mode 'SystemTables', the offline map (and network) gets downloaded. On mode 'SystemTablesAndTopology', the download fails with error 'Not found: File does not exist in the package'. Setting the mode is not giving the results indicated by the docs.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Am I using the wrong approach to select the UtilityNetworkSyncMode before downloading ?&lt;/LI&gt;&lt;LI&gt;Or is it not possible to choose the sync mode when taking a webmap offline and the sync mode is entirely determined by the 'Offline Capabilities for Utility Networks' setting mentioned in the article.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you please point me in the right direction for my task ? Thank you. We are using the 200.5.0 SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 17:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1620910#M5319</guid>
      <dc:creator>EricLiu</dc:creator>
      <dc:date>2025-06-04T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to select 'Utility Network Sync Mode' when taking network offline</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1620928#M5320</link>
      <description>&lt;P&gt;Edit: Sorry correction, it seems UtilityNetworkSyncMode.None works in removing the network from the offline map. But UtilityNetworkSyncMode.SyncSystemTablesAndTopology fails&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1620928#M5320</guid>
      <dc:creator>EricLiu</dc:creator>
      <dc:date>2025-06-04T18:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to select 'Utility Network Sync Mode' when taking network offline</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1621313#M5323</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;Thank you for reaching out with your question regarding the inability to select a utility network sync mode.&lt;/P&gt;&lt;P&gt;To resolve this issue, I recommend upgrading to version 200.6 or even 200.7 of the ArcGIS Maps SDKs for Native Apps, which includes enhanced support for offline utility network capabilities, including sync mode options and various &lt;A href="https://developers.arcgis.com/net/release-notes/prior-releases/release-notes-for-200-6/#issues-resolved" target="_blank" rel="noopener"&gt;bug fixes&lt;/A&gt; in the OfflineMapTask.&lt;/P&gt;&lt;P&gt;Additionally, we’ve recently published a new blog post in the series you referenced, which provides detailed guidance on configuring and using offline utility networks with ArcGIS Enterprise 11.3. You can find it here: &lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/developers/offline-utility-networks-in-arcgis-maps-sdks-for-native-apps-part-4" target="_blank" rel="noopener"&gt;Offline Utility Networks in ArcGIS Maps SDKs for Native Apps: Part 4&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you continue to experience issues after upgrading, please don’t hesitate to contact Esri Support for further assistance. We’re here to help ensure your workflows run smoothly.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 19:33:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1621313#M5323</guid>
      <dc:creator>WilliamMorgenstern</dc:creator>
      <dc:date>2025-06-05T19:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to select 'Utility Network Sync Mode' when taking network offline</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1621602#M5325</link>
      <description>&lt;P&gt;Just adding to William's suggestion. Should you need to get more information about the GenerateOfflineMapJob and its subjobs, before awaiting for the job's result, you can subscribe and print out messages for the job. It may tell you more where it's failing.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; job.MessageAdded += (s, e) =&amp;gt;
 {
     System.Diagnostics.Debug.WriteLine($"{e.Severity}{e.Message}");
 };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you get this value - you can inspect what the current UtilityNetworkSyncMode, SyncModel, ContinueOnError properties as well before changing it.&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var gdbParameters = paramsOverride.GenerateGeodatabaseParameters[overrideKey];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 17:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/unable-to-select-utility-network-sync-mode-when/m-p/1621602#M5325</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2025-06-06T17:14:09Z</dc:date>
    </item>
  </channel>
</rss>

