We have mail forwarding agents in some of our databases.As we’re using a cluster all mails are forwarded twice, because the agent runs first on the homeserver and later again on the cluster-replicat.
Any hint to fix that?
We have mail forwarding agents in some of our databases.As we’re using a cluster all mails are forwarded twice, because the agent runs first on the homeserver and later again on the cluster-replicat.
Any hint to fix that?
Subject: Agent runs twice in cluster
In agent schedule you can specify Run On Server property.
Regards
Litty Joseph
Subject: RE: Agent runs twice in cluster
Good Day:
There is another solution. If you want all agents to run on one server only, you can enable the following database property:
Disable background agents for this database
This property does not replicate.
So you enable the property on the server on which you dont want the agents to run.
In case of a problem with one of the server, you can simply uncheck this property and all the agents will run on the other server.
Hope this helps.
Have a good day,
Jean-Louis
Subject: RE: Agent runs twice in cluster
After selecting “Disable background agents for this database” the problem does not occur anymore.
Thank you.