Issue:
An application that has been running fine under an R5 environment (5.0.6) now generates an NSD error under R6 (6.0.1).
Cause:
-
one specific web-based Domino form.
-
the form has multiple ‘computed subforms’ on the form.
Through a process of elimination, I have determined that one computed subform on this form is causing an NSD error and thus crashing the server.
The only unique thing that I could find on this subform is that it has JavaScript code within the JS Header section.
Validation of Error:
I removed the Javascript code from the JS Header section and the server no longer exhibits any problems. However, if I go back into the JS header section and add a simple ‘alert(“hello world!”);’ JS statement into this JS Header section, upon reloading the form, the server immediately reacts and causes a NSD error.
Has anyone else experienced this kind of NSD issue?