Home > Lotus Notes Tutorial, LotusScript, Notes Designer > Difference in Replication conflicts document that create from Lotus Notes Agent

Difference in Replication conflicts document that create from Lotus Notes Agent

I think Replication conflicts created by agents are no different from replication conflicts created by other means and they happen because more than one entity (a person, a process, or an agent) modified the same note at the same time same as create document by user. Some common situations to check for:

  • Agents with the wild card Any Server specified as the server to run on
  • “After new mail has arrived” agents running on the server whose Notes.ini file contains the variable AMgr_DisableMailLookup, which suppresses the check for the home mail server (thus, making it possible for an agent to run on more than one server)
  • A local replica with an agent modifying the same documents as the server-based agent
  • Different events triggering agents that modify the same document (for example, QueryOpen and QuerySave)

Viewed 7546 times by 2302 viewers

  1. No comments yet.
  1. No trackbacks yet.