On the server huh? Check your DM.log. A frequent issue with updating a database is that the update succeeding BUT one of the upgrade scripts failed (maybe a table was locked or something). If the log shows that an upgrade script failed, just do start->run: dm -u
That command by itself will tell it to re-run the upgrade scripts on the database.
1) Make sure anything third party that so much as reads the database is disabled while upgrading the database.
2) Do a clean reboot before attempting the upgrade scripts again
3) And finally, if that fails, do a rebuild and then backup BEFORE you try and upgrade the mbz file. This can help remove any broken indexes or rebuild corrupt views which might break the upgrade script.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.