|
POST
|
Two bugs here, we will release an updated to the untools soon to resolve them - V5, we are just hard blocking this and need to lift that block, no workaround at the moment - V6, if an asset package was created with a newer UN, it has items from that UN. When we are creating a v6 UN with the asset package tools, it first assumes the target is the current UN and believes there is a FLOWDIRECTION field in the target classes. We attempt to apply the field alias from the asset package to this field and it fails, as the field does not exist in the target. Workaround is to delete the FLOWDIRECTION field from the domain and structure line and edgeobject classes in the Asset package.
... View more
07-09-2025
02:23 PM
|
1
|
6
|
2318
|
|
POST
|
What are you trying to achieve? If you want your subnetline to have geometry, you must update your subnetwork definition to include distribution mains. You are only aggregating transmission mains now. The Subnetwork Aggregator will not change your subnetline, it will create a new output GDB. Also, the Subnetwork Aggregator should be showing a dropdown if it finds the trace configurations, like this: I am not sure why it is not. You need both the SubnetworkOverride tag and another tag to display.
... View more
07-08-2025
02:09 AM
|
0
|
0
|
3096
|
|
POST
|
You can always find the most current versions of USDM here - https://github.com/Esri/Utility-Data-Management-Support-Tools Your subnetline line row is probably correct, it looks like there are no transmission mains in that subnetwork and you are probably only aggregator those.
... View more
07-07-2025
01:06 PM
|
0
|
2
|
3121
|
|
POST
|
Post your code as a code snippet using JS as formatter. Will make it easier to provide feedback
... View more
06-27-2025
07:53 AM
|
0
|
0
|
702
|
|
POST
|
Filtered_table is a featureset(think feature class). You need to call First to get first record or loop over it.
... View more
06-26-2025
01:09 PM
|
0
|
0
|
734
|
|
POST
|
Have you tried using ArcGIS Pro 3.3 to publish to 11.1 enterprise? That domain with the big int is only an asset package domain, once you have a UN, it might be compatible with 11.1(lots of other variables, attribute rules, etc). You can use 3.3 to create the UN and then use 3.1 after that too.
... View more
06-13-2025
02:47 AM
|
0
|
1
|
1691
|
|
POST
|
That is not publishing, that is trying to create a new UN File/Mobile Geodatabase with 3.1 ArcGIS Pro. The asset package scheme is a 3.3 schema. Our foundation solutions only support 3.3 and 3.5. You need to create the UN gdb with 3.3 or greater, then use copy and paste to your enterprise GDB.
... View more
06-12-2025
02:10 PM
|
0
|
3
|
1704
|
|
POST
|
https://developers.arcgis.com/arcade/function-reference/featureset_functions/#intersects
... View more
06-06-2025
09:55 AM
|
0
|
0
|
721
|
|
POST
|
Your "Intersects" is backwards. **EDIT: Also, it returns a featureset, so you need to do a count. updated the code Also, please post code as a code sample(use javascript for arcade). var fibercable = FeaturesetByName($datastore,"attributeruletest.sde.fibercable", ['*'], true);
if(Count(intersects(fibercable,Geometry($feature))) > 0)
{
return 100;
} else {
return false;
}
... View more
06-06-2025
09:55 AM
|
0
|
1
|
721
|
|
POST
|
We have released untools 3.3.4 and it is available in the python package manager. https://community.esri.com/t5/arcgis-utility-network-documents/utility-network-package-toolbox-3-3-release-notes/ta-p/1420196
... View more
06-06-2025
08:37 AM
|
1
|
4
|
1765
|
|
POST
|
The output from Create Migration Workspace is a copy of the asset package with no data, projected and extended based on the Data Loading workbook and a Data Loading Workspace. You then need to run ArcGIS Pros Load Data using Workspace to load the data from the source to the asset package.
... View more
06-06-2025
07:49 AM
|
0
|
0
|
1390
|
|
POST
|
You must look at the domain assigned to the field in the subtype view, not the field view. If you are using subtype group layers, it only shows the field assignments. You need to open the subtypes field from the catalog pane.
... View more
06-04-2025
11:59 AM
|
0
|
1
|
592
|
|
POST
|
How do you mean with "first class in the UN". Do you mean fist class in order in the Content pane? - to be honest, I am not sure how it picks the first class. I think it might be the first class that has a domain, not sure if that is the first class of the domain network(assembly) or structure. I just know that a domain at the field level is shown in the dropdown. That is why use have the lifecycle_combined domains at the field level and lifecycle at the subtype. The combined version of the domain has values we want to use in a trace, but a feature should never be set to these values. Now that you know this, you could make a domain of all asset types/codes and assign it to the asset type field and get a dropdown for that Network Attribute.
... View more
06-04-2025
06:12 AM
|
1
|
0
|
1100
|
|
POST
|
The trace tool loads a domain from the first class in the UN. Since there is no single domain with all Asset Types, it will never show a complete list of asset types. Do you happen to have a domain assign to the asset type field on one of your classes(Not in subtypes view, fields view)?
... View more
06-04-2025
03:30 AM
|
0
|
1
|
1126
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | a month ago | |
| 1 | 04-19-2026 06:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|