<?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: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork) in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218469#M198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will be resolved in untools 2.3.3, which is currently slotted for a release next week. If you need a fix sooner, you can email the asset package to &lt;A href="mailto:pleblanc@esri.com"&gt;pleblanc@esri.com&lt;/A&gt; (or I can show you how to install the untools release candidate).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2019 22:32:38 GMT</pubDate>
    <dc:creator>PaulLeBlanc1</dc:creator>
    <dc:date>2019-05-15T22:32:38Z</dc:date>
    <item>
      <title>Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218464#M193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have been modifying the Electric Asset Package by stripping up basically all the content to allow me to build it up from scratch to learn various things about it.&lt;/P&gt;&lt;P&gt;At the moment, I basically have StructureJunction with 4 Asset Groups (Unknown, Pole, Pillar &amp;amp; Guy) with their own coded domain for Asset Type.&lt;/P&gt;&lt;P&gt;When I apply this asset package to an enterprise geodatabse I'm getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running script AssetPackageToUtilityNetwork...&lt;/P&gt;&lt;P&gt;ArcGIS Pro 2.3.2.15850&lt;/P&gt;&lt;P&gt;untools 2.3.2&lt;/P&gt;&lt;P&gt;Parallel processing enabled: 6&lt;/P&gt;&lt;P&gt;&lt;IMG height="14" src="https://community.esri.com/discussion/Image1.gif" width="14" /&gt;The asset package has the following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Item Field OID Value Message Level&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 None None None feature_class Required field is missing error&lt;/P&gt;&lt;P&gt;&lt;IMG height="14" src="https://community.esri.com/discussion/Image1.gif" width="14" /&gt;Failed to execute (AssetPackageToUtilityNetwork).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know what is the absolute minimum amount of configuration/information that is required to be populated within the A_, B_ &amp;amp; C_ tables in the file geodatabase?&lt;/P&gt;&lt;P&gt;Also, what is the minimum amount/type of fields for each feature class in the Utility Network (eg. globalid, labeltext, symbolrotation)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 06:08:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218464#M193</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2019-04-23T06:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218465#M194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's some of the errors on the UN feature classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;SCHEMA_FEATURE_CLASS_ASSETGROUP = Error(&lt;SPAN style="color: #6a8759;"&gt;"Domain network class must have field 'AssetGroup'"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;14&lt;/SPAN&gt;)
SCHEMA_FEATURE_CLASS_ASSETGROUP_LONG = Error(&lt;SPAN style="color: #6a8759;"&gt;"Field 'AssetGroup' must be of type 'Long'"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;15&lt;/SPAN&gt;)
SCHEMA_FEATURE_CLASS_ASSETTYPE = Error(&lt;SPAN style="color: #6a8759;"&gt;"Domain network class must have field 'AssetType'"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;16&lt;/SPAN&gt;)
SCHEMA_FEATURE_CLASS_ASSETTYPE_SHORT = Error(&lt;SPAN style="color: #6a8759;"&gt;"Field 'AssetType' must be of type 'Short'"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;17&lt;/SPAN&gt;)
SCHEMA_FEATURE_CLASS_SUBTYPES = Error(&lt;SPAN style="color: #6a8759;"&gt;"Domain network class must have 'AssetGroup' as the subtype field"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6897bb;"&gt;18&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message you are receiving looks to be a bug since it isn't reporting the table or field name. Can you share the asset package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:40:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218465#M194</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2021-12-11T10:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218466#M195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to get a "vanilla" asset package is create a new UN (maybe add a domain network), and then export that to an asset package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 16:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218466#M195</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2019-04-23T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218467#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;Thank you for this information. I have been talking with our local Esri support about this and your steps above&amp;nbsp;is the first thing we have seen relating to how this can be done.&lt;/P&gt;&lt;P&gt;I have been working through the documentation &lt;A href="https://pro.arcgis.com/en/pro-app/help/data/utility-network/configure-a-utility-network.htm"&gt;Configure a utility network&lt;/A&gt;&amp;nbsp;but all the information on creating the utility network is based on an enterprise geodatabase and not a file geodatabase. This is approach can cause issues as I did when they was some network issues while configuring the subtypes and it caused errors (Error 99999) and the screen did refresh properly. Chnaged the coded domain values as I thought the issue was the code values and more errors. Came back to it the foloowing day to see that I created duplicate descriptions in my subtype and once they have been created, they can't be deleted. Very frustrating.&lt;/P&gt;&lt;P&gt;As you can see, this is why I wanted to start on the 'vanilla' approach as such by stripping out the demo asset package..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 22:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218467#M196</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2019-04-23T22:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218468#M197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the exact same issue as above when trying to stage the Asset Package and I can't figure out a solution. I think I may be using an older version of the asset package schema that was given to us by a client in January.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help you could provide would be appreciated Paul..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/447743_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/447744_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 22:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218468#M197</guid>
      <dc:creator>KevinKirkwood</dc:creator>
      <dc:date>2019-05-15T22:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218469#M198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will be resolved in untools 2.3.3, which is currently slotted for a release next week. If you need a fix sooner, you can email the asset package to &lt;A href="mailto:pleblanc@esri.com"&gt;pleblanc@esri.com&lt;/A&gt; (or I can show you how to install the untools release candidate).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 22:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218469#M198</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2019-05-15T22:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218470#M199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compared my asset package to a new one that was generated using the electric utility solution and I think I might have found what was causing the errors. One schema difference and the values populated in the Subnetwork_Diagrams Table. I corrected those and applied the asset package again and so far it seems to be working. If for some reason it fails I'll try to email you a copy of the database tonight.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 23:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/218470#M199</guid>
      <dc:creator>KevinKirkwood</dc:creator>
      <dc:date>2019-05-15T23:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/1156063#M1641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/366492"&gt;@PaulLeBlanc1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I face related Issue while using Apply Asset Package:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A.Messages&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;ArcGIS Pro 2.9.2.32739&lt;BR /&gt;untools 2.9.1&lt;BR /&gt;Executing from ArcGIS Pro, 2 map(s), activeMap = True&lt;BR /&gt;Parallel processing enabled: 6&lt;BR /&gt;Asset Package schema version: 2.4&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B.Erros&lt;/STRONG&gt;:&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;ERROR 000110: Electric Generation Station does not exist&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;ERROR 002824: Something went wrong in Polygon/Polyline simplification.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;Failed to execute (SetSubnetworkDefinition).&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;ERROR 001958: No valid asset group was found.&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;WARNING 000952: Failed to execute (AssignDomainToField).&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="El_Saket_0-1647953049652.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36930i5ECAB91C9AB03891/image-size/medium?v=v2&amp;amp;px=400" role="button" title="El_Saket_0-1647953049652.png" alt="El_Saket_0-1647953049652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My&amp;nbsp;environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;Pro 2.9.2&lt;BR /&gt;Enterprise: 10.9.1&lt;BR /&gt;PostgreSQL DB&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 12:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/1156063#M1641</guid>
      <dc:creator>DasheEbra</dc:creator>
      <dc:date>2022-03-22T12:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/1199292#M1887</link>
      <description>&lt;P&gt;I'm having the exact same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 06:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/1199292#M1887</guid>
      <dc:creator>RehabAhmadRaihanChowdhury</dc:creator>
      <dc:date>2022-08-04T06:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Apply Asset Package: Failed to execute (AssetPackageToUtilityNetwork)</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/1375887#M3294</link>
      <description>&lt;P&gt;Same errors here, v3.1, using data from ESRI Water Management Tutorial...&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 13:08:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/apply-asset-package-failed-to-execute/m-p/1375887#M3294</guid>
      <dc:creator>FernandoFormagini</dc:creator>
      <dc:date>2024-01-30T13:08:56Z</dc:date>
    </item>
  </channel>
</rss>

