Call agent when a session is open for user

Hi All,

Request you to please help me out. Below is my query:

I have an agent in one of the database which is on server. I want to trigger this agent when user just log in to the notes client (i.e when enter log in password and click to OK button).

Thanks for advance help.

Vikas K Sinha

Subject: What are you trying to do?

What does this agent do and can you go at the problem a different way?

Subject: Call agent when a session is open for user

This is not possible without writing and installing a custom DLL on every client. Without this, the server is simply not notified when the user enters his password in the client so there is no way to detect it and trigger the agent.

The custom DLL would have to be built with the Notes C API’s Extension Manager facilities, and deployed to every client. And even with that, it might not always work because the client might not be connected to the network at the time the user enters his password.

-rich

-rich

Subject: RE: Call agent when a session is open for user

Thanks rich for your quick response.