<?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: How to extend the published Utility Network model? in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1024814#M905</link>
    <description>&lt;P&gt;Though there are UN admin tools and standard GDB tools to perform all required configurations such as adding a new subtype, domain for asset types, topology rules, terminals, network attributes etc, I find Asset Package is still the better way to apply the model changes. The process I follow is&lt;/P&gt;&lt;P&gt;1. Export existing UN model as Asset Package including data.&lt;/P&gt;&lt;P&gt;2. Make changes to the FGDB feature class definitions as necessary&lt;/P&gt;&lt;P&gt;3. Add/update/remove to appropriate B_* tables.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Optionally, make any changes to the data or C_* tables if required.&lt;/P&gt;&lt;P&gt;5. Re-apply asset package in full replacing entire geodatabase.&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; Version dataset&lt;/P&gt;&lt;P&gt;7. Enable topology.&lt;/P&gt;&lt;P&gt;8. Republish/restart the service.&amp;nbsp;Not sure if this was a bug (or user error &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;), but tinkering with the feature class definitions especially assetgroup (subtype field) required me to republish the service. Existing service was failing to restart due to a renderer issue of some sort.&lt;/P&gt;&lt;P&gt;Downside is, it could be a longer downtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 11:13:08 GMT</pubDate>
    <dc:creator>VishApte</dc:creator>
    <dc:date>2021-02-09T11:13:08Z</dc:date>
    <item>
      <title>How to extend the published Utility Network model?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1022780#M898</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;In my organization we need to expand the model (add a new subtype and assign new domains to it) of Utility network that is already published and in use.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;What is proper way to do this? I haven't found the documentation on this. Is the proper way to apply updated asset package again on a same UN? Do I have to register new columns as versioned again? If yes, does that mean I have to remove connection between ArcGIS server and our sde, because I can not unregister it while it is published on ArcGIS server?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;If anyone has a clue of what is proper way to do it, or have the article about it, please share it with us.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;Thank you&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 21:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1022780#M898</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-02T21:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend the published Utility Network model?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1022800#M900</link>
      <description>&lt;P&gt;Since your UN is already versioned, enabled, and published, there is no need to apply the asset package again.&lt;/P&gt;&lt;P&gt;Stop your service, disable topology, and add your subtypes (configuring as need). Then enable and restart your service.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 22:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1022800#M900</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2021-02-02T22:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to extend the published Utility Network model?</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1024814#M905</link>
      <description>&lt;P&gt;Though there are UN admin tools and standard GDB tools to perform all required configurations such as adding a new subtype, domain for asset types, topology rules, terminals, network attributes etc, I find Asset Package is still the better way to apply the model changes. The process I follow is&lt;/P&gt;&lt;P&gt;1. Export existing UN model as Asset Package including data.&lt;/P&gt;&lt;P&gt;2. Make changes to the FGDB feature class definitions as necessary&lt;/P&gt;&lt;P&gt;3. Add/update/remove to appropriate B_* tables.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Optionally, make any changes to the data or C_* tables if required.&lt;/P&gt;&lt;P&gt;5. Re-apply asset package in full replacing entire geodatabase.&lt;/P&gt;&lt;P&gt;6.&amp;nbsp; Version dataset&lt;/P&gt;&lt;P&gt;7. Enable topology.&lt;/P&gt;&lt;P&gt;8. Republish/restart the service.&amp;nbsp;Not sure if this was a bug (or user error &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;), but tinkering with the feature class definitions especially assetgroup (subtype field) required me to republish the service. Existing service was failing to restart due to a renderer issue of some sort.&lt;/P&gt;&lt;P&gt;Downside is, it could be a longer downtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 11:13:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/how-to-extend-the-published-utility-network-model/m-p/1024814#M905</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2021-02-09T11:13:08Z</dc:date>
    </item>
  </channel>
</rss>

