I have periodically received the below error from our web application.
“No documents have been modified since specified time”
The agent is a web agent and accesses a database that is not full text indexed. It performs a lookup on a view using then getDocumentByKey method (exact match). This is the line of code that is reporting the error. The error is intermittent. It comes up sometimes and not others. In other words I can get the error, then refresh the page (performing the lookup again) and do NOT receive the error the second time.
Does anyone have any idea what is causing this error and how I can go about squashing it?
Thanks In Adv,
Rick