
01-10-2009, 12:57 PM
|
 |
Proprietor
|
|
Join Date: Nov 2008
Posts: 2,238
|
|
KB11232 - Cannot install a named MSDE instance for BlackBerry Enterprise Server 4.1
KB11232 - Cannot install a named MSDE instance for BlackBerry Enterprise Server software version 4.1
Environment
- BlackBerry® Enterprise Server software version 4.1
- BlackBerry® Professional Software
- Microsoft® SQL Server® Desktop Engine (MSDE)
- Windows Server® 2000/2003
- Windows® Small Business Server 2000/2003
Overview
The BlackBerry Enterprise Server installation program does not provide the option to install a named MSDE instance for to host the BlackBerry Configuration Database, and the BlackBerry Configuration Database needs to be installed on its own MSDE instance.
Cause
A local version of MSDE was detected on the computer during the BlackBerry Enterprise Server software installation process.
Windows Small Business Server often includes the following named MSDE instances:
Resolution
To resolve this issue, complete the following steps:
- Manually install an MSDE instance for the BlackBerry Enterprise Server by completing the following steps:
- Go to the Microsoft Support Center and download MSDE 2000 Release A. Make sure to read the MSDE2000RelA release notes.
- Double-click the downloaded file to extract the MSDE Release A installation files.
- Locate the directory to which the files were extracted. The default directory is C:\MSDERelA.
- Open a command prompt window and change directory to the folder identified in step 3.
- Type setup sapwd=<password> instancename=BlackBerry, where <password> is the strong password you want to specify for the sa account.
- Run the BlackBerry Enterprise Server software installation program.
- When prompted, restart the BlackBerry Enterprise Server.
- When prompted to specify BlackBerry Configuration Database information, type the configuration settings listed in the table below.
Database location
| Local
| Database information
| <server_name>\BlackBerry
where <server_name> represents the NetBIOS name of the computer in which the MSDE instance was installed.
| Database name
| BESMgmt
| Data Directory
| C:\Program Files\Microsoft SQL Server\MSSQL$BlackBerry\Data
| Backup Directory
| C:\Program Files\Microsoft SQL Server\MSSQL$BlackBerry\Backup
| Database authentication
| Windows (Trusted)
|
- Continue the installation and start the BlackBerry Enterprise Server services when prompted.
Additional Information
To install a named MSDE instance that uses mixed mode authentication, type the following:
setup sapwd=
instancename=BlackBerry securitymode=sql
If you still have problems creating the named MSDE instance, install Microsoft® .NET Framework version 2.0 and 3.0 in addition to version 1.1, which should already be installed.
__________________
http://blog.port3101.org/hdawg/
The views expressed by me on Port3101 and its affiliated sites are my own and do not necessarily reflect the views of my employer.
|