Select to view content in your preferred language

Configuring Subnetwork with no Spatial Object

1104
13
Jump to solution
01-05-2023 02:57 AM
chiaramallegni_84
New Contributor II

Hi everyone,
I'm working with ESRI Solution Communications Utility Network Foundation which massively uses no spatial Objects, for example Tier communication Circuits and switch are composed only of no Spatial Objects.

I need to generate the feature in the FC Communication Subnetline deriving from the path of the Strands (Edge Object) contained in the Cable (Line), starting from subnetwork Controller Connector and Switch which are No Spatial Object belonging to the Tier Communication Circuit and Switch.

It's possible to do it?

How can I configure the model to get this result when I call GP the update subnetwork?

Thank's a lot!

Chiara

13 Replies
MikeMillerGIS
Esri Frequent Contributor

You need to add another tag, SubnetworkOverride

0 Kudos
chiaramallegni_84
New Contributor II

Hi Mike, 

I'm probably doing something wrong but even with the SubnetworkOverride tag the result is the same: null geometry. (These are some more tests I did: SubnetworkOverride set as first tag, SubnetworkOverride set as second tag, SubnetworkOverride set as single tag). 

chiaramallegni_84_0-1673601877095.png

 

 

0 Kudos
MikeMillerGIS
Esri Frequent Contributor

Your trace type is downstream, the will only load trace types of Subnetwork.  Do you want to use a downstream trace?  I can remove that restriction.  

 

Also, turn on debugging, this will provide more info

open the toolbox and load the Subnetwork tool to the GP Pane

Open a python command prompt and type the following

import udms

udms.logger.setLevel('DEBUG')

0 Kudos
chiaramallegni_84
New Contributor II

Thanks, with sunbnetwork trace solve it works!

0 Kudos