I have an application that’s about 9gig in size and this apps. is highly used by users everyday and the db size is growing bigger. At any point of this I can’t really troubleshoot why this couple of weeks we are having ‘http web server: corrupt data Exception’ when try to save and exit from the application(form) other applications are working fine on the same dir.
Anyone experienced the same problem? I have load fixup dbname.nsf, load compact dbname.nsf, and even load updall dbname.nsf but all are hopeless, when i do a new copy to a member server then it works!. I wanna know why when installed this application on the domino application server and we have problem.
I have surfed the net to findout the solution but I can’t get any good findings, anyone could help me to solve this problem.
wanna get rid of this strange problem, hopefully ibm could help.
Subject: Re: http web server: corrupt data Exception
Typically a web-generated “corrupt data exception” is encountered when the design of a form has changed on the backend and then out-of-date data is posted to it. For example:
Designer creates Form “A”
Web user opens doc using Form “A” (or creates doc using Form “A”) and begins editing
Designer changes fields, datatypes, etc. on Form “A”
Web user submits document from step #2. ← This generates the “Corrupt Data Exception” error.
If you’re just getting this out-of-the-blue, then I would say you’ve got a corrupt form. Try replacing the database with a new copy of itself.