Link to home
Start Free TrialLog in
Avatar of bryanvahey
bryanvahey

asked on

Lotus Notes Automation through VB

I'm trying to create a notes session using the following code

Dim objSession As lotus.NotesSession
Dim objDB As lotus.NOTESDATABASE

Set objSession = CreateObject("notes.NotesSession")

Set objDB = objSession.CURRENTDATABASE()

This works fine on some machines but on others the createobject does't work leaving objSession still = to nothing.

Are there any settings or permission requirements needed to create this object.  I've tested this on NT4 machines.  

I've tried late binding but this to did not work.  The lotus helpfile didn't help much either.

I'd be very grateful for any help.

Thanks

Bryan
SOLUTION
Avatar of tejas_pathak
tejas_pathak

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CleanupPing
CleanupPing

bryanvahey:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.