Password check

hi, when i attemp to reach a client database in api programs a message appears "The ID file being used is: C:\Program Files\lotus\notes\data\user.id

Enter password (press the Esc key to abort):"

this is not so important at first times but now i try to write a windows service and this is a problem. how can i bypass this password.

thanks for your helps;

Subject: password check

You can:1) manually set ID password to “”

  1. provide password in your API program as parameter to session object

  2. use client add-on API to surpress password prompt.

For client add-on, you can see here: