HiIs there a way to run an agent on a client right after a user replicated ?
(The user replicates his database and just after, some documents on the server must be updated by an agent).
Any suggestions?
Thank you very much
Mélodie.
HiIs there a way to run an agent on a client right after a user replicated ?
(The user replicates his database and just after, some documents on the server must be updated by an agent).
Any suggestions?
Thank you very much
Mélodie.
Subject: How to run an agent just after replication ?
I don’t know about running the agent after replication, but you could schedule an agent that replicates the database and then does whatever else is required.
You’d want to remove the database from the normal replication schedule though, and this won’t help if the user initiates replication manually.
I suppose if the agent is set to run only on the server, and set to run after documents are added/modified, that would probably cover what you want.