Cannot login Domino server using CORBA/Java API

I am unable to login Domino server using CORBA/java API. The error message:“NotesException: Invalid user name/password”. On the server consle, “diiop server access denied to ”. However,with the same user name/password, I am able to launch Notes.

I have also added the user to the “Server Access” list and “Run (un)restricted java/javascript/COM” list.

What might be wrong?

Subject: When you launch Notes, you are using the Password from your ID file…

When you are using Corba/DIIOP, you are using the Password stored in the Public NAB on your Server. Edit your Person record in the NAB and Set your Internet Password on the Basics tab.

Subject: RE: When you launch Notes, you are using the Password from your ID file…

It works for me. Thanks