POST
|
Luis, I believe it is working as expected. When you cut a polygon, one piece is reshaped and a new polygon with the information from the old one is inserted. So the N° Order is a duplicate of the original polygon and the constraint rule is rejected the new polygon that is trying to be inserted. If you use fiddler or the browsers developer tools, you might be able to see the return message from the apply edits that is trying to insert the new polygon and see what the return message says.
... View more
12-03-2020
11:47 AM
|
0
|
0
|
57
|
POST
|
Have you run the upgrade geodatabase geoprocessing tool? https://pro.arcgis.com/en/pro-app/tool-reference/data-management/upgrade-geodatabase.htm
... View more
11-10-2020
05:53 AM
|
0
|
2
|
225
|
POST
|
Jamal, I took a look at the data. I was able to repo the issue. Once I disabled Topo and Enabled it again, the trace worked. So the data was not in the network index. I am not sure how this happened. What was the ordered of events? Did you sketch in the data or did you append it? Was the data sketched first and then the rules added?
... View more
11-09-2020
02:23 AM
|
1
|
0
|
80
|
POST
|
You need to export to Asset Package and then apply that Asset Package to an Enterprise Geodatabase.
... View more
10-23-2020
02:55 AM
|
0
|
1
|
89
|
POST
|
Is the zip code layer in the feature service? If not, will not work in a pop up as the data store is the feature service for the client and pop ups execute client side
... View more
10-22-2020
04:14 AM
|
0
|
1
|
274
|
POST
|
If you check both Structure and Pipeline in Apply Asset Package, do you get the error?
... View more
10-22-2020
02:19 AM
|
0
|
2
|
331
|
POST
|
I looked over the code, you would have to modify it to load barriers from a static class. It would help to enable debug logging and get more information about where the slow down is occurring. You will need to modify the pyt. In line 32, change logger.setLevel('INFO') to logger.setLevel('DEBUG'). Run the pyt in ArcMap. There should be much more verbose messaging. Can you post the results or email them to me at mmiller@esri.com
... View more
10-22-2020
01:36 AM
|
0
|
0
|
93
|
POST
|
I would suggest moving this to a pop up and add return statements along the way to see where it is breaking. I would start by looking at the geometry (centerfeature).x line. Are zip codes polygons? If so, not sure what .x or .y would even return.
... View more
10-21-2020
04:20 PM
|
1
|
4
|
274
|
POST
|
Can you post your script? The adds call does not look correct.
... View more
10-21-2020
03:33 PM
|
0
|
6
|
274
|
POST
|
That is a lot of barriers to load from the database. Are those valves always closed? I would have to look at the code, but there maybe a way to cache them too, to improve performance.
... View more
10-21-2020
10:23 AM
|
0
|
2
|
93
|
Online Status |
Offline
|
Date Last Visited |
12-03-2020
01:19 PM
|