Posted On March 31, 2019

Blackberry Server “Send As” issue

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Blackberry Server “Send As” issue
To correct the “Send As” issue I have outlined the steps I use to quickly resolve this issue:
1. Stop the Blackberry Router service.
2. Open Active Directory and from the View menu select “Advanced Features”. Then go to each user that will be added to the BES and open their properties, go to the security tab and add the user BESadmin and add the security permission “Send As”.
3. Run the following script logged on as Administrator
Note: Only use this step if you have BlackBerry users that are members of Admin groups. Using best practice methods it is recomended that mobile user accounts aren’t members of any administration groups.
dsacls “cn=adminsdholder,cn=system,dc=domainname,dc=c om ” /G “DOMAINNAME\BESadmin:CA;Send As”
Example 1: dsacls “cn=adminsdholder,cn=system,dc=experts-exchange,dc=com ” /G “EXPERTS_EXCHANGE\BESadmin:CA;Send As”
Example 2: dsacls “cn=adminsdholder,cn=system,dc=blackberryforums,dc =com,dc=au ” /G “BLACKBERRYFORUMS\BESadmin:CA;Send As”
Example 3: dsacls “cn=adminsdholder,cn=system,dc=mobilenetwork,dc=lo cal” /G “MOBILENETWORK\BESadmin:CA;Send As”
NOTE: dsacls can be found in the Windows Server 2003 SP1 Support Tools pack: Download details: Windows Server 2003 Service Pack 1 32-bit Support Tools
4. Wait 20 minutes and then restart the BlackBerry Router service.
5. Restart the BES server.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Registry Key to Reset Offline Cache

Symptom:File(s) and/or folder(s) is inaccessible from a certain machine when navigating toward the remote file…

Manually Dealing with Windows Updates

This unabridged note contains some usable copy/paste lines to work with Windows updates. There's a…

Home OpenVPN Stuff

Config file: To Be Generated OpenVPN Client:   Note: there's an error with the Asus…