POST
|
@Acharya In ArcGIS Pro, when you select the Portal tab from within the Catalog pane and navigate to your trace network service, can you double-click this and see your trace network?
... View more
03-14-2023
01:27 PM
|
0
|
0
|
1346
|
POST
|
Thank you for the additional info, would you be able to share the error report generated from the operation? Here is some info on where to find these: https://support.esri.com/en/technical-article/000011589
... View more
07-26-2022
05:35 AM
|
0
|
0
|
1509
|
POST
|
@GardenKo Is this occurring with any project, including a newly created one? It is possible this is related to an issue with the install. Is this behavior recent? What version of ArcGIS Pro are you working with and has anything changed with your install recently? Are you able to share the error report that is created when this issue is encountered? Thanks, Jon
... View more
07-25-2022
04:46 AM
|
0
|
2
|
1528
|
POST
|
Glad that helped @DavidNovak To answer your question, yes, I would say that using the Trace Network in a services-based architecture is ready for production use. Whether you choose to utilize a trace network or "simplified" utility network comes down to how you plan to manage your network and the capabilities you are looking for. I'll reach out to you directly to gather more information on what you are trying to accomplish with the trace network.
... View more
07-21-2022
07:00 AM
|
1
|
0
|
2228
|
POST
|
David, At the current time, unfortunately, there is a known limitation with using the Display Flow Direction Arrows UI command with Trace Network Services. Flow direction is persisted as a network attribute with TN version 2 and later so this can still be used to display flow direction by changing the symbology of the lines in the network to use this field to symbolize the lines. To make this easier I've attached a sample .lyr file containing the default symbology for flow direction as you would see within a TN on a file or mobile geodatabase. To apply this: 1. Right-click the line feature class in the trace network for which you want to display flow arrows and select Symbology. 2. In the Symbology pane that opens, select the Flow direction field under Unique values to display the 3 symbol classes and then select Import Symbology from the burger button at the top right. 3. In the Apply Symbology From Layer GP tool, set the class you want to apply symbology to in the Input Layer (should already be set) and navigate to the FlowDirectionSymbology.lyrx provided as the Symbology Layer. 4. Set the Symbology Fields as below and leave others as default, nd click Run: - Type: Value field - Source field: FlowType - Target Field: Flow direction This updates the symbology of the lines class to use the flow arrows imported. I use this layer (Alias renamed to Arrows in below screenshot) to display flow by toggling the layer on and off as needed in the Contents pane. I also disable the selectability on this layer. I then use another copy of the line for general display. We are working to address this in a future release but I hope this helps you move forward with the ability to display flow in the meantime. Jon
... View more
07-20-2022
08:15 AM
|
1
|
0
|
2239
|
POST
|
@GardenKo I am sorry to hear of your frustration. Are you working within a services based environment or single user geodatabase? When working with a trace network in a single user geodatabase (File GDB) the FEATUREGLOBALID field can be used but is not required. Instead, the geometry of the input feature class can be used to intersect the network feature's geometry and place starting points or barriers. This is one approach you could take, but for this to work you would need to remove the FEATUREGLOBALID field from the class. When the FEATUREGLOBALID field is present you can create user-defined starting points and place these on line (edge) or point (junction) features with the corresponding network feature's GLOBALID as you specified; however, the issue you are encountering is due to the placement of the starting location on an edge feature... To use FEATUREGLOBALID for the placement of user-defined starting points and barriers on edge features we must also supply a PERCENTALONG field of type double. This tells the trace the location of the starting point or barrier along the edge. When the PERCENTALONG field is not provided, the starting point/barrier is assumed to be a junction feature instead. Please add a PERCENTALONG field (double) and provide a value between 0 and 1 or test removal of the FEATUREGLOBALID field to use the input class geometry to intersect the network feature's geometry This is an omission from the documentation that I will get addressed. Please let me know if you are still having issues after testing the above. Thanks, Jon
... View more
07-14-2022
08:21 AM
|
0
|
1
|
1305
|
POST
|
Good morning, Are you experiencing this issue when you also provide a traceConfiguration? Does this same trace complete as expected when run via ArcGIS Pro? Is the feature class associated with this GlobalID part of the trace network?
... View more
07-12-2022
08:25 AM
|
0
|
0
|
790
|
POST
|
Good morning @EvelynHsu - If you were to double click the published trace network service under the Portal tab in the Catalog pane does this expose the trace network service. You should be able to right-click this and add to a map.
... View more
07-12-2022
06:03 AM
|
2
|
1
|
1850
|
POST
|
Moved to Field Maps Questions
05-17-2022
01:53 PM
|
0
|
0
|
254
|
POST
|
@JonathanDaweEsriUK Nested containment is supported ( i.e. For example, a substation can contain a junction box, and the junction box contains electrical devices...) ; however, we do not allow for a point feature/junction object to be contained by more than one container. I have created an issue internally to improve the documentation and clarify supported containment configurations.
... View more
03-07-2022
12:48 PM
|
2
|
0
|
1032
|
POST
|
@GIS_Solutions Are you running into this issue with UN on File Geodatabase or Enterprise? I beleive this is file... The issue is likely with the index on SubnetLine. Could be a result of the current update adding a very large subnetwork to a class previously populated with much smaller features. Agree with @Anonymous User above that dropping the spatial index, running Update Subnetwork, and then recreating the index should allow you to move past this.
... View more
01-26-2022
06:49 AM
|
2
|
1
|
6734
|
IDEA
|
Good morning @RandyCasey If I am reading your post correctly...there is no requirement to downgrade ArcGIS Pro to manage earlier versions of the utility network dataset. We are in the process of updating the matrix you reference to clarify compatible releases as it can be read that management of a dataset such as UNv3 is tied to a specific version of Pro (but this is not the case). When this matrix was authored, the intent was to display the UN version created using the listed combination of companion releases (i.e Pro 2.5 creates a version 3 UN which requires ArcGIS Enterprise 10.7 or later.) This would be better represented by stating that the compatible versions for a Utility Network Version 3 are Pro 2.4 and later and Enterprise 10.7 and later. Two general rules from ArcGIS Platform Compatibility Later versions of ArcGIS Enterprise can share earlier versions of the utility network. Later versions of ArcGIS Pro can be used to view and edit earlier versions of the utility network. You can use any version of ArcGIS Pro to connect and work with the utility network in ArcGIS Enterprise as long as the Utility Network Version is supported by that release. To provide a couple examples, I could ArcGIS Pro 2.9 with a Utility Network Version 4 in ArcGIS Enterprise 10.8.1 or later because both Pro and Enterprise are compatible with version 4 UN's. Earlier releases cannot open utility network datasets that participate in newer functionality. For example, you cannot use ArcGIS Enterprise 10.7 to share a Utility Network Version 4 or consume a Utility Network Version 5 using ArcGIS Pro 2.6. Likewise I could use ArcGIS Pro 2.8 with a Utility Network Version 3 in ArcGIS Enterprise 10.9 because this version of the UN dataset is supported with Pro 2.4 and later as well as Enterprise 10.7 and later. Beginning with ArcGIS Pro 2.7 in an enterprise deployment, the version of ArcGIS Pro and ArcGIS Enterprise determines the Utility Network Version when you create a new utility network or upgrade and existing one; however, this only governs the version created, not the versions that can be used to interact with the dataset. Let's say you were using ArcGIS Pro 2.7, an earlier version of the UN dataset (such as Utility Network version 4) could still be created if you were connected to an earlier version of ArcGIS Enterprise (such as Enterprise 10.8.1). I hope that helps to clarify, if I have misunderstood please let me know. Jon
... View more
12-20-2021
08:45 AM
|
0
|
0
|
1739
|
POST
|
Hi Robert, Yes, the fix for this issue was included with 2.9 and the recent 2.8.2 patch.
... View more
11-18-2021
07:43 AM
|
0
|
0
|
1706
|
POST
|
Good day Luca, What version of ArcGIS Pro are you working with? The current lesson was authored with ArcGIS Pro 2.8; however, an earlier version created with ArcGIS Pro 2.5 is also available here which uses a Utility Network version 3. Thanks, Jon
... View more
11-02-2021
09:01 AM
|
0
|
1
|
909
|
POST
|
Hello Bryce, I have not come across this when converting geometric networks. Are you still encountering this issue? Is this reproducible?
... View more
08-06-2021
06:33 AM
|
0
|
0
|
633
|
Title | Kudos | Posted |
---|---|---|
1 | 08-12-2025 01:04 PM | |
2 | 06-24-2025 08:00 AM | |
1 | 10-14-2024 01:14 PM | |
1 | 08-29-2024 09:07 AM | |
1 | 06-18-2024 12:48 PM |
Online Status |
Offline
|
Date Last Visited |
09-05-2025
06:16 AM
|