|
POST
|
Output has no affect on functions/summaries. Output is strictly a filter of the result selection set. You need to set up the function to count the meters. I like to use Network Categories for this. So create a category for the items you want to count. Then set up the Function to Count/ObjectID or some other field on the device class, really does not matter, Categoery isEqual Meters
... View more
08-12-2025
07:16 AM
|
0
|
0
|
1639
|
|
POST
|
We do list it as part of the tutorials that we added to the foundation solutions, for instance, here is the tutorial for electric - https://doc.arcgis.com/en/arcgis-solutions/11.5/reference/create-the-unbalanced-distribution-utility-network.htm#ESRI_SECTION1_13752E389A654F8D8FF32CC9E2C7AC69
... View more
08-12-2025
03:38 AM
|
1
|
1
|
732
|
|
POST
|
Assume this is services? If you turn on debug logging, does the server log provide any additional details? That trace configuration is not complete, you just listed Count. What do you want to count? I am guessing there is not a lot a validation on creating a trace configuration. Best option is to make the trace and use the Trace to Trace Configuration tool. That way you can ensure the trace is completely working.
... View more
08-12-2025
02:46 AM
|
0
|
2
|
1651
|
|
POST
|
Yes, you need to run the Sync C Tables tool that is in the toolbox to fill out the required info, but in your case, it Will still fail. A line cannot be attached to a structure. You need to generate attachment points on the line and those can be attached to the pole. You could run a near from the pole to the line to get the XY and create the locations then. You will need to ensure there is a vertex added to the line at that location( the gp tool integrated can help) so the line is connected to the attachment point.
... View more
08-11-2025
02:16 PM
|
1
|
3
|
750
|
|
POST
|
If you can send an asset package, we can look into it more. I am not sure what is going on. my email is mmiller@esri.com
... View more
08-11-2025
05:58 AM
|
0
|
0
|
1426
|
|
POST
|
A text field is required, because what is stored is the result of a trace with summaries. The result of a summary is returned as a string, like @VenkataKondepati was mentioning. To create a trace config with a summary(function-https://pro.arcgis.com/en/pro-app/3.3/tool-reference/utility-networks/trace.htm#GUID-C96D0B7D-9E41-460B-B45C-F3FDFDAFAB45), you need to run a trace, and fill out the summary details. Then run Trace to Trace Config(http://esri.github.io/Utility-Data-Management-Support-Tools/docs/3.5/Trace2Config.html) or use the Add Trace Configuration with and fill out the function section(https://pro.arcgis.com/en/pro-app/latest/tool-reference/utility-networks/add-trace-configuration.htm#GUID-C96D0B7D-9E41-460B-B45C-F3FDFDAFAB45)
... View more
08-11-2025
04:05 AM
|
1
|
4
|
1675
|
|
POST
|
We only built and support the tools on the long term Utility Network releases(ArcGIS Pro 3.1/3.3/3.5). There could be issues on ArcGIS Pro 3.4 since we do not test it. Can you post the error message?
... View more
08-09-2025
03:35 AM
|
0
|
2
|
1446
|
|
POST
|
We do not have a timeframe yet, but hope soon. In evaluating the proper fix, it is taking a little deeper dev effort than we initially thought. I will post an update when we have a firmer date.
... View more
08-07-2025
09:09 AM
|
1
|
3
|
2085
|
|
POST
|
It should be, they where first included in 3.4. Try here - or here
... View more
08-01-2025
09:17 AM
|
1
|
1
|
1350
|
|
POST
|
You can set up #1 using a templated AR - https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/template-attribute-rules.htm For number #2, I would suggest using a database sequence(also in the templated rule), and not rely on querying for a pole, that could lead to a racing condition and duplicate ids.
... View more
08-01-2025
04:58 AM
|
1
|
3
|
1382
|
|
POST
|
I believe the Attribute Rules are returned in the QueryDataElement call(https://developers.arcgis.com/rest/services-reference/enterprise/query-data-elements-feature-service/) Let us know what you find out with support
... View more
07-30-2025
03:41 AM
|
0
|
0
|
1573
|
|
POST
|
Not sure what is going on, but calling Count and then First is bad for performance. Just call First and if there is a result, do something, if not, exit/continue. Any chance you could share a repo GDB, it is hard to trouble shoot what is going on.
... View more
07-29-2025
04:08 PM
|
0
|
0
|
1077
|
|
POST
|
Attribute Rules always get called in the database, regardless of client. I would start by inspecting the Service Logs on Debug Mode. Also, how are you verifying the rule was not fired? Did you refresh or requery the row? When a service edit is made and that edit affects other fields or other rows, it returns a ReturnEdit payload. ArcGIS Pro knows about this payload and makes the appropriate updates to the affected features. Some webapps may not honor this ReturnEdit payload, so if you AR edits other fields or other features, they are not refreshed and will be out of sync with the edits from the AR, so a manual refresh is required.
... View more
07-23-2025
04:49 AM
|
0
|
2
|
1615
|
|
POST
|
Could you use $OriginalFeature and if the parent key changes, query the old parent feature and update it?
... View more
07-11-2025
08:15 AM
|
0
|
2
|
1457
|
|
POST
|
Are you using the Add Related Feature in pro? There is an order of events that the insert rule finishes before related feature gets the parent guid. So the relationship does not exist during the insert event.
... View more
07-10-2025
10:25 AM
|
0
|
4
|
1471
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | a month ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|