Link to home
Start Free TrialLog in
Avatar of Rebel_Scum
Rebel_Scum

asked on

Blackberry Enterprise Server Express 5 Sp2 was working getting error IEMSTest OpenMessageStore<> for this profile failed <8004011d>

I moved my Blackberry server and installed BES 5 with Exchagne 2010. Everthing was working, now users can't send or receive. I can't assign devices or activate phones. I ran IEMSTest from CMD prompt an I am receiving this message: OpenMessageStore<> for this profile failed <8004011d>. Sounds like permissions.
Anyone know how to resolve this?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Joshua1909
Joshua1909

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Shabarinath TR
Try recreating the profile and re-run the IEMSTest.
Thanks
Shaba
It account was already configured with blackberry, then I dont think that the issue is related with permission.
Did you made any mailbox movement?

If so, run handheldcleanup too.
Also, you can try restarting the blackberry services.

Good luck
Shaba
Avatar of Joshua1909
Joshua1909

The IEMSTest tries to open the Exchange store with the Blackberry service, if it can't then it's generally permissions. The OP mentioned "moved my Blackberry server and installed BES 5 with Exchagne 2010", which could certainly cause issues with the permissions.
Avatar of Rebel_Scum

ASKER

I am now in the process of recreating the besadmin account. I am having trouble with this command:

Add-ADPermission -InheritedObjectType User -InheritanceType Descendents -ExtendedRights Send-As -User "BESAdmin" -Identity "CN=Users,DC=<domain_1>,DC=<domain_2>,DC=<domain_3>"

It keeps telling me CN=Users,DC=<domain_1>,DC=<domain_2> not found. How do I properly use this command. Any examples?

Thanks


That document actually gives an example:

For example, if the domain name is www.example.com, type www for <domain_1>, example for <domain_2>, and com for <domain_3>
Tried that example, sttill gives me same message: wasn't found.
try your server name
I tried al different combinations, I'm at a loss
Try these commands:
add-exchangeadministrator "BESAdmin" -role ViewOnlyAdmin

getmailboxserver "<messaging_server_name>" | add-adpermission -user "BESAdmin" -accessrights ExtendedRight -extendedrights Receive-As, ms-Exch-Store-Admin

Note that you can't copy and paste the pipe (  |  )  into the management shell
I take it your BES service account is actually BESAdmin?
Yes, it is besadmin. I have already ran thoes cammands. I ran iemstest again and it was sucsessful. now after I logged in with the newly created besadmin acount i cant set the MAPI profile it says  "The MAPI subsystem cannot be correctly initialized and used. Please make sure MAPI is installed and configured properly. I ran fixmapi and it said the dll was already there.

Thanks
I have mail going to the phones, but I cant log in to the Administration Service. I am pretty sure it was permissions.
 Here is what is in my logs:

org.apache.coyote.http11.Http11Protocol] [ERROR] Error initializing endpoint
java.io.IOException: Keystore was tampered with, or password was incorrect
Caused by: java.security.UnrecoverableKeyException: Password verification failed
      ... 122 more
(08/26 11:08:25:121):{main} [org.apache.catalina.startup.Catalina] [ERROR] Catalina.start
LifecycleException:  Protocol handler initialization failed: java.io.IOException: Keystore was tampered with, or password was incorrect

I found this from Blackberry. I was able get the procedures to work, but It didn't fix the problem.

http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB18260

Ok, got the login to come up but wont accept besadmin credentials.
I got it to work.