Hello,
On my web application , when i click on someof the link it gives following error.
HTTP Web Server: Lotus Notes Exception - Entry not found in index
though it is working nice on development server.
anybody have any idea.
thanks
Dev
Hello,
On my web application , when i click on someof the link it gives following error.
HTTP Web Server: Lotus Notes Exception - Entry not found in index
though it is working nice on development server.
anybody have any idea.
thanks
Dev
Subject: HTTP Web Server: Lotus Notes Exception - Entry not found in index
Some @DBColumn or @DBLookup formulas in the form/page might be the reason for this error message. Go through the @DBColumn or @DBLookup in the form/page in which u get this error . Also the subforms included in the form in which u get this error.
The easier way to debug is the find in which design element the error occurs. if it is a form/page/subform then cut first half of the content and check if error occurs . if not then paste the content in the same place and then cut the next half of the content and check.
the problem may also be in the agents called in the web query open/web query save events in the form. Remove the agent and check if it is working.