i'm not the DB admin. so i'm not sure of what is enabled or not.
i've seen in many documentations that there is two ways to get a session : with the host
NotesFactory.createSession(
"myLotusServer",
"mylogin",
"mypass"
;
or with and IOR
NotesFactory.createSessionWithIOR(...
IOR method is not what i'd like to use. i prefer to simply specify the server + id + pass...
what i know is : IIOP has been enabled, and the id i use if alowed to access it. what i don't know is if there is a way to specify in domino server if the DIIOP will be done with IOR or not.
the problem is that the error i get is : Invalid IOR so that means that it looks for an IOR is it right ? what should i change in order to simply use host authentication ?
i tryed to use the usr id + pass in the brower, i'm correclty authenticated.
i launch the servlet from my local machine. i use visual age to do this.
tell me where i'm wrong,
thanks
Best regards,
Elise, XML learning girl X-)
i've seen in many documentations that there is two ways to get a session : with the host
NotesFactory.createSession(
"myLotusServer",
"mylogin",
"mypass"
or with and IOR
NotesFactory.createSessionWithIOR(...
IOR method is not what i'd like to use. i prefer to simply specify the server + id + pass...
what i know is : IIOP has been enabled, and the id i use if alowed to access it. what i don't know is if there is a way to specify in domino server if the DIIOP will be done with IOR or not.
the problem is that the error i get is : Invalid IOR so that means that it looks for an IOR is it right ? what should i change in order to simply use host authentication ?
i tryed to use the usr id + pass in the brower, i'm correclty authenticated.
i launch the servlet from my local machine. i use visual age to do this.
tell me where i'm wrong,
thanks
Best regards,
Elise, XML learning girl X-)