DotNetPanel Manuals Center, Guides, "HOW TO" On-Line Library
DNP Hosted BlackBerry Solution Installation Tasks Edit Page Page Info
Last edited Mon, 21 Nov 2011 11:45:07 GMT by Dmitry.Fitsner, revision 20

BES versions

Note that some subsections are applicable only specific BES version provider. In this case it is marked, for example - "Adding permissions at BlackBerry level (applicable to BES 4.1 provider)". Other subsectoins are applicable to every BES version provider.

DNP Server account requirements

DNP Server component for BlackBerry provisioning should be deployed on the same server where BlackBerry Enterprise Server User Administration Tool client is deployed.

DNP Server account must be the domain and not local computer account.

Adding permissions at BlackBerry level (applicable to BES 4.1 provider).

Open BlackBerry manager > BlackBerry Domain > Role Administration > rim_db_admin_enterprise > then right-click > press "Add Administrators" > center DNP Server account  in DOMAIN\username form. Finally DNP Server account permissions at BlackBerry level should look like on this picture:

image006.jpg

 

 

Setting up Active Directory Settings

Active Directory Settings for server with Hosted BlackBerry module should be the same as for the server with Hosted Organizations module.

Security mode.                Create Active Directory Accounts

Authentication Type.    None

Root domain.    Your AD domain DNS name.

Username and password.           Stay those fields empty.

 

image001.jpg

 

Adding BlackBerry Enterprise Module license keys

Type both "DNP Server" and "BlackBerry Enterprise Module" license keys in the licenses section of server properties screen . If DNP Enterprise server component is already installed on this server, type "BlackBerry Enterprise Module" license key only.

image072.jpg

Note that in versions 2.8.2 and 2.8.3 you should add license key manually by editing C:\DotNetPanel\Server\licenses.config file on server with DNP BlackBerry Module. The key will appear on licenses screen without description. It is fixed in version 2.8.4.

 

Setting up Hosted BlackBerry Service

Add BlackBerry service.

 

image002.jpg

 

Specify the following service settings (applicable to BES 4.1 provider):

  • BESUserAdminClient.exe utility path. Path to BlackBerry Enterprise Server User Administration Tool client (BESUserAdminClient.exe) file.

 

  • Password. Password that the BlackBerry Enterprise Server User Administration Tool client uses to authenticate with the BlackBerry Enterprise Server User Administration Tool service (entered during BESUserAdminService.exe deployment).

 

  • BlackBerry Enterprise Server. BlackBerry Enterprise Server name (NETBIOS or hostname, not FQDN).

 

  • Enterprise Server User Administration Tool service. BlackBerry Enterprise Server User Administration Tool service computer name (fill if the BlackBerry Enterprise Server User Administration Tool service and the BlackBerry Enterprise Server User Administration Tool client do not run on the same computer, otherwise leave blank).

 

image003.jpg

 

Specify the following service settings (applicable to BES 5.0 provider):

  • BESUserAdminClient.exe utility path. Path to BlackBerry Enterprise Server User Administration Tool client (BESUserAdminClient.exe) file.

 

  • Authentication user name. Name of account in BlackBerry Administration Service used by DNP to call BlackBerry Administration Service with BESUserAdminClient.exe (currently tested only using BAS, not AD authantication).

 

  • Authentication password. Password for account from previous field.

 

  • BlackBerry Enterprise Server instance. BlackBerry Enterprise Server instance name (usually the same as BES server name you get from hostname command).

bb5.jpg

Updating Virtual Server

Update Virtual Server that you are using for Exchange Hosting Plans by adding BlackBerry service.

image004.jpg

 

Create Hosting Plans or/and Hosting Add-ons

image005.jpg

 

Testing BlackBerry module

  • Create a new Hosting Space with BlackBerry service or extend the existing Hosting Space by adding BlackBerry add-on.

 

  • Create a new Hosted Organization and a new mailbox in the new Hosting Space.

 

  • Create a new BlackBerry user and ensure that it appears in both Hosted Organization and BlackBerry Manager management tool on BlackBerry server.

Importing existing BlackBerry users

To import existing Blackberry users into DotNetPanel one-by-one use the following SQL script. Just type primary email address of the account in the @Email variable and run the script against DNPEnterpriseServer database. Please note that account should be registered in DotNetPanel as Exchange mailbox.

 

DECLARE @Email nvarchar(400)

SET @Email = 'test@test.com'

 

DECLARE @AccountID int

 

SELECT @AccountId = AccountID FROM dbo.ExchangeAccounts WHERE LOWER(PrimaryEmailAddress) = LOWER(@Email)

 

INSERT INTO

      dbo.BlackBerryUsers

      (           

       AccountID,

       CreatedDate,

       ModifiedDate)

VALUES

(          

      @AccountID,

      getdate(),

      getdate()

)          

Tags (0)
No tags have been added yet.
Comments (0)
No comments have been added yet.
Attachments (0)
No page attachments found.