After i upgraded from 5.0.9 to 6.5 server automatically shutdown during the night.The last process before it shutdown is the updating of views.
Subject: Server Automatically Shutdown
Hi,
there might be a few possiblities. My first try would be to examine whether a corrupted database caused the server crashes.
I had the same effect after updating my server from 5.0.11 to 6.0.1 and had to fix one database in this way.
Try this:
- Run the Updall task on the database with the -r option to fix a damaged database index:
Load updall databasename -r
- If Updall does not fix the problem, use this procedure:
Make a replica of the corrupted database. Be sure to give the replica a new file name.
Delete the original corrupted database.
Use the original database file name to rename the new replica.
Restart the server.
Best of luck
Frank