PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Problem with the function NotesOpenConnection in Citrix
Problem with the function NotesOpenConnection in Citrix
Débuté par Simon, 02 juil. 2008 23:01 - Aucune réponse
Posté le 02 juillet 2008 - 23:01
Hi Everyone,
I would like to have some help on this problem. I'am developping an application that will run under a Citrix session and it will connect on a Lotus Notes database. When I try my application locally, everything works fine. When I try on the Citrix server, I had this error message:

Vous avez appelé la fonction NotesOuvreConnexion.
Impossible de charger le module nnotes.dll.

(In English:
You have called the NotesOpenConnection function.
unable to load the nnotes.dll module)

Then I have copy all the requested dll (there was about 10 dll that I neededd to copy) and now I have the following error message:

Vous avez appelé la fonction NotesOuvreConnexion.
Impossible d'initialiser le client Lotus Notes.

(In English:
You have called the NotesOpenConnection function.
unable to initialise the Lotus Notes client)

The Lotus notes version is 6.5 on my computer and on the server
We are using Windev 12.

Thank you in advance and have a nice day
--Simon