Column sorting on web: Entry not found in index

I have a web form with an embedded view. It is not a single category view. There are no categories, the first column is sorted, the three other columns are “click on column header” to sort.

But when I click on the header, I receive the following error:

HTTP Web Server: Lotus Notes Exception - Entry not found in index

and log.nsf shows:

12/06/2005 01:38:43 PM HTTP Web Server: Lotus Notes Exception - Entry not found in index [/business/devp/CVPrivacySurvey.nsf/Gatekeeper?OpenForm&Count=300&ResortAscending=3&Seq=1]

This didn’t used to happen. It only happened after I inserted a column. I removed the column, but I still get the error.

What’s wrong? How do I fix it?

Thanks,

-Jeff

Subject: Column sorting on web: Entry not found in index

  1. Is there some error when you preview that view in the notes Client.

  2. Have you deleted any document which was coming in that view

  3. Try opening the view directly in the Browser once and chech whether you are getting the same error again.

  4. It may also happen that the view is ok, but there is some Problem in some of the lookup’s which are there in your form where the view is embedded. Try embedding the view in some empty form (with ni lookup’s) and check whether the error is still coming.

Subject: RE: Column sorting on web: Entry not found in index

Your right, the problem was with the form. Because a parameter is missing on the URL.

Is there a way to add parameters to the URL created when you click on a column sort? It does not retain one of the parms received.

Thanks,

-Jeff