We have a .NET windows application that is using NotesSQL to connect and write to a Notes database on our network. The application is going to be triggered by Windows Scheduler and will run as a service. The application will sit on a Windows server that has the Notes client and NotesSQL installed. We have found that if Notes client is not opened, when the application is launched by the server, it hangs because of a Notes password prompt. We have selected the user security settings to not prompt for a password from other notes based programs. We have also configured the ODBC DSN to use the specific notes id and have input the password. We are using File DSN. We have even tried to synchronize the notes ID with the Windows domain in order to bypass the prompt. Nothing has worked thus far. I have checked the notes.ini and the keyfilename is referring to the correct ID file.
Any ideas how we can bypass this password prompt?
Thanks,
J