We are editing a utility network data and having issues while reconciling and posting branch version.
It is posting what is too much of time and edits are also limited (max 50 edits).
The process used to smooth earlier and no changes have been to configuration or database.
Would you be able to possibly share some of the logs from Pro? You can get them from the diagnostic monitor under the help tab. That would help pinpoint if it's a network issue or if it's some crazy circular rule triggering that's happening due to asynchronous edits coming in and locking up attribute rules.
I've seen interdependent attribute rules absolutely kill performance when every edit cascades to 10 different feature classes, and that's when it's all in a local file database. Doing that over the network can seriously cripple Pro.
Hello,
here is the log file from Pro, from the starting of the version posting to the error message :
and AGS log :
| SEVERE | 30 juil. 2025, 14:55:59 | StopServiceEditing failure (sessionID: {AF268C58-99C5-4DAB-A4CD-0511979B0103}) (User session application lock in progress - operation not allowed) Session Application lock in progress [Session application lock in progress - operation not allowed] |
--> exactly 10 minutes between Post and Error : this is why I think of a client-side timeout in this case, but running the Post in REST will succeed after 15 minutes or more.
Do you have users actively editing and either not closing their sessions or have hanging edits? That can sometimes create locks which may be a reason. Try asking everyone to disconnect and then reconcile and post.
In a branch versioning environment, only one user is allowed to edit in a version at a time, so there should not be issues about parallel active sessions. Additionally, Default is protected.
I can sometimes see exclusive locks on named versions, but they should be managed by the system.
The only thing I think about is having multiple users with version management administration capacity and editing Default, or posting at the same time... But disconnecting everyone in order to post versions should not be necessary.
Also, there should be separate capacities for posting and for Default editing and administrative right...
I didn't think to suspect that at all. You might be right and that could be causing the issue. If there are some attribute rules designed for feature to feature edits in conjunction with multiple users editing then that may be the cause.
Here are some basic things I always do to troubleshoot poor performance for services in general:
Maybe some of these general things can help too. Good luck!