Configure the database connection for the BlackBerry Docs service
BlackBerry Docs
serviceWhen you configure your
Microsoft SQL
Server
database for the Docs
service, you can use either Windows
Authentication or SQL Authentication for granting access to the database by BEMS
. The information is prepopulated with the information entered during installation.- In theBlackBerry Enterprise Mobility Server Dashboard, underBlackBerry Services Configuration, clickDocs.
- ClickDatabase.
- Enter theMicrosoft SQL Servername.
- Enter the database name.
- In theAuthentication Typedrop-down list, select one of the following:
- If you want to use the credentials of theWindowsservice account that was configured for theBlackBerry Connectservice, clickWindows Authentication.
- If you want to use aMicrosoft SQL Serveraccount, clickSQL Server Loginand enter theSQL Serveraccount username and password.
- By default, the encrypt=false property is prepopulated in theAdditional propertiesfield during the installation and upgrade process. Existing properties that you have set are retained. Data that is sent betweenBEMSand theSQL Serveris not encrypted. If your environment requires data to be encrypted and the TLS certificate to be verified, complete the following steps:If you enable encryption for all data that is sent betweenBEMSand theSQL Server, it may cause higher than normal CPU usage.
- Import the CA certificate that is signing yourSQL Servercertificate into theJavacertificate store. For more information, see Import the CA certificate into the Java certificate store.
- Change theencryptproperty to true and addtrustServerCertificate=falseseparated by a semicolon (no space before or after the semicolon).
If your organization uses AlwaysOn support for SQL Server, add the propertyMultiSubnetFailover=true. - ClickTestto verify the connection with theMicrosoft SQL Serverdatabase.
- ClickSave.
- If your environment uses a web proxy to connect to the Internet, see Configure a web proxy server for the Docs service.