POST
|
The pipe connection and/or manhole channel that the rule is creating requires a value for active volume. So you can either make the field nullable(and adjust the network attribute), or adjust the rule to include a value in the return edits. We could also define a default value on those subtypes in the data model. That might be the easier fix.
... View more
yesterday
|
0
|
0
|
35
|
POST
|
We prototyped an Attribute Rule that would move copy/move features to an abandon layer. You can try it out and see if it meets your needs. There is a GP tool in this toolbox to set up the attribute rules. https://esri.github.io/arcade-expressions/docs/3.3/AbandonRows.html https://github.com/Esri/arcade-expressions/tree/master/attribute-rules/attribute_assistant
... View more
Wednesday
|
0
|
1
|
90
|
POST
|
ArcGIS Online does not support hosting Utility Network layers. You must have ArcGIS Enterprise to publish the feature service.
... View more
|
1
|
0
|
110
|
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
a week ago
|
1
|
0
|
104
|
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
a week ago
|
0
|
2
|
115
|
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
a week ago
|
0
|
1
|
168
|
POST
|
I do not know why it swap it, but it does not matter. EJE the order of edges do not matter.
... View more
2 weeks ago
|
0
|
2
|
179
|
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
2 weeks ago
|
0
|
0
|
69
|
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
2 weeks ago
|
0
|
1
|
87
|
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
2 weeks ago
|
0
|
2
|
162
|
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
2 weeks ago
|
0
|
4
|
262
|
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
2 weeks ago
|
0
|
4
|
181
|
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
3 weeks ago
|
1
|
0
|
226
|
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
3 weeks ago
|
0
|
2
|
162
|
Title | Kudos | Posted |
---|---|---|
1 | 08-07-2025 09:09 AM | |
1 | 07-09-2025 02:23 PM | |
1 | Monday | |
1 | a week ago | |
1 | 11-16-2024 08:26 AM |
Online Status |
Online
|
Date Last Visited |
yesterday
|