|
POST
|
You can find an example of this here: https://mediaspace.esri.com/media/t/1_nl5m6g2p?st=1848: If you are still having issues, please post the error message you are seeing.
... View more
05-02-2024
06:09 AM
|
1
|
1
|
10036
|
|
POST
|
What you're describing is the phase orientation of the conductors, which describes the relative position of each conductor with respect to some reference point (back-to-the-sub, nw to sw, etc). If you want to maintain phase orientation it should be done in a separate field, that isn't tied to propagation.
... View more
04-26-2024
08:18 AM
|
2
|
0
|
885
|
|
POST
|
Unfortunately google is not very friendly for picking up on our latest dictionaries, so the best way to get ahold of it is download the latest solution and refer to that as each foundation includes a data dictionary. For instructiosn on how to access the latest foundation and data dictionary, watch this video: Utility Network Shorts: Industry Data Models
... View more
04-25-2024
06:56 AM
|
2
|
0
|
2019
|
|
IDEA
|
@GIS_Solutions , @Sneha_Das This question was promoted to the ideas section of the community. If you are interested in seeing this become a feature, please vote for this idea.
... View more
04-24-2024
09:27 AM
|
0
|
0
|
1977
|
|
POST
|
Please post an image of the symbology properties for the layers in question.
... View more
04-24-2024
07:37 AM
|
0
|
0
|
1612
|
|
POST
|
This is a function of your asset management system. Without an Asset ID, or other unique identifier, there is no way to identify a unique section of pipe. If a pipe is split in the GIS then you should ensure that one of the new segments gets a new ID to preserve uniqueness. Your asset management system would then need to be updated to reflect the length of the old pipe as well as the length of the new pipe.
... View more
04-24-2024
06:26 AM
|
0
|
0
|
975
|
|
POST
|
@MaryamAlHefeiti You're copying data from a simple feature layer to a geometric network layer. The geometric network imposes additional restrictions (like the one outlined in the KB article Cody referenced). You'll need to find and repair any features with the same location for their start/stop vertex.
... View more
04-24-2024
06:20 AM
|
2
|
0
|
1267
|
|
IDEA
|
This is outlined in the article I linked to, so you may want to do a closer reading to make sure you were following all the points. When you set manage isdirty=false, the subnetwork will always have the status of dirty. For customers with large water and gas systems, it does not make sense to track status because any time any edit occurs in the network the entire system becomes dirty. By setting manage isdirty=false it makes their validates a little faster (because it doesn't have to trace the entire system) and they just run a script to update their system subnetworks several times a day. The default behavior of the system is to track the status of subnetworks, we added the option to not manage the status for customers using hierarchical networks that had large tiers like the system tier. We would never want to you have a tier configured to manage status and then allow a user to opt-out during validate because this would invalidate the state of the entire system.
... View more
04-23-2024
07:00 AM
|
0
|
0
|
3911
|
|
POST
|
No. Open/closed is a condition barrier because it affects the normal traversability between the isolated location and its controller. The filter barrier is used to specify the criteria for identifying normally traversable features that should be used for isolation purposes. This is typically things like operable equipment designed for isolation (e.g. system or isolation valves), or in a pinch ... pinchable pipes.
... View more
04-23-2024
06:07 AM
|
0
|
2
|
3069
|
|
IDEA
|
I'm still waiting for you to answer my initial question around what your use case is for this. From your discussion, it sounds like you want the state to be normally managed but want to give users the ability to opt out of this check. But why? If a user opts out of marking subnetworks as dirty, then they are destabilizing the system by allowing a subnetwork to appear clean when it actually needs to be updated. This means that the subnetwork name and "is connected" field can no longer be relied on to be accurate. Any integrations, interfaces, or tools that rely on that information or look at the status/last modified date of subnetworks will also become unreliable or out of sync with the GIS. Given all these problems, what is the driver behind this? Why are you intentionally wanting subnetworks to ignore certain edits and have their information become out-of-date (with no indication that it is inaccurate)?
... View more
04-23-2024
06:04 AM
|
0
|
0
|
3919
|
|
POST
|
Associations aren't managed using primary/foreign key relationships, they are stored within the utility network. You can read more about containment associations here: Containment associations—ArcGIS Pro | To create/maintain associations you can use the modify associations tool, feature templates, or attribute rules. For your initial data-load you will need to use the import associations tool to import your existing associations using a flat file. Documentation
... View more
04-22-2024
06:31 AM
|
1
|
0
|
2104
|
|
DOC
|
There is currently no tool to perform this or any plan to develop one. If you want to create a reporting database of all your layers, I recommend you check out the Export Reporting Data tool from the ArcGIS Solutions team.
... View more
04-19-2024
09:20 AM
|
0
|
0
|
12021
|
|
POST
|
I recommend you follow the Configure a map for the ArcGIS Utility Network tutorial to see how you can create a map that separates out the layers by subtype using subtype group layers. Subtype group layers are supported on any kind of feature class, as long as it has subtypes. So if your data is in a feature service you can use the Add Data > Subtype Group Layer button to add each utility network layer in the service as a subtype group layer. This will allow you to set the field properties for each subtype as you desire.
... View more
04-19-2024
09:18 AM
|
1
|
0
|
3449
|
|
IDEA
|
@JürgenBiendara we have a detailed article explaining the purpose of this option here Subnetwork Deep Dive: Status. I'll try to summarize it here. Managing Dirty means that when data is validated, the system will identify which specific subnetworks were modified by the edit. This is used to assist in quality assurance, so an editor knows specifically which subnetworks need updating. If you disable this setting, then the system will no longer perform this analysis and every subnetwork will always be considered dirty. Running update subnetwork is always a separate operation that must be run separately by a user (or process), the state of clean/dirty is just a way of indicating which subnetworks have been modified. So, if you care about precision with your quality assurance and just focusing on the subnetworks that have changed, you want to manage the status of your subnetworks. If you don't have any subnetwork-specific quality assurance and are ok with just running update subnetwork on all your subnetworks on a periodic basis, then you can disable managing the status of subnetworks.
... View more
04-19-2024
06:52 AM
|
0
|
0
|
3989
|
|
IDEA
|
@JürgenBiendara can you provide a bit more context for why you want this? Is it that you want to set a tier to be managedirty=true and occasionally ignore a validate? Or do you want to have a tier be managedirty=false and choose to only mark the network as dirty at a time-and-place of your choosing?
... View more
04-18-2024
07:11 AM
|
0
|
0
|
4017
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | Monday | |
| 1 | Friday | |
| 1 | a week ago | |
| 1 | a week ago |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|