vb6 - Notes Sessions Vs Lotus Session COM API Issues -
I maintain a large application that talks with very few notes recently in the last few months, some Users are having trouble joining the Lotus Notes session, I use the following code to get the session
Set Session = Create Object ("Notes.NotesSession")
This error is only popping up for a certain number of users. I have created a sample app with the following line
Set session = CreateObject ("Lotus.NotesSession")
and for any reason the above line Works. The user says there was some problem installing notes, but after the installation it has been corrected. Why are two class names for the same object and why not work each other.
Anything on this will be appreciated :)
After installing 5.0.2b, you will see that the operating system registry is given a session name of Lotus names, as shown below. This is the root of domino com class. Notes are still present. Notes and Notes Notes UI workspace, which are OLE roots
I do not know why the OLE class is failing where there is not a communic class, but seeing that OLE is two decades old now, I I will be with Lotus. Notes session :)
Comments
Post a Comment