|
: 31 : 31 : 0 |
LotusScript agents that run longer than the limit which is configured in the server document are automatically terminated by the Agent Manager. There is currently no way to handle this exception programmatically and execute a graceful termination / rollback and thus maintain data integrity.
I suggest one solution may be to trigger the error handling in the Initialize event with a unique error number - Err() - which corresponds to this specific error condition, and apply a secondary timeout on the execution of the error handling code.
|