Access Lotus Notes from more recent VASt versions?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Access Lotus Notes from more recent VASt versions?

Adriaan van Os-3
Is anyone using the Domino Connection classes in a VASt 8.5.x image in combination with Lotus Notes 8.5? I've loaded the bunch but can't get AbtLnEnvironment startUp to work. I tried to follow all instructions, adding lotus dll and notes.ini location the environment variable path, used the mapping PlatformLibrary mapLogicalName: 'MDNOTESDLL' toPhysicalName: 'nnotes.dll'. but without luck.

Cheers,
Adriaan.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Access Lotus Notes from more recent VASt versions?

John O'Keefe-3
Adriann -

What is the error you are getting?

John

On Friday, March 14, 2014 7:06:52 AM UTC-4, Adriaan van Os wrote:
Is anyone using the Domino Connection classes in a VASt 8.5.x image in combination with Lotus Notes 8.5? I've loaded the bunch but can't get AbtLnEnvironment startUp to work. I tried to follow all instructions, adding lotus dll and notes.ini location the environment variable path, used the mapping PlatformLibrary mapLogicalName: 'MDNOTESDLL' toPhysicalName: 'nnotes.dll'. but without luck.

Cheers,
Adriaan.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Access Lotus Notes from more recent VASt versions?

Adriaan van Os-3
Just this: 'Primitive failed calling ''MDNOTESDLL'':NNOTESINITEXTENDED from PlatformFunction>>#callWith:with: due to OS error4'

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.

notesTraceOS4.txt (16K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Access Lotus Notes from more recent VASt versions?

Richard Sargent
Administrator
On Friday, March 14, 2014 8:31:41 AM UTC-7, Adriaan van Os wrote:
Just this: 'Primitive failed calling ''MDNOTESDLL'':NNOTESINITEXTENDED from PlatformFunction>>#callWith:with: due to OS error4'

Adriaan, try the advice from this message:
https://groups.google.com/d/msg/va-smalltalk/TiqvoECYh3I/NyC3-SJfeCMJ

The error 4 is often a lie. If you explicitly load the DLL, you can get a better/more accurate error message.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.