Utility Network: Reading the object associations from the topology tables

169
2
Jump to solution
2 weeks ago
JürgenBiendara
Occasional Contributor

One of our TSO customers would like to read the associations of the Utility Network objects with FME directly from the topology tables in order to be able to use this information in third-party systems. Is it possible to get a description of the topology tables of the Utility Network and how the associations are stored there?


One way I see to get this information is to configure a network trace and export the result to a JSON file. However, the customer already has a corresponding FME framework for his legacy system, which he would like to adapt and continue to use.


Do you see a way to support this customer requirement?


Many thanks and best regards,
Jürgen

0 Kudos
1 Solution

Accepted Solutions
AnthonyRyanEQL
Occasional Contributor III

The association information can be accessed from layer 500001 on the UtilityNetwork feature service AnthonyRyanEQL_0-1713491701328.png

 

or if you have database access you can just read the un_<number>_assocations table

AnthonyRyanEQL_1-1713491914348.png

 

View solution in original post

0 Kudos
2 Replies
MikeMillerGIS
Esri Frequent Contributor

To access the topology or the connectivity of the Utility Network, you must run a trace or export subnetwork and get this information from the json file results.

AnthonyRyanEQL
Occasional Contributor III

The association information can be accessed from layer 500001 on the UtilityNetwork feature service AnthonyRyanEQL_0-1713491701328.png

 

or if you have database access you can just read the un_<number>_assocations table

AnthonyRyanEQL_1-1713491914348.png

 

0 Kudos