
06-06-2009, 11:49 AM
|
 |
Proprietor
|
|
Join Date: Nov 2008
Posts: 2,237
|
|
KB02632 - Locate the SRP ID and SRP Authentication Key
KB02632 - Locate the SRP ID and SRP Authentication Key
Environment
- BlackBerry® Enterprise Server software versions 2.1 through 4.1 for Microsoft® Exchange
Overview
The Server Routing Protocol Identifier (SRP ID) and SRP Authentication Key can be found in the following locations:
- In the BlackBerry Configuration Database
- In the cached property file
To locate the SRP ID on the BlackBerry smartphone, see KB05508.
To locate and change the SRP ID and SRP Authentication Key using BlackBerry Manager or the BlackBerry Enterprise Server Management console, see KB04744.
In the BlackBerry Configuration Database
Use the appropriate method for the BlackBerry Enterprise Server software version and platform you are running.
BlackBerry Enterprise Server software versions 4.0 and 4.1 for all platforms
In the Microsoft® SQL Server Enterprise Manager
- Open SQL Query Analyzer.
- Type SELECT ServiceName, SRPId, SRPKey FROM ServerConfig
- Press F5 to run the query. The SRP Identifier and SRP Authentication Key appear.
In Microsoft SQL Server Desktop Engine (MSDE)
- Type osql –E, then press ENTER.
- Type the following commands in the specified order, and press ENTER after each line: 1>use <database_name>
where <database_name> is the name of the BlackBerry Configuration Database (for example,BESMgmt).
2>go
1>select ServiceName, SRPID, SRPKey from ServerConfig
2>go
1>quit
The SRP Identifier and SRP Authentication Key appear.
- Close the command prompt.
BlackBerry Enterprise Server software version 3.6 for Microsoft Exchange
In the Micrsoft SQL Server Enterprise Manager
- Open SQL Query Analyzer.
- Type SELECT BESAgentName, SRPID, SRPKey FROM BESAgent
- Press F5 to run the query. The SRP Identifier and SRP Authentication Key are displayed.
In MSDE
- Type osql –E, then press ENTER.
- Type the following commands in the specified order, and pressENTER after each line: 1>use <database_name>
where <database_name> is the name of the BlackBerry Configuration Database (for example,BESMgmt).
2>go
1>select BESAgentName, SRPid, SRPKey FROM BESAgent
2>go
1>quit
- Close the command prompt.
In the Cached Property File
Note: The cached.property file only exists if the BlackBerry® Mobile Data System (BlackBerry MDS) has been started.
On the BlackBerry Enterprise Server
- Go to C:\Program Files\Research In Motion\BlackBerry Enterprise Server\MDS\Servers\\config
- Use Microsoft® Notepad to open the<BlackBerry_Enterprise_Server_name>.< version_number>.cached.property file.
- Search the text file for the SRP.UID andSRP.AuthenticationString. These entries are the SRP Identifier and SRP Authentication Key.
__________________
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.
|