Hi I am having a web application which is used by my employees for the past 7 years and its used in different zone. Recently we noticed that duplicate documents are created.
We are capturing log and noticed that user clicks the save button more than one time.
I doubt notes create conflict doc and while saving it make the conflict doc also into main doc.
In query save we are calling the agent and we are not using any copy item or doc.save.
User use our company portal to access the db.
Please suggest/advise me why it happened.
thanks
soma
Subject: Sounds like
Without seeing you exact code, I’m guessing you hav an onclick event on the web page, that onclick event calls a domino agent. Your don’t have any code on your webpage to stop multiple clicks, so the agent is called multiple times, thereby creating multiple documents.
Subject: suddenly this problem started
we are using same code for the past 7 years but the problem suddenly started atleast 5 duplicate documents craeted every month.
Subject: I have no idea then.
Typically problems don’t just start, something has changed somewhere. You need to figure out what changed that is causing the issue. Browser changed, Windows Update on Server, Server update. new virus software etc.