Hi,I tried to create a DIIOP-session from an java-agent. The designerhelp gives some examles about. The one for DIIOP is
→ NotesFactory.createSession(‘host’, agentSession.getSessionToken()).
I implemented it in the same way but it dos’nt work.
The server prints a oddly message to console:
‘NotesError: Creating Administration request to create mail file for …’.
If I try it with NotesFactory.createSession(host, user, pwd) I get the message, that it’s not possible to create sessions from an agent.
The agent is an web query open agent and he is signed with server-signature. In the server-document is adjusted the authentication-type ‘SingleServer’. Therfore I think that the session from the agent should have all informations in his token, that are needed.
Does anyone knows something about?
Thanks Thomas