Go Back   The Unofficial BlackBerry Support Forum > BlackBerry Enterprise Server > BlackBerry Desktop Manager

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 18-06-2009, 08:21 PM
GaryCutri's Avatar
Moderator
BlackBerry Device: Bold 9700
 
Device Firmware: 5.0.0.371
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: Telstra - Australia
 
Join Date: Sep 2006
Location: Melbourne
Posts: 9,240
Images: 221
Quote:
Originally Posted by yunamx View Post
there is now a new user is having the same issue. i had completed the guide you provided in the additional info - for all users. this user is not part of the admin group. the user says that he had this problem before and it resolved itself, but now it will not work. any ideas? thanks.

p.s. i re-did the steps you provided for the single user and still did not work.
Can you please open effected users properties in Active Directory and from the Security Tab (Advanced Features needs to be enabled) ensure BESadmin is listed.
Reply With Quote
  #12 (permalink)  
Old 19-06-2009, 12:50 AM
Member
BlackBerry Device: Bold 9000
 
Device Firmware: 4.2.2.170
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: AT&T
 
Join Date: Jun 2009
Posts: 5
BESadmin in Security

hi, i did verify that it was there. originally, it wasn't, so i added the besadmin back in, re-did the dsacls, but did not have positive results.

i had added the besadmin to the entire domain, as noted in your additional information section. but for some reason, his either removed it or it didn't get added. i just checked it again, 06/18/09 @ 7:45 am, and besadmin is still there. this user is not part of an admin group, except the besadmin. his blackberry was working prior to me globally applying the send as.

i spend most of the day yesterday trying to reconfigure his blackberry, repeating the steps you provided, but was unsuccessful. any suggestions? thanks.
Reply With Quote
  #13 (permalink)  
Old 19-06-2009, 04:51 AM
Member
BlackBerry Device: Bold 9000
 
Device Firmware: 4.2.2.170
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: AT&T
 
Join Date: Jun 2009
Posts: 5
i finally got it. had to restart the blackberry enterprise server after doing everything in your guide. thanks again.
Reply With Quote
  #14 (permalink)  
Old 20-06-2009, 12:35 AM
GaryCutri's Avatar
Moderator
BlackBerry Device: Bold 9700
 
Device Firmware: 5.0.0.371
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: Telstra - Australia
 
Join Date: Sep 2006
Location: Melbourne
Posts: 9,240
Images: 221
Quote:
Originally Posted by yunamx View Post
i finally got it. had to restart the blackberry enterprise server after doing everything in your guide. thanks again.
Thanks for the feedback.
Reply With Quote
  #15 (permalink)  
Old 25-09-2009, 01:38 AM
Member
BlackBerry Device: storm 5930
 
Device Firmware: 4.7.0.9
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: virizon USA
 
Join Date: Sep 2009
Posts: 6
Same issues but only when you reply to a email

I get a red x and a secure server error. Thanks I could use the help.
Reply With Quote
  #16 (permalink)  
Old 25-09-2009, 02:26 AM
GaryCutri's Avatar
Moderator
BlackBerry Device: Bold 9700
 
Device Firmware: 5.0.0.371
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: Telstra - Australia
 
Join Date: Sep 2006
Location: Melbourne
Posts: 9,240
Images: 221
Quote:
Originally Posted by miked156 View Post
I get a red x and a secure server error. Thanks I could use the help.
Does it also occur when you forward an email?
Reply With Quote
  #17 (permalink)  
Old 30-09-2009, 11:14 PM
Member
BlackBerry Device: storm 5930
 
Device Firmware: 4.7.0.9
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: virizon USA
 
Join Date: Sep 2009
Posts: 6
Yes I get it for both forward and reply.
Reply With Quote
  #18 (permalink)  
Old 01-10-2009, 01:41 AM
GaryCutri's Avatar
Moderator
BlackBerry Device: Bold 9700
 
Device Firmware: 5.0.0.371
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: Telstra - Australia
 
Join Date: Sep 2006
Location: Melbourne
Posts: 9,240
Images: 221
Quote:
Originally Posted by miked156 View Post
Yes I get it for both forward and reply.
Can you please run the following two commands:

dsacls "cn=adminsdholder,cn=system,dc=domainname,dc=c om" /G "DOMAINNAME\BESadmin:GR;"

dsacls "cn=adminsdholder,cn=system,dc=domainname,dc=c om " /G "DOMAINNAME\BESadmin:CA;Send As"

Example:

dsacls "cn=adminsdholder,cn=system,dc=blackberryforums,dc =com,dc=au " /G "BLACKBERRYFORUMS\BESadmin:CA;GR"

dsacls "cn=adminsdholder,cn=system,dc=blackberryforums,dc =com,dc=au " /G "BLACKBERRYFORUMS\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
Reply With Quote
  #19 (permalink)  
Old 01-10-2009, 03:12 AM
Member
BlackBerry Device: storm 5930
 
Device Firmware: 4.7.0.9
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: virizon USA
 
Join Date: Sep 2009
Posts: 6
I get a error of, The specified domain either does not exist or could not be contacted. I am doing this on a administrative account. I used ldap.exe to get the correct domain name. Here is what I typed.

dsacls "cn=adminsdholder,cn=system,DC=CORPORATEGRP,dc=loc al,dc=au " /G "corporategrp\BESadmin:CA;GR"

Thanks
Reply With Quote
  #20 (permalink)  
Old 01-10-2009, 04:06 AM
GaryCutri's Avatar
Moderator
BlackBerry Device: Bold 9700
 
Device Firmware: 5.0.0.371
 
Email Configuration: BlackBerry Enterprise Server (BES)
 
Mobile Carrier & location: Telstra - Australia
 
Join Date: Sep 2006
Location: Melbourne
Posts: 9,240
Images: 221
Quote:
Originally Posted by miked156 View Post
I get a error of, The specified domain either does not exist or could not be contacted. I am doing this on a administrative account. I used ldap.exe to get the correct domain name. Here is what I typed.

dsacls "cn=adminsdholder,cn=system,DC=CORPORATEGRP,dc=loc al,dc=au " /G "corporategrp\BESadmin:CA;GR"

Thanks
Try:

Code:
dsacls "cn=adminsdholder,cn=system,DC=corporategrp,dc=local" /G "CORPORATEGRP\BESadmin:GR"
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unlisted message error or Desktop email program unable to submit message BESadmin Microsoft Exchange 33 01-10-2009 06:07 AM
Workflow - Domino: Send a message from a BlackBerry device BESadmin IBM Lotus Domino 0 15-02-2009 03:03 AM
Multiple Entries In BES Logs SFDave General BES Discussion 3 22-10-2008 11:40 PM
Duplicate email problems TommyBFZ BlackBerry 8800 Smartphone Discussion 2 09-01-2008 03:03 PM
Unable to receive email messages from an integrated POP3 email account BESadmin BlackBerry Web Client Support 0 07-04-2007 12:40 AM


All times are GMT +11. The time now is 11:26 AM.

Copyright ©2006 - 2010 BLACKBERRYFORUMS - This website and its members are not affiliated with Research in Motion (RIM). RIM and BlackBerry are Registered Trademarks of Research In Motion


Search Engine Friendly URLs by vBSEO 3.5.0 RC2