I have a nightly process that opens a few tables, does some processing, then closes. This has been working well for several years.

But recently, I think we are having some networking issues, and I see an error on the OPEN TableName command. The app aborts after this (error# 75).

If I re-run the app right away, it works most of the time.

So, my question: Is there any way to trap err# 75 and re-try again without closing the app?