Thread: BES Problems...
View Single Post
  #22 (permalink)  
Old 07-01-2008, 05:57 PM
centrex centrex is offline
Loyal Member
 
Posts: 98
Default

Quote:
Originally Posted by ajcody View Post
You mentioned, "Even with the GAL set to do ROOT searches we BES won't show any other domains in the address book other than the one that the actual BES admin user is part of."

Do you have both of the below variables set to ROOT for the domain or just one?

zimbraGalInternalSearchBase zimbraGalSyncInternalSearchBase

zmprov gdi [domainname] variable

If you have to set the Sync one to ROOT. Log into Outlook on the BES box as both BES account and then do a GAL sync. Do the other domains show up now?
I am working on the same problem (trying to get the BES admin user to see all domains served by Zimbra so I can give Blackberry love to more than just one domain).

Assuming my BES admin user is besmgr@example2.com and set as zimbra admin (not domain admin), should running this as zimbra user produce any usable output:

Code:
zmprov gdi example2.com zimbraGalSyncInternalSearchBase
I am getting this:

ERROR: service.INVALID_REQUEST (invalid request: unknown key: example2.com) (cause: java.lang.IllegalArgumentException No enum const class com.zimbra.cs.account.Provisioning$DomainBy.exampl e2.com)

Same goes for
Code:
zmprov gdi example2.com zimbraGalInternalSearchBase
Reply With Quote