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:
Any help in why this is happening would be greatly apprecitated.
Thanks