normally there is no need for such "wrapper"
typically %Save() returns a %Status object and then it's up to you to analyze it in case there is an error.
In the situation described here, all you can do is just a retry.
- it could be a Lock collision
- or the LockTable is full.
Instead of fiddling in system parameters requiring a restart, you just wait and retry.
if you are curious how often this happens you may add a loop counter. for further decisions
- Log in to post comments
.png)