What could possibly be wrong with my database that it would cause our test server to stop responding when I try to access it (the database).My database is working fine on my local machine. I am now ready to test it on our test server. Problem is, I get a ‘Server is not responding…’ message when I try to access the database in the Domino server. I had the database removed from the test server and the server is now working fine.
Subject: Help! Database causes server to stop responding
Did you run a fixup, updall and compact on the db before you tried to access it? I had a db that was killing my server when accessed due to a corrupt doc.
Subject: RE: Help! Database causes server to stop responding
Uhmmm… I’m kinda new to Domino Designer, so, no, I did not. How do I do that?Thank you, Mike. =)
Subject: RE: Help! Database causes server to stop responding
After you copy the db to the server, but before you try to open it, go to the server console and type “load fixup dbname -F J”. Let that finish (dbname is relative to data directory). When fixup is done (use sh task to verify) type “load updall dbname -R”. When that is done type “load compact dbname -c”. One more thing, the switches are case sensitive. Good luck, let me know how that works out for you.