cancel
Showing results for 
Search instead for 
Did you mean: 

Error while trying to read domino directory (lotus notes)

Former Member
0 Kudos

Hi,

we are facing a problem while trying to get a connection from idm to lotus notes.

The problem occurs at the jobs to read something out of the domino directory. (for example  “load certifiers from Notes” or “System load”).

The following error message appears in the job log:

Script error: Automation error The object invoked has disconnected from its clients. :Function - OpenListNotes:Param

I used the uWarning-function to localize the line where the error occurs, it seems to be the following line:

ret = NotesDB.DbOpen(vbNullString, Server, Database)


MXVBNotes.dll is registered.

While registering MXNotes.dll an error occurs: The module “MXNotes.dll” failed to load. (could this be the reason for the issue? )

(the dll-files are located in the windows folder)

Does anyone have an idea how to solve the problem?

Thanks & Regards

Benjamin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Benjamin,

i have the same Problem in IdM.

Was your Problem solved and when yes, how?

IdM 7.2 SP10

Windows Server 2008 R2

Lotus Notes 9

Regards

André

Former Member
0 Kudos

I have found a workaround.

This works fine for me.

I use the old MXNOTES.DLL and MXVBNOTES.DLL from the IdM Version 7.10 SP6.

Windows Runtime Engine has 7.2 SP10 and everything is running good.

Best Regards

André

former_member2987
Active Contributor
0 Kudos

Hi Benjamin,

What version of IDM are you using? Older versions / SPs of IDM have many Lotus Notes issues.  Upgrading to 7.2 SP 10 or IDM8.0 will probably help you the most as the VBScripts are retired in favor of a Java based architecture.

Also have you tried checking the Error itself on Google? I know it's probably not the answer that you want to hear   but most of the IDM/Notes issues are Windows and VBScript interface based.

Regards,

Matt

Former Member
0 Kudos

Hi Matt,

thanks for the quick response.

I have forgotten to copy the addditional system informations..

- IdM 7.2 SP9

- Windows Server 2008 R2

- Lotus Notes Client 9

Yes, i've checked google for both problems (registering dll and the script error).

There are many articles about the script error but mostly in another context. (for example office applications)

I've tried also many things to register the dll-file without success.

Regards,

Benjamin

former_member2987
Active Contributor
0 Kudos

Hmmm.... Don't have Lotus Notes, so I can't really test.  Can you go to SP10?

Otherwise, you'll have to open an OSS Note

Matt