Our software runs as a shelf on Notes 8.0.2 and uses the NotesJob class from com.ibm.java.notes.api plugin to access the user’s mail file. Some users on Notes 8.0.2 are experiencing a problem while accessing the mail file using our actions as shown below.
NotesException: Password or other security violation for database mail24\dkyfiuk.nsf
at lotus.domino.local.DbDirectory.NopenMailDatabase(Native Method)
at lotus.domino.local.DbDirectory.openMailDatabase(Unknown Source)
at com.voicerite.vc3.notesembedded.ScheduleMeetingActionJob.runInNotesThread(Unknown Source)
at com.ibm.notes.java.api.util.NotesJob$1.run(Unknown Source)
at com.ibm.notes.java.api.util.NotesSynchronizer$RunnableLock.run(Unknown Source)
at com.ibm.notes.java.api.util.NotesSynchronizer.runSyncMessages(Unknown Source)
at com.ibm.notes.java.api.util.NotesPlatform.readAndDispatch(Unknown Source)
at com.ibm.notes.java.api.util.NotesPlatform.access$100(Unknown Source)
at com.ibm.notes.java.api.util.NotesPlatform$1.run(Unknown Source)
The mail file is a local replica . It is our understanding that no authentication needs to be performed in obtaining the session . Any pointers on what might be happening (perhaps a Domino setting etc) would be helpful
Thanks
Manu