|
POST
|
This session focuses on best practices deploying Attribute Rules on enterprise systems. This includes details of how to identify and fix slow running rules in the entire stack, run-away recursive attribute rules, attribute rule execution during branch versioning reconcile, client side execution of attribute rules, and more. https://mediaspace.esri.com/media/t/1_gr7hrdjy
... View more
07-07-2022
11:18 AM
|
5
|
0
|
1094
|
|
POST
|
Hey @Zoggo would you mind sharing the following info? The version of ArcGIS server? How many total number of features in the class? The registration type of the class (unversioned/branch etc.) Can you monitor the ArcSOC as you execute the evaluate call and see how much it reaches before the SOC crashes?
... View more
04-05-2022
08:14 AM
|
1
|
1
|
840
|
|
POST
|
Hey @ASHAFFER would you mind sharing the attribute rule script along side the error you get during execution? thanks
... View more
03-24-2022
02:36 PM
|
0
|
1
|
2412
|
|
POST
|
That should be possible, you need to add an attribute rule to the related table. One thing to watch for is cyclic execution and infinite loops. (Parent updates child, child turns out updates parent, which turns out and update child and that goes on.) We detect and protect against such cases but you will need to write the rules such that it has a base condition to quit.
... View more
02-07-2022
04:42 PM
|
0
|
0
|
6653
|
|
POST
|
Which Pro version? Does the class have batch calculation or validation rules (check the datasource to see if GDB_Validationxxxx classes exist) Which data source is this ? (filegdb/mobilegdb/enterprise feature service?) Note that the add error layers only work through mobilegdb/filegdb and in feature services after consuming the feature service which has a validation capability enabled. this video might help https://www.youtube.com/watch?v=HFHJFCn2E1M
... View more
01-20-2022
10:58 AM
|
1
|
0
|
2026
|
|
POST
|
This is happening because the AR tried to use a field that was not fetched by python. Two solutions, you can wrap the python call with arcpy.da.Editor(str(workspacepath)) which will give the editor context. or you can include all the fields that the AR require in the UpdateCursor call (cptraceability) in this case.
... View more
12-13-2021
02:51 PM
|
1
|
1
|
2642
|
|
POST
|
When you share a webmap with named trace configuration, the GUIDs of the trace configuration is persisted in the webmap definition along side the utility network layer. The full definition of the trace configuration can be retrieved through the UtilityNetworkServer by passing the GUID to /trace. This is so that you can alter the trace configuration without republishing the webmap and also to keep the definition of the webmap compact.
... View more
10-25-2021
07:58 AM
|
1
|
5
|
4345
|
|
POST
|
I just pushed a fix for few bugs that I found, can you try again? https://github.com/hussein-nasser/un-js-api-demo/blob/master/un-js-api-demo.html
... View more
10-22-2021
05:55 AM
|
0
|
7
|
4358
|
|
POST
|
Can you try your rule on a FileGDB? see if you experience the behavior. If you don't, then we know this bug was fixed in 2.8 and Enterprise 10.9 will have the fix.
... View more
10-08-2021
08:18 AM
|
0
|
2
|
6629
|
|
POST
|
Hey Billy, Do you know which ArcGIS Pro/Enterprise you are running? We had a bug with Null persistence in Arcade that we fixed in Pro 2.8 (Enterprise 10.9).
... View more
10-08-2021
08:02 AM
|
0
|
4
|
6634
|
|
POST
|
Hey Anthony This is a known bug, the error layer of validation server should be included and packaged in the project package. They are currently not packaged (you get an error when you try) and you will have to add them manually every time. Edit: Bug number BUG-000151105 -Hussein
... View more
10-04-2021
01:40 PM
|
0
|
6
|
3116
|
|
BLOG
|
AmirBar-Maor from the parcel fabrics team wrote a cool attribute rule that allows you to auto-snap to the feature near by after creating or updating a feature. In 2.7, we added the ability to assign an attribute rule to the shape field, which will allow the Arcade expression to return a geometry to update the $feature geometry. This opens up all sorts of workflows, including the one Amir built, which is the snapping. I thought it the attribute rules community will enjoy this https://community.esri.com/t5/arcgis-parcel-fabric-blog/using-attribute-rules-to-update-the-line-geometry/bc-p/1103951
... View more
10-01-2021
08:04 AM
|
2
|
2
|
2504
|
|
POST
|
The utilitynetwork layer id will be different for each feature service. You can find the utility network layer id dynamically for any feature service (if it exists) by querying the feature service definition.
... View more
09-07-2021
11:03 AM
|
0
|
1
|
5504
|
|
POST
|
You can call `queryDataElement` rest call on the feature service and provide the utility network layer id. https://server.esri.com/server/rest/services/service_name/FeatureServer/queryDataElements [13] is the utility network layer id You can find the utility network layer id querying the feature service definition and looking up utilityNetworkdatasetId "controllerDatasetLayers": { "utilityNetworkLayerId": 13 },
... View more
09-07-2021
09:44 AM
|
1
|
3
|
5526
|
|
POST
|
Hey Billy I suggest reading the blog I authored on this topic. It has basic examples of creating associations of all types using attribute rules. The rule you have is so large to debug without the data. I suggest starting with a simpler rule to narrow down whats wrong. It might help to work with a file geodatabase so altering and testing the rule is easier. Then deploy it to enterprise. https://www.esri.com/arcgis-blog/products/utility-network/electric-gas/advanced-attribute-rules-creating-utility-network-associations-with-attribute-rules/
... View more
09-02-2021
08:04 AM
|
0
|
1
|
2956
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a month ago | |
| 1 | 03-19-2026 09:52 AM | |
| 1 | 03-19-2026 06:18 AM | |
| 3 | 01-26-2026 02:25 PM | |
| 3 | 01-05-2026 03:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|