BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-06-2010, 03:06 PM   #1
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default issues after migration to exchange 2010

Please Login to Remove!

Hey folks,

Been a looooong time since I've posted here, mainly because our BES has been running pretty well, but I'm having some issues now.

At the beginning of the year we migrated from 4.1.x to 5.0. That was a bit of a painful upgrade, but I got it sorted out well enough. Now we have just upgraded our Exchange server to Exchange 2010, and I'm having a whole bunch of issues. This isn't happening to every account, but for the users who are affected, I am having connectivity issues. Setting up a new user, and the BlackBerry will not activate, the email get stuck in their inbox. I have a few users who's devices have stopped syncing. Sometimes rebooting the BES server fixes the problem for a few hours, sometimes it doesn't.

I looked through the log files, and I am seeing MAPI errors on the affected users, but I have confirmed that the MAPI file is identical on both the Exchange server and the BES server. I even grabbed the most recent version from Microsoft and put it on just to be sure.

Here is the specific error for one user:

Code:
[20400] (04/06 13:26:56.056):{0x3F8} {JenniferRavenshorst@di-corp.com} MAPIMailbox::MAPIMailbox - OpenMsgStore (0x8004011d) failed, MailboxDN=/o=Diversity Technologies Corporation/ou=First Administrative Group/cn=Recipients/cn=jravens, ServerDN=/o=Diversity Technologies Corporation/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=SECAS/cn=Microsoft Private MDB
[40720] (04/06 13:26:56.056):{0x3F8} MAPI call failed. Error 'The information store could not be opened.', LowLevelError 0, Component 'MAPI 1.0', Context 649
[20154] (04/06 13:26:56.056):{0x3F8} User Jennifer Ravenshorst not started

At this point I'm almost at a total loss as to what the issue could be.

I'm running BESX 5.0.1 MR1 on Server 2003 R2, and the Exchange server is Exchange 2010 on Server 2008 R2. I'm going to be upgrading to MR2 after hours tonight, but I don't think any of the bugfixes listed in the release notes will help me out much.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-06-2010, 05:48 PM   #2
bigwillokc
Talking BlackBerry Encyclopedia
 
Join Date: Nov 2005
Location: Oklahoma City, OK
Model: 9800
Carrier: AT&T
Posts: 239
Default

Have you ran the commands to remove the limit of active connections???

Increase the maximum number of connections to the Address Book service in Microsoft Exchange 2010
Offline  
Old 04-07-2010, 08:25 AM   #3
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

I hadn't done this. I changed it and will see what happens.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-07-2010, 09:38 AM   #4
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

Well, I made that change, waited an hour, even restarted the BES, and I still have 5 users who will not sync at all. Everyone else is working fine.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-08-2010, 09:32 AM   #5
bigwillokc
Talking BlackBerry Encyclopedia
 
Join Date: Nov 2005
Location: Oklahoma City, OK
Model: 9800
Carrier: AT&T
Posts: 239
Default

OK try this...

If you followed the official BES 5.0.1 install guide you would have issued the following two commands:

New-ThrottlingPolicy BESPolicy

Set-Mailbox "BESAdmin" -ThrottlingPolicy BESPolicy

These two commands would have created a new policy and added BESadmin with all the default settings (RCAMaxConcurrency = 20) which will cause the "OpenMsgStore failed (8004011d)" error to occur once multiple users are added to the BES.

To correct this error please enter the commands below into the Exchange Management Shell:

1. Change the RCAMaxConcurrency setting to unlimited (default is 20) using the following command:

Get-ThrottlingPolicy | where {$_.IsDefault -eq $true} | Set-ThrottlingPolicy -RCAMaxConcurrency $null

2. Display a list of your Throttling Policies using the following command:

Get-ThrottlingPolicy

3. From the "Get-ThrottlingPolicy" output locate and copy the "DefaultThrottlingPolicy" name.

Example: "DefaultThrottlingPolicy_a1f84187-7a42-4ece-9276-06c704be21e7"

4. Now enter the command below but paste in your DefaultThrottlingPolicy name.

Set-Mailbox "BESAdmin" -ThrottlingPolicy <Default Policy Name>

Example: Set-Mailbox "BESAdmin" DefaultThrottlingPolicy_a1f84187-7a42-4ece-9276-06c704

5. Now we need to remove the BESPolicy that isn't required by issuing the command below:

Remove-ThrottlingPolicy BESPolicy
Offline  
Old 04-08-2010, 10:23 AM   #6
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

I will give this a try and report back. I had found a guide, and tried changing the RCAMaxConcurrency setting to unlimited, but not where I had to change the throttling policy BESAdmin was on.

They decided to upgrade exhchange servers while i was on holidays, and they did follow the guide for exchange 2010, but because I wasn't the one who did it it's hard to know exactly what they did, which makes this all that much harder to nail down =/
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-08-2010, 12:01 PM   #7
Chad.Patrick
New Member
 
Join Date: Jan 2008
Model: 8830
PIN: N/A
Carrier: Sprint
Posts: 7
Default

wunderbar,

I had this EXACT issue. I set all of the throttling policies to no avail. However, after installing Exchange 2010 Rollup 2 my issue was finally resolved.

I hope this helps. If you are like me, you were ready to kick kittens over this.

Chad


Note: I tried to include the link but my post count is too low.
Offline  
Old 04-08-2010, 12:29 PM   #8
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

Exchange 2010 RU2 can be downloaded from the following link

Download details: Update Rollup 2 for Exchange Server 2010 (KB979611)

The link below is a list of fixes included in Ru2

Description of Update Rollup 2 for Exchange Server 2010: February 18, 2010
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Old 04-08-2010, 12:53 PM   #9
Chad.Patrick
New Member
 
Join Date: Jan 2008
Model: 8830
PIN: N/A
Carrier: Sprint
Posts: 7
Default

Thanks, Knotty!
Offline  
Old 04-08-2010, 01:11 PM   #10
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

Welcome
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Old 04-08-2010, 02:20 PM   #11
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

Ok, bigwilloc's suggestion did not work, even after a reboot of the BES server. we are already on update rollup 2 for exchange, so that's a no go either.

I'm almost at the point where I just need to go through the entire checklist again on the exchange server. I'm completely dumbfounded as to why this is affecting 5 out of 40 users, and was working just fine 2 days before.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-09-2010, 08:54 AM   #12
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

Well, I went through most of the checklist, and still nothing. I opened a ticket with RIM (we only have email support) 2 days ago, and still haven't even received a reply.

This is getting really frustrating.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-09-2010, 02:53 PM   #13
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

You can get a free support call, look at my signature
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Old 04-12-2010, 06:58 PM   #14
bendretread
New Member
 
Join Date: Apr 2010
Model: 8230
PIN: N/A
Carrier: Verizon
Posts: 1
Default Any Luck?

I'm having the same problem.

Have you come up with a resolution?
Offline  
Old 04-13-2010, 11:29 AM   #15
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

No resolution so far, I'm still working with RIM T-support. I actually have a new issue as well, some users, unrelated to the issue with no users working at all, are having calendar sync issues, as in, it's not working.

Gotta say not impressed with RIM right now. This is not a smooth transition.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-14-2010, 03:25 AM   #16
Al0w3
New Member
 
Join Date: Jan 2010
Model: 9000
PIN: N/A
Carrier: T-Mobile-UK
Posts: 3
Default

Hi Wunderbar,

Just to add to your proof to Rim, I too have the exact same problem, i have about 24 people in and the remainder including myself, stuck not being able do anything, if you find anything out please let me out of the hell i am in

Last edited by Al0w3; 04-14-2010 at 03:32 AM..
Offline  
Old 04-14-2010, 10:16 AM   #17
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

Quote:
Originally Posted by Al0w3 View Post
Hi Wunderbar,

Just to add to your proof to Rim, I too have the exact same problem, i have about 24 people in and the remainder including myself, stuck not being able do anything, if you find anything out please let me out of the hell i am in
Yea, I will be calling RIM today. The end of the line for email support was basically a "yea, we're not sure, you should probably call us." So as soon as I'm at my actual office instead of one of the satellites today, I'll be calling later on and will keep everyone updated as to what RIM says.
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-14-2010, 12:26 PM   #18
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

Ok folks, another symptom, not sure if it's related to the same issue or not. This appears to be affecting all BlackBerry users. When a meeting request is sent, what the user gets on their blackberry appears to be just an email, not a meeting request, with no way to accept/deny it. If i accept a request in outlook, it goes into my outlook calendar, but does not get pushed to the BlackBerry. Calendar entries created on BlackBerry do not go to outlook.

I know that the CDO is good, as I have re-installed the latest version within the last week as part of trying to fix the other issues we are having
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-14-2010, 01:05 PM   #19
wunderbar
Talking BlackBerry Encyclopedia
 
wunderbar's Avatar
 
Join Date: Jun 2007
Location: Edmonton AB, Canada
Model: 9630
Carrier: Telus
Posts: 300
Default

ok, I just went through the log files and it's saying my CDO isn't registered, for some reason, so I think that's an easy fix.

I've also found something interesting in the log files, maybe someone can help me with. I found a line that points to our old exchange server, the one that was on 2007. When we moved to 2010 we also moved to new hardware, so that was part of our transition. The specific line in the log is:

[30000] (04/13 07:42:17.131):{0x36C} [ENV] Server DN: /o=Diversity Technologies Corporation/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=SEEXCHANGE

That's the only mention of the old server in the file, everything else refrences our new exchange server.

Could that have anything to do with the issues we are having, can anyone else having this same issue look in their logs and see if there are any references to old exchange servers?
__________________
Blackberry Admin
BES 5.0.2 MR4
Exchange 2010 SP1 RU2
Blackberry 9630
WES 2008 Alumni
Offline  
Old 04-14-2010, 02:00 PM   #20
knottyrope
BlackBerry Elite
 
knottyrope's Avatar
 
Join Date: Jan 2008
Location: Massachusetts
Model: DT60
OS: 123456789
PIN: t of blood has been taken
Carrier: AT&T-US with I dee ten tee errors
Posts: 7,325
Default

If CDO is not registered it can do some weird things with calendar.
__________________
I had to fall
To lose it all
But in the end
It doesn't even matter

Rocking the Motion with out lotion.
Offline  
Closed Thread


Thread Tools

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

Forum Jump


A54MA55B and BC186A413G52 frequency converters A500/F540 series 55KW drive board picture

A54MA55B and BC186A413G52 frequency converters A500/F540 series 55KW drive board

$350.00



Dentistry Replacement NSK TiMAX NL95M/ A500/ A500L/ AK500L/ AS500L /AW500L NEW picture

Dentistry Replacement NSK TiMAX NL95M/ A500/ A500L/ AK500L/ AS500L /AW500L NEW

$79.95



New Greaseweazle V4.1 USB Floppy Adapter Flux Reader Writer Amiga PC Case 1598 picture

New Greaseweazle V4.1 USB Floppy Adapter Flux Reader Writer Amiga PC Case 1598

$36.05



1PC USED A54MA55B BC186A413G52 Mitsubishi A500/F540 Series 55KW Drive Board #CZ picture

1PC USED A54MA55B BC186A413G52 Mitsubishi A500/F540 Series 55KW Drive Board #CZ

$317.00



MITSUBISHI A500 / FR-A540-5.5K-NA INVERTER 3PH  picture

MITSUBISHI A500 / FR-A540-5.5K-NA INVERTER 3PH

$108.00



Commodore Amiga Time Base Corrector VT-2000 TBC II Digital Processing picture

Commodore Amiga Time Base Corrector VT-2000 TBC II Digital Processing

$239.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.