|
POST
|
ArcGIS Online does not support hosting Utility Network layers. You must have ArcGIS Enterprise to publish the feature service.
... View more
09-29-2025
11:35 AM
|
1
|
0
|
615
|
|
POST
|
At 11.3 you need the "ArcGIS Advanced Editing" https://enterprise.arcgis.com/en/portal/11.3/administer/windows/license-user-type-extensions.htm#ESRI_SECTION1_B75DA80066744473AD5DD1312734654A
... View more
09-25-2025
05:11 AM
|
1
|
0
|
1017
|
|
POST
|
You do not have permissions. What type of user are you. What version of enterprise? You need to ensure you have the correct capabilities.
... View more
09-24-2025
06:20 PM
|
0
|
2
|
1028
|
|
POST
|
If you place a trace flag on the busbar and trace upstream, with a filter barrier set up to stop at the switch, does that identify your input switch? If so, you could select all busbar and pass them into batch trace https://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.5/BatchTrace.html If the trace returns busbar, there is an optimization in batch trace that if a input trace feature is returned it wont trace it again. The batch trace could write out aggregate geo. These points can then be used to spatially select your input switches.
... View more
09-24-2025
02:31 AM
|
0
|
1
|
602
|
|
POST
|
I do not know why it swap it, but it does not matter. EJE the order of edges do not matter.
... View more
09-23-2025
03:47 AM
|
0
|
2
|
795
|
|
POST
|
You can also manually add the function name to the hidden lookup sheet. Right click the tabs and select unhide select -Lookup- scroll to the bottom and add your function, in my example, I added create_foo()
... View more
09-22-2025
06:20 AM
|
0
|
0
|
482
|
|
POST
|
You will need to run Update Data Loading Workspace. This will create a new workspace and add any user functions to the dropdown.
... View more
09-22-2025
04:12 AM
|
0
|
1
|
500
|
|
POST
|
I do not think FeatureSetByRelationshipName exist // Must use a string literal, do not use a variable
var relatedFS = FeatureSetByRelationshipClass($feature, "RELATIONSHIP CLASS NAME", ["field1","field2"], false);
var ParentFeature = First(relatedFS);
if (ParentFeature == null){
return
}
if (ParentFeature.field1 == null){
return ParentFeature.field2;
}
return ParentFeature.field1
... View more
09-17-2025
02:38 PM
|
0
|
2
|
1320
|
|
POST
|
Copy and paste the feature dataset should do it. I believe it always copies with Topology Disabled, which means you have to enable and run update subnetwork again. That cannot be transferred.
... View more
09-17-2025
02:26 PM
|
0
|
4
|
1175
|
|
POST
|
Need to pass in the list of fields to FeatureSetByRelationship https://developers.arcgis.com/arcade/function-reference/featureset_functions/ also PARENT FIELD 1 cannot be a valid field name
... View more
09-17-2025
02:23 PM
|
0
|
4
|
1339
|
|
POST
|
The asset package supports a configuration table(https://doc.arcgis.com/en/arcgis-solutions/latest/tool-reference/utility-network-package/create-asset-package-configuration-table.htm) which should be used to remove items. Have you tried this out? Some more details - https://community.esri.com/t5/arcgis-utility-network-blog/utility-network-foundations-removing-from-the/ba-p/1210882
... View more
09-11-2025
01:49 PM
|
1
|
0
|
465
|
|
POST
|
You have to run two traces, one with Include Isolated Features and one without that checked. Without it checked, it will return the features that match the filter barrier(isolating valves)
... View more
09-11-2025
07:29 AM
|
0
|
2
|
539
|
|
POST
|
Those are batch rules, they are up to you to run. They are really for data migration, once in the UN, you should not be able to introduce an invalid geometry.
... View more
09-09-2025
12:29 PM
|
0
|
0
|
728
|
|
POST
|
Once a layer is published to AGOL, there is no connection back to the original layers. It is a copy of the data with the supported properties.
... View more
09-09-2025
08:07 AM
|
0
|
1
|
1839
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Tuesday | |
| 2 | a week ago | |
| 1 | a week ago | |
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|