Can someone tell me what the following server error message means? What can be done to resolve this?
Error 4000 at line 31: Notes error: Database is corrupt – Cannot allocate space
How does one find line 31 and where?
Thanks,
Dan
Can someone tell me what the following server error message means? What can be done to resolve this?
Error 4000 at line 31: Notes error: Database is corrupt – Cannot allocate space
How does one find line 31 and where?
Thanks,
Dan
Subject: Error 4000 at line 31: …
Howdy,
That’s not a whole lot of information, but I’ll make a stab at guessing. When and where on the server do you get the error (check the notes log for preceding log entries and see if that gives you any clues)? Do you know what database is generating the error? Are you able to open the database and does it appear to be running?
If so, toggle on debug mode and initiate the action that caused the error to appear. It should stop at the subroutine or function that generated the error. This should be line 31 of that sub or function.
If the database is not even opening, since the error message says the database is corrupt, I would recommend running the server task “fixup” on the database, then try opening it again.
Hope this helps.
Thx…gail
Subject: RE: Error 4000 at line 31: …
Hi Gail,thanks for the response and interest. I kinda resolved the puzzle by putting in some Print statements and narrowing things down to the problem area which indicated that we were trying to send email in the script and the email server in the development envirionment was down. We will get the server up and try again on Monday.
Thanks,
Dan
Subject: RE: Error 4000 at line 31: …
You’re welcome. I’m glad you found where the error was. That is often half of the work.
Thx…gail