03-25-2008, 02:48 PM
|
#8 (permalink)
|
| Knows Where the Search Button Is
Join Date: May 2005 Model: 8830 Carrier: Verizon
Posts: 18
Post Thanks: 0 Thanked 0 Times in 0 Posts
| If that doesn't work because of a SQL 2000 to SQL 2005 problem (like we had), you can do the following...
1. Stop the BES services on your current server and disable them.
2. Kill any reminant SQL connections and perform a fresh backup to the SQL 2000 server.
3. Install the BES software on your new BES server and point it to the SQL 2000 server during the db creation part of setup.
4. At the end of the setup program, uncheck the "start services" box and finish.
5. Perform an in place upgrade on the SQL 2000 server to SQL 2005.
5. Delete the "blank" BESmgmt db that was created by installation.
6. Do a restore of your production BESmgmt db and attach it on the newly upgraded SQL 2005 server.
7. Start the BES services on your new BES server.
This would have you running on your "old" SQL 2000 server. If you want to move the db to your new SQL 2005 server, then do the following instead...(much is the same but a few extra steps)
1. Stop the BES services on your current server and disable them.
2. Kill any reminant SQL connections and perform a fresh backup to the SQL 2000 server.
3. Install the BES software on your new BES server and point it to the SQL 2000 server during the db creation part of setup.
4. At the end of the setup program, uncheck the "start services" box and finish.
5. Perform an in place upgrade on the SQL 2000 server to SQL 2005.
5. Delete the "blank" BESmgmt db that was created by installation.
6. Do a restore of your production BESmgmt db and attach it on the newly upgraded SQL 2005 server.
7. Perform a backup of the newly attached BESmgmt db and copy the backup file to the new SQL 2005 server.
8. Use the createdb.exe utility or BlackBerry Server Configuration utility to create a "blank" BESmgmt db on the new SQL 2005 server.
9. Delete the "blank" BESmgmt db and then restore and attach your production BESmgmt db on the new SQL 2005 server.
10. Start the BES services on your new BES server.
11. Optional step...setup one way replication between the SQL 2005 servers for DR purposes. |
| Offline
| |