Subject: Problem with notes connection to SQL using ODBC
Did you check the computer running Domino server? You might see some Windows erros messages or ODBC prompts there.
Use SilentMode when establishing connection if you do not already do so. Make sure that server can find to network location of the SQL server and that multiple network interfaces or firewalls do not cause problems.
Subject: Problem with notes connection to SQL using ODBC
Hi,
Although I can not give you a big clue, my idea may help you to get it done.
Pls try to use Error handler in your Lotus Script Scheduled agent to identify which one is causing that error. Besides, try to close all the files (if any) /handles upon getting error.
Subject: RE: Problem with notes connection to SQL using ODBC
You can try using the OLE DB connector instead. (See Lotus Connector and Connectivity Guide and Lotus Connector Lotusscript Extensions Guide under \Help.) See the EI forum for more details, examples etc.