This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Creating session in Java - client vs server
Feedback Type: Problem
Product Area: Other
Technical Area: Application Development
Platform: Windows
Release: 8.5.2
Reproducible: Unknown
Hello everyone,
I'll go straight to problem.
We create session in Java using NotesFactory.createSession((String)null, (String)null, password).
From what I read this either uses created session(if exists) or access environment variable PATH to get path to Lotus installation and from there to notes.ini and from there to ID file.
So far so good.
Now, we have an environment where we have Domino Server running all the time, and client that is not running at all.
The idea was to put into PATH both paths(client and server) but to put client installation first so it is taken by createSession().
But since we have that server running = there is Domino session, server notes.ini and server ID is used when calling createSession().
Is there some workaround? or maybe I didnt understand that right?
Please help, thanks in advance
Feedback number WEBB8EHJ99 created by ~Xagra Kiwelyoni on 02/28/2011
Status: Open
Comments: