|
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
|
2420
|
|
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
|
2433
|
|
POST
|
https://developers.arcgis.com/arcade/function-reference/featureset_functions/#intersects
... View more
06-06-2025
09:55 AM
|
0
|
0
|
874
|
|
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
|
874
|
|
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
|
2294
|
|
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
|
1574
|
|
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
|
746
|
|
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
|
1413
|
|
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
|
1439
|
|
POST
|
I assume not all check valves are pressure zone boundaries? You might have to set up a Network Attribute or a new type of Asset Type that is PZ Boundary Check Valve and use that as a condition barrier for the PZ's.
... View more
06-03-2025
01:01 PM
|
0
|
0
|
836
|
|
POST
|
No, this is currently not possible with attribute rules
... View more
05-30-2025
01:12 PM
|
0
|
0
|
561
|
|
POST
|
Thank you for the details. We did find a bug related to setting terminal in sink networks. This was fixed in 3.5 and are targeting the 3.3.4 update that will include this fix next week.
... View more
05-30-2025
11:22 AM
|
0
|
5
|
2387
|
|
POST
|
Can you provide some more details? What type of device/terminal configuration are the sewer lines connected to. Do the sewer lines have any assignment in the From/To Terminal ID fields?
... View more
05-28-2025
06:53 AM
|
0
|
0
|
2432
|
|
POST
|
return $feature.loop_length == 100; evaluates to 0, it is a boolean operation. Just return 100
... View more
05-27-2025
07:38 AM
|
0
|
0
|
677
|
|
POST
|
I would try this Start a brand new ArcGIS Pro sessions Do not add any maps Run the Asset Package to Geodatabase
... View more
05-22-2025
12:38 PM
|
1
|
0
|
1496
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 4 weeks ago | |
| 1 | 06-26-2026 09:15 AM | |
| 1 | 06-05-2026 05:01 AM | |
| 1 | 06-02-2026 01:29 PM | |
| 2 | 05-27-2026 08:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|