I am using:
Esri Ent 10.9.1
Pro v2.9.3
UN v5 (UPDM 2021)
SQL Server v15.0.2095.3
I am creating a UPDM Utility Network in SQL Server and configuring the system to not manage ‘IsDirty’ attribute in Pipeline_SubnetLine (said another way, my Asset Package B_Tier table has the field Manage_IsDirty set to False for all tiers – a more recent best-practice for performance gains). The following errors occur when using the Export Subnetwork GP tool (Different errors if in python than in the GP Pane).
(FYI – I am able to run the tool just fine in both the GP Pane and in Python in a second DB where the system is managing the ‘IsDirty’ attribute in Pipeline_SubnetLine, which is why I think this is the heart of the issue).
GP Tool: Export Subnetwork (Utility Network Tools)
GP Tool Env: Geoprocessing Pane
GP Tool Error: ERROR 001982: No clean subnetworks were discovered.
(The tool will not load any of the subnetwork names in the Tier for the user to choose from if IsDirty = True in Pipeline_SubnetLine
GP Tool: Export Subnetwork (Utility Network Tools)
GP Tool Env: Python
GP Tool Error: ERROR 160526: No starting points found.
(an ambiguous error, but I think it is coming from the same issue - IsDirty = True in Pipeline_SubnetLine for all subnets).
Thanks for any ideas you might have. My hunch is that there is a limitation (bug?) in the tool that will not let it work without system managed 'Is Dirty' field in Pipeline_SubnetLine.