3145 errors

Good day

I would like to know the following.

When experiencing NAT3145 errors, an attempted retry is done I assume to get the record in question and do the necessary processing.

How does the system decide how many retries to do before timing out and are the retries in quick succession or are there small intervals (pause/latency) before the next retry is done after the previous retry has failed to obtain the record.

There is no retry, it simply is a wait for the record to become available.

This is subject to the Adabas Transaction Time limit, either the record becomes available or the transaction is backed out.

Hi,

Just set a loop in your on error block on error = 3145

Thank you all for the wonderful responses, appreciated