BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   BES Admin Corner (http://www.blackberryforums.com/forumdisplay.php?f=21)
-   -   BES 5.0 and Exchange 2010 (http://www.blackberryforums.com/showthread.php?t=200114)

liamdye 08-06-2009 10:23 PM

BES 5.0 and Exchange 2010
 
Recently I have deployed some servers with the Exchange 2010 beta running on Server 2008 for testing the beta before it goes public. Currently RIM does not officially support Exchange 2010 with the BES but I was wondering if anyone had gotten or seen a working instance of BES and Exchange 2010.

Currently BES 5.0 will connect to Exchange 2010 with no problem in cdomapi32.dll however when I try to EA a user the user doesn't recieve the full activation email and the BlackBerry device shows: Activating [email address]...
Retrying...
Retrying...

Then it gives a generic error. I have looked into this issue and BlackBerry has suggested it is because the EAP.dat file does not get to the users inbox. It does, however the nicely formatted activation email doesn't seem to.

Do any BES experts either know what I might be doing wrong or can blatantly tell me a reason why Exchange 2010 wouldn't work on BES. E14 just seems so similar to 2007 in terms of UI and Infrastructure.

I appreciate any help I can get.

Neo3000 08-07-2009 04:59 AM

Currently no chance
 
Hi,

I am interested in using BES5 with E14, too. The problems are known to MS and RIM.
Be patient afaik a working version of both E14 and BES will be available soon :-)

Greetings,
Neo3000

hdawg 08-07-2009 05:01 AM

Did you properly setup permissions per the 5.0 install guide? ...

E14 just seems so similar to 2007 in terms of UI and Infrastructure.

Umm ... yeah maybe UI; that's like saying Windows ME is like XP.

liamdye 08-07-2009 05:08 AM

Well I think the biggest difference between the two is the Exchange 2010 (from a management perspective) is alway remote. When you load up the Exchange Management Console even on the same server as the Roles it accesses Exchange 2010 as if it was on another server. I know this because I had a huge Exchange 2010 beta issue where changing the certificate wouldn't let me access EMC.

And in terms of permissions. Yes I did do them properly. It is not my first BES Install either (and I have redone this BES and E14 twice) so I thought it might be something more then coincidence.

hdawg 08-07-2009 12:15 PM

does anything show up in the BES logs with regards to the activation? if the message is just sitting there its either an E2010 thing that hasn't been implemented in BES yet, or permissions aren't properly set.

jibi 08-08-2009 01:57 AM

From what I've heard through the grapevine, E14 will be officially supported with SP2, which is due out early next year (likely around WES time frame). Exchange Calendar Web Services, Exchange Web Services, no direct access to the mailboxes, etc. If you can get it working with BES 5.0 or BES 5.0 SP1, please let us know :)

liamdye 08-09-2009 11:25 PM

Well I am rebuilding my BES 5.0 tomorrow for the last time and this time going to make sure every single permission is perfect. There may have been an error before.

In terms of SP1/SP2. I didn't even know there was an SP1 released for BES 5.0 yet.

liamdye 08-10-2009 11:41 PM

After installing BES 5.0 and verifying permissions today I can report that I cannot get it working with Exchange. When the BESAdmin tries to send an activation email it just never ends up in the users mailbox.

thudson 08-13-2009 11:15 AM

Send As Right for BESAdmin
 
Have you made sure you have send as rights on the BESAdmin user?
You can check this by typing
get-mailboxserver <Exchange2007> | get-ADpermission -user <BESAdmin> | Format-List

I can't set 'send as' rights for my BESAdmin user for some reason, how did you go about doing that?

I am currently working on the same thing, I don't see any reason why this should not work.

Regards

liamdye 08-14-2009 02:04 AM

SendAs permission
 
Thats a good point. When I run the command I do not see "SendAs" listed.
PS] C:\Windows\System32>get-mailboxserver MAIL | get-ADpermission -user BESAdmi
n | Format-List


User : LIFETECH\BESAdmin
Identity : MAIL
Deny : False
AccessRights : {Self, WriteProperty, GenericRead}
ExtendedRights :
IsInherited : False
Properties :
ChildObjectTypes :
InheritedObjectType :
InheritanceType : All

User : LIFETECH\BESAdmin
Identity : MAIL
Deny : False
AccessRights : {ExtendedRight}
ExtendedRights :
IsInherited : False
Properties :
ChildObjectTypes :
InheritedObjectType :
InheritanceType : All

User : LIFETECH\BESAdmin
Identity : MAIL
Deny : False
AccessRights : {ExtendedRight}
ExtendedRights :
IsInherited : False
Properties :
ChildObjectTypes :
InheritedObjectType :
InheritanceType : All

User : LIFETECH\BESAdmin
Identity : MAIL
Deny : False
AccessRights : {ExtendedRight}
ExtendedRights :
IsInherited : False
Properties :
ChildObjectTypes :
InheritedObjectType :
InheritanceType : All

Were you having an issue with the SendAs on the Exchange server or on AD?

liamdye 08-20-2009 07:12 PM

UPDATE: It will work
 
On Tuesday Microsoft announced the Release Candidate for Exchange Server 2010 which is feature complete. Previous to this, the public beta would not work with any other versions of Exchange. The RC will work with 2003 OTB and will work with Exchange 2007 SP2 (unreleased) when the Service Pack comes out. The good news is that the service pack is coming out early next week. This means you will be able to deploy Exchange 2010 RC (and direct upgrade to RTM is supported) and also deploy 2007 for the BES to interact with.

My only question to senior BESAdmins is what roles will be required for the BES to communicate with 2007. Just the mailbox role?

hdawg 08-20-2009 10:05 PM

You'll need the CAS role too as there is no direct client <> mailbox server communication ... it all goes through a CAS

liamdye 08-21-2009 06:45 AM

Thanks.

So CAS 2007 SP2 and Mailbox SP2.

I will let you guys all know how it goes and details of my install.

liamdye 08-21-2009 11:39 PM

Or would you be able to get away just with a CAS role in 2007 and get away with using the 2010 mailbox? (To reduce server load)

hdawg 08-22-2009 04:19 PM

Oy, sorry ... I read your question incorrectly.

For Exchange 2007 you only need the mailbox role. BES doesn't need a CAS role to communicate with an Exchange 2007 mailbox server, as you can talk direct MAPI/RPC to that server.

For Exchange 2010 you'll need a CAS to communicate with a mailbox server as there is no direct MAPI/RPC communication with a mailbox server ... all goes through a CAS.

Sorry for the confusion.

liamdye 08-22-2009 07:57 PM

OK. Thanks. So for my current environment I will be using a 2007 MB server for communication to BES. But when BES has a SP upgrade and it natively supports 2010 and I remove the 2007 servers I do need a MB and CAS minimum for communication to the BES.

hdawg 08-22-2009 08:04 PM

correct.

jibi 08-23-2009 10:08 PM

So you're going to respond back on Tuesday to let us know if it worked or didn't work? :)

liamdye 08-25-2009 06:35 PM

I have to wait until Microsoft releases Exchange Server 2007 SP2. They said "early this week". So I hope they will release it today or tomorrow. If they do I will probably have it up by Thurs/Fri. So if they are on time I will respond by the weekend.

hdawg 08-25-2009 06:40 PM

it is out now http://www.microsoft.com/downloads/d...b-2cc9afe3216a


All times are GMT -5. The time now is 02:52 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.