I have written an application which monitors and graphs activity in lotus notes mail files. The application connects to notes via the NotesSQL application (3.0.2e).
Everything works until the mail files become unavailable (unfortunately this happens every couple of days for at least a couple minutes). The error goes like this: [lotus][odbc lotus notes] file does not exist
From the documentation the error is generated by the notesSQL application from the format of the error. I do not see a function within notesSQL to test availabilty of the server or the database prior to doing a read of the data. Does anyone have a workaround?
Thanks