Barbara Hauf
Barbara Hauf

Reputation: 13

Error in SECKFMDefaultPromptHandler: func=18: Unknown security function code

I tried to set up a new Windows 7 KVM for my Lotus Domino and Java Eclipse environment. I installed Lotus Notes 9.0.1 FP2 (incl. Domino Designer) and Eclipse Luna IDE. Furthermore I added my c:\notes directory to windows paths.

When I started my java code which was working with the old KVM at the line

Session s = NotesFactory.createSession((String)null, (String)null, config.getNsfpwd());

the program gives me the Error

[0524:0002-0F44] 02.12.2014 09:10:35   Error in SECKFMDefaultPromptHandler: func=18: Unknown security function code.

Do you have any ideas how to get the code running?

Upvotes: 0

Views: 1299

Answers (1)

Alex Ramirez
Alex Ramirez

Reputation: 133

I know this post is way old, but now that I was requested to work a bit with Domino and Java, I'll add my findings here. That problem appeared to me because the password in the notes client used by the Java code was about to expire. Changing the password fixed it.

Regards.

Upvotes: 3

Related Questions