Quote:
Originally Posted by Twister
If the upgrade didn't install properly or BES doesn't work after the upgrade, what is the recovery process? I am thinking.....
1. Remove BES from the server
2. Restore the backup configuration database in SQL
3. Reinstall BES 4.1.5 with a blank database and then change to the restored database
4. Hope everything will work as previously?!
Thanks.
|
Hi,
Before starting the BES upgrade you should confirm the following:
1. You need to ensure the upgrade is installed logged on with your BlackBerry Service Account (e.g. BESadmin)
2. If you have full SQL you need to ensure you Blackberry service Account has sysadmin & dbcreator permissions.
3. If you have MSDE or the database is on a full SQL server that you don't backup you need to ensure that transaction log isn't full. On MSDE you can just install the free SQL 2005 Express Manager to expand the log size (default is 50mb).
4. Take a backup of your BlackBerry database. In full SQL just right click the database and select Task > Backup. In MSDE you need to enter the following from the command prompt:
1. osql -E
2. backup database BESMgmt to disk = "C:\BBbackup.bak"
3. go
4. quit
In the event your install fails and your BES stops functioning you can perform the following tasks:
1. Stop all the BlackBerry services
2. Restore that backup you took before the upgrade
3. Uninstall BlackBerry Enterprise Server and restart
4. Reinstall your previous BES version and point it to the restored database
It is very uncommon for the upgrade to fail if you follow my pre-install checks above. Please post back if you have any further questions.
Thanks,
Gary