|
Blackberry Enterprise Server 5.x - Tutorials
|
|
Resolution This issue has been resolved in BlackBerry Enterprise Server 5.0 Maintenance Release 1. To apply Maintenance Release 1 complete the following steps:
- Log in as the BlackBerry service account.
- Click on Start > Run > Services.msc.
- Stopall BlackBerry Services.
- Double-click bes500mr1.msp to install Maintenance Release 1.
- Start all BlackBerry Services.
Important: Restarting certain BlackBerry Enterprise Server services will delay email message delivery to BlackBerry smartphones. For more information, see KB04789 For more information about Maintenance Release 1 see the Release Notes.
To ensure the password gets put into the database as the correct hashed value, complete the following steps:
- Click on Start > Programs > BlackBerry Enterprise Server > BlackBerry Server Configuration.
- Click on the Administration Service - LDAP tab.
- Enter the LDAP password for the corresponding LDAP user account.
- Click Verify.
- Click Apply and OK.
- Restartthe BlackBerry Administration Service - Native Code Container service.
Note: Restarting the "BlackBerry Administration Service - Native Code Container" service will also restart the "BlackBerry Administration Service - Application Server service."
Workaround To work around the issue, perform one of the following options: Option 1
- On the server where the BlackBerry Administration Service is installed, navigate to the following directory from a command prompt:
:\Program Files\Research In Motion\BlackBerry Enterprise Server\BAS\bin
- Run the following command:
basUtility "C:\Program Files\Java\jre1.5.0_15" "C:\Program Files\Research In Motion\BlackBerry Enterprise Server\BAS" encode "" > C:\Output.txt
- Open the text file created in Step 2.
- Copy the hashed version of the password to your Microsoft SQL Server.
- Run the following SQL Query against the BlackBerry Configuration Database:
update BASAuthenticationCredentials set password = '' where AuthenticationType LIKE '1'
- Restart the BlackBerry Administration Service services.
- Log in to the BlackBerry Administration Service using Microsoft Active Directory.
Option 2 Install the BlackBerry Administration Service again.
|