|
POST
|
I do not think the busbar taps/terminators are required. I could send you my data, but it is a model that is still in development and only worked in 2.9.x. Could you send me an asset package of the area with your sample and I can look what is going on? Need to make sure it is not a 2.6 vs 2.9 issue too.
... View more
02-17-2022
03:22 PM
|
0
|
1
|
2286
|
|
POST
|
We mocked up your switch gear configuration and cannot repo your results: In our example, we did different versions, the top one uses bi-directional circuit breakers in the switchgear, the bottom is directional. Results are the same: MikeMillerGIS_0-1645117474312.png Make sure you have the lines connected to the correct terminals. Without the data, it is hard to guess what is causing the loop. We tested with 2.9.1
... View more
02-17-2022
09:05 AM
|
0
|
1
|
2301
|
|
POST
|
Here is a little sample I put together that is working: import arcpy gdb = r'C:\temp\Communications_UtilityNetwork.gdb' d = arcpy.Describe(rf'{gdb}\UtilityNetwork\Network') da_path =fr"{gdb}\UN_{d.DSID}_DirtyAreas" Output_Folder="C:\\results" da_d = arcpy.Describe(da_path) da_da = arcpy.da.Describe(da_path) print(da_d.catalogPath) print(da_da['catalogPath']) print(da_path==da_d.catalogPath) arcpy.Exists(da_path) arcpy.GetCount_management(da_path) arcpy.FeatureClassToFeatureClass_conversion(da_path,r'c:\temp\temp.gdb','DAExport')
... View more
02-02-2022
07:30 AM
|
1
|
0
|
2414
|
|
POST
|
You can access the Dirty Areas from the Utility Network Composite layer in the map. Use the Dirty Area sublayer in your GP tool, or open the properties and look at the source to get the path. If you need to access it outside of pro, you will need to use that path from the sublayer. The Dirty Area is always named like UN_<DSID>_DirtyAreas. The DSID is the dataset ID of the utility network. You can find the DSID of the UN in a number of ways, but I just usually look for the terminal attribute domain. It will be in the format of UNName_DSID_TerminalNames. The number in the middle is the DSID. MikeMillerGIS_0-1643805927790.png So in a GP tool, use a path like C:\temp\1_ElectricUtilityNetworkFoundation\Database\UNAdmin@PostgreSQL@Electric_2022_01_27.sde\UN_11_DirtyAreas
... View more
02-02-2022
04:48 AM
|
0
|
2
|
2555
|
|
POST
|
We are working on improving the doc, but Joe from Power Engineers has two nice articles that describe the use of the tables: https://www.powereng.com/library/extending-the-utility-networks-base-configurations-1-of-2 https://www.powereng.com/library/extending-the-utility-networks-base-configurations-2-of-2
... View more
01-31-2022
10:21 AM
|
1
|
0
|
3089
|
|
POST
|
Found the related bug. What version of the UNtools are you using, this should have been resolved. https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0Mzk5MA== type import untools untools.__version__ You should be on 2.6.3 MikeMillerGIS_0-1643219761257.png if not, you can install the update through the python package manager or using the conda command line Open Python Command Prompt conda install untools=2.6.3
... View more
01-26-2022
10:00 AM
|
0
|
0
|
1903
|
|
POST
|
Can you let us know what version of pandas is installed? Open Python window in ArcGIS Pro Type import pandas pandas.__version__ MikeMillerGIS_0-1643215608861.png
... View more
01-26-2022
08:46 AM
|
0
|
1
|
1925
|
|
POST
|
You can right click and select Snap To Feature. This should allow you to snap the main to the casing.
... View more
01-26-2022
02:36 AM
|
0
|
1
|
2562
|
|
POST
|
The help is located at the below link, but does not have the information I posted above. I will work with the doc team to get it added. https://solutions.arcgis.com/utilities/help/utility-network-automation/ I know it is a little hard to grasp at first, but are some reasons we had to implement it this way. I am glad it is working for you now!
... View more
01-13-2022
01:04 AM
|
0
|
2
|
3116
|
|
POST
|
When you applied the asset package, did you uncheck the configuration? Here a a definition of the values Not evaluated = This was false before, the row is not evaluated as part of the configuration Evaluated = This was true before, If set, the this entry will be removed if this category is not applied only if true/evaluated if not set in any other category that is applied Exclusive is new. If set, the this entry will be removed if this category is not applied only regardless of any other settings in other applied categories.
... View more
01-11-2022
01:58 AM
|
0
|
4
|
3136
|
|
POST
|
Tracked down the problem with the map service not working after increasing the domain code. Because of the count of domains, there was not enough heap size, causing the server to crash. If you check your logs, you will see this. MikeMillerGIS_0-1639073723820.png If you follow this article, and change the heap size to 128 - https://support.esri.com/en/technical-article/000011736, the service works MikeMillerGIS_1-1639073815079.png
... View more
12-09-2021
10:17 AM
|
0
|
2
|
13132
|
|
POST
|
You can find the current models here https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-communications-utility-network-foundation.htm and https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-communications-data-management.htm We are working on a blog that compares and contrast the two different solutions. I will post an updated here with the link once it is posted.
... View more
12-03-2021
06:18 AM
|
1
|
1
|
4068
|
|
POST
|
If you publish the Electric Simple Network map, is it the same result?
... View more
12-02-2021
11:10 AM
|
0
|
1
|
8691
|
|
POST
|
Can you post a screen shot of the TOC of the web map that this is not working in? Are you adding the layer as a map service image layer or a feature layer(pointing to the feature service or layer of the map service)
... View more
12-01-2021
09:46 AM
|
0
|
0
|
8714
|
|
POST
|
I would log a bug with tech support. They are best suited to track down the issue. Increasing the domain count should fix the issue. If the service becomes unresponsive, we need to figure out why.
... View more
11-30-2021
11:13 AM
|
0
|
0
|
8728
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 07-07-2026 06:45 AM | |
| 1 | 06-26-2026 09:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|