HTTP Web Server Corrupt Data Exception

We are getting the error message in the log that reads something like this:

HTTP Web Server: Corrupt Data Exception [/path/dbname.nsf/view?OpenView&Click=86256CE500695637.9620f1505e84016d86256cd1007a4ece/$Body/0.7B0].

What we are doing when this happens is simply clicking on the ViewNextPage link to move to the next set of documents in a view. The code behind the link is the very basic @DbCommand(“Domino”; “ViewNextPage”). We also get prompted for a password even though we have already logged in and we never authenticate. In our development area, it works fine but in test, it doesn’t. The difference is in the URL the link is passing. When in development, the URL given is:

http://server/path/dbname.nsf/83ddde3136ce4e92862566db0078dc2b?OpenView&Start=29

When in test, the URL is:

https://server/path/dbname.nsf/68dc1359cf7607af862566880047a299?OpenView&Click=86256CE5006A6B3C.be9f40d98ebb903086256ccc0075ba04/$Body/0.55E

Any help in why this is happening would be greatly apprecitated.

Thanks

Subject: HTTP Web Server Corrupt Data Exception

I had a similar problem when using @DbCommand(“Domino”; “ViewNextPage”); it seems to be caused by DB corruption. The solution for me was to cut and paste all design elements and then data into a newly created database - the function then works correctly.