Quote:
Originally Posted by RipThorn Hi Gary
I think i found out what the problem is
when adding permission you use the following line
get-mailboxserver <mail_server_name> | add-adpermission –user BESAdmin –accessrights ExtendedRight –extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
the line that works for me is
get-mailboxserver <mail_server_name> | add-adpermission –user BESAdmin –accessrights Genericread, GenericWriteExtendedRight –extendedrights Send-As, Receive-As, ms-Exch-Store-Admin
only after adding Genericread and genericwrite my MAPI errors went away
thank you |
On a test bed we have, I keep on getting MAPI error, "Bookmark is not valid". I checked besadmin user's global address list priviliges via ADSIEdit, I tried apply what RipThorn has written, still no dice. The error occurs when I try to run Blackberry Manager or edit MAPI profile for Blackberry Server.
Any suggestions?