POST
|
If you are modeling a balanced system (outside of north america typically) you will need to start with the Expanded model. We are releasing an essentials model for Balanced systems very soon.
... View more
yesterday
|
0
|
0
|
27
|
POST
|
An attribute rule would be tough to get to work as an attribute rule runs on the service, not the client, so it would have no knowledge of what rows you have selected.
... View more
Wednesday
|
0
|
0
|
46
|
POST
|
Let's take an example. I have a pole, that pole has no related joint use records. I create my version and create a joint use record for this pole, and I also update the pole-class. Before I can post my version, some updates the pole, say height. Now, when I reconcile, I get a conflict on the pole and the new related record. When it's just one update like this, it's pretty easy to fix. However, when many things are updated and in the conflict list, it gets very complicated very quickly.
... View more
Wednesday
|
1
|
1
|
89
|
POST
|
You have three options, each with pros and cons. The StructureJunctionObject will increase the size of the associations table which will impact the time of enable topology and disable topology. There are other potential impacts to things like validate, export subnetwork to name a few. The geodatabase related table method avoids those issues, but introduces new issues. The relationship can lead to false or confusing conflicts and the user interface for geodatabase relationships leaves a bit to be desired. The third option is to make the jointuse table a related table only in the map, not using a geodatabase releationship class. This avoids the conflict issue and actually provides a better UI experience for the user. The draw back is you must manually create the record in the joint use table and copy and paste the GLOBALID from the pole to the joinuse record. This could be done with an addin.
... View more
Wednesday
|
1
|
5
|
98
|
POST
|
You cannot add classes to a utility network. You would need to add these as an Asset Group and Asset Type in either the <Domain Network> Device or Junction class.
... View more
08-09-2025
05:47 AM
|
0
|
0
|
222
|
POST
|
each row in the associations table will need key information populated, Association type (column 1) is one of them. If you create the associations using some migration process, you will probably want to run the tool "Sync the C Tables Asset Group/Type" which can be found in the UtilityDataManagementSupport toolbox before running Apply Asset Package. This will fix any missing data, other than association type and provide warnings for invalid data.
... View more
08-02-2025
05:31 AM
|
0
|
0
|
146
|
POST
|
My first question would be was the target a versioned Enterprise Database?
... View more
06-27-2025
07:07 AM
|
0
|
0
|
175
|
POST
|
The first option is to trace for only three phase equipment. This can be done by adding a Filter Barrier in the trace to make anything that does not contain all three phases a barrier. The second option is to add a network attribute, (don't try to make it inline) that indicates an object or feature is Mainline. Then you could modify your trace to add a traversability barrier that does not include this network attribute being true. But, this will require disabling the network topology to make that change.
... View more
06-24-2025
05:29 AM
|
0
|
1
|
409
|
POST
|
An underlying Oracle index is corrupted. Have you dba check for invalid indexes and rebuild the ones that are invalid at the oracle level, not the ArcGIS level
... View more
05-21-2025
08:10 AM
|
0
|
0
|
359
|
IDEA
|
05-13-2025
03:39 AM
|
0
|
0
|
524
|
POST
|
First, I think the symbology you are using in your map is just the default simple, which means you aren't using a map where you have defined symbology. Second, I'm guessing the trace you are using is returning all features, transformers, etc, which will make the diagram very congested. Here are two images. The first one is the diagram produced by the diagram code I sent you. The second image is from a diagram template named Electric Distribution Circuit Switching. The trace I used is below and I placed the start point on the Circuit Breaker for RMT003 arcpy.un.Trace( in_utility_network="Network Utility Network", trace_type="SUBNETWORK", starting_points=r"C:\Projects\Electric_Updates\Electric_Updates\Default.gdb\UN_Temp_Starting_Points", barriers=r"C:\Projects\Electric_Updates\Electric_Updates\Default.gdb\UN_Temp_Barriers", domain_network="Electric", tier="Electric Distribution", target_tier="", subnetwork_name="", shortest_path_network_attribute_name="", include_containers="INCLUDE_CONTAINERS", include_content="INCLUDE_CONTENT", include_structures="INCLUDE_STRUCTURES", include_barriers="INCLUDE_BARRIERS", validate_consistency="VALIDATE_CONSISTENCY", condition_barriers="'E:Operating Status Normal' IS_EQUAL_TO SPECIFIC_VALUE 1 OR;'Lifecycle Status' DOES_NOT_INCLUDE_ANY SPECIFIC_VALUE 6 OR;Category IS_EQUAL_TO SPECIFIC_VALUE E:Ground OR;Category IS_EQUAL_TO SPECIFIC_VALUE 'E:Open Point' OR;'E:Operating Status Normal' IS_EQUAL_TO SPECIFIC_VALUE 2 #", function_barriers=None, traversability_scope="BOTH_JUNCTIONS_AND_EDGES", filter_barriers=None, filter_function_barriers=None, filter_scope="BOTH_JUNCTIONS_AND_EDGES", filter_bitset_network_attribute_name="", filter_nearest="DO_NOT_FILTER", nearest_count=None, nearest_cost_network_attribute="", nearest_categories=None, nearest_assets=None, functions=None, propagators="'E:Phases Propagated' # PROPAGATED_BITWISE_AND INCLUDES_ANY 7", output_assettypes=None, output_conditions="Category IS_EQUAL_TO SPECIFIC_VALUE E:Switch OR;Category IS_EQUAL_TO SPECIFIC_VALUE E:Cable #", include_isolated_features="EXCLUDE_ISOLATED_FEATURES", ignore_barriers_at_starting_points="DO_NOT_IGNORE_BARRIERS_AT_STARTING_POINTS", include_up_to_first_spatial_container="DO_NOT_INCLUDE_UP_TO_FIRST_SPATIAL_CONTAINER", result_types=None, selection_type="NEW_SELECTION", clear_all_previous_trace_results="CLEAR_ALL_PREVIOUS_TRACE_RESULTS", trace_name="", aggregated_points="Trace_Results_Aggregated_Points", aggregated_lines="Trace_Results_Aggregated_Lines", aggregated_polygons="Trace_Results_Aggregated_Polygons", allow_indeterminate_flow="TRACE_INDETERMINATE_FLOW", validate_locatability="DO_NOT_VALIDATE_LOCATABILITY", use_trace_config="DO_NOT_USE_TRACE_CONFIGURATION", trace_config_name="", out_json_file=None, run_async="RUN_SYNCHRONOUSLY", include_geometry="EXCLUDE_GEOMETRY", include_domain_descriptions="EXCLUDE_DOMAIN_DESCRIPTIONS", result_network_attributes=None, result_fields=None, use_digitized_direction="IGNORE_DIGITIZED_DIRECTION", synthesize_geometries="DO_NOT_SYNTHESIZE_GEOMETRIES" )
... View more
04-22-2025
04:45 AM
|
0
|
0
|
1342
|
POST
|
I have attached the python script used to create the Switching Diagram for the Electric Foundation.
... View more
04-21-2025
08:25 AM
|
0
|
2
|
1363
|
POST
|
In the Electric Foundation, we included a Distribution Switching in the Diagrams configuration. Does this not provide the type of diagram you looking for?
... View more
04-21-2025
06:16 AM
|
0
|
1
|
1388
|
POST
|
Often a user's documents and download folders are actually configured for one drive. Try another folder on the C drive. Something like C:\temp
... View more
04-15-2025
06:11 AM
|
0
|
0
|
555
|
POST
|
The UN will work correctly in this workflow. However, disabling and enabling the database repeatedly will significantly increase the size of the network tables in the database. Although under normal usage, this should not impact performance, it will impact things like database backup time. I'm not sure how many times you plan to do this, but if multiple times you will not this behavior and it is expected.
... View more
04-11-2025
05:37 AM
|
2
|
0
|
426
|
Title | Kudos | Posted |
---|---|---|
1 | Wednesday | |
1 | Wednesday | |
7 | 08-10-2023 02:37 PM | |
2 | 04-11-2025 05:37 AM | |
1 | 02-27-2025 05:46 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|