Hi again all, another issue I am experience with my new clean Exchange 2010 server (CAS, HUB, MBX) in what was solely a 2003 environment before is with my RGC's.
I had a bi-directional RGC set up between my new 2010 server and primary old 2003 server which wasn't doing the job, so i removed it as suggested in quite a few posts, and tried to replace it with two non bi-directional RGCs.
The furst (from 2010 to 2003) created successfully; as below. the Second failed (as twice below). I can't find anything on the error so I'm either looking for another to set up mail flow between my servers or a fix for this please!
[PS] C:\Users\Administrator.GRATTE-HO\Desktop>New-RoutingGroupConnector -Name "2010-2003 RGC" -SourceTransportServers EX1.contose.com -TargetTransportServers vrexchange01.contoso.com -Cost 1 -BiDirectional $False -PublicFolderReferralsEnabled $True
Name SourceRoutingGroup
TargetRoutingGroup
---- ------------------
------------------
2010-2003 RGC Exchange Routing Group (DWBGZMFD01QNBJR) GRATTE-HO
[PS] C:\Users\Administrator.GRATTE-HO\Desktop>New-RoutingGroupConnector -Name "2003-2010 RGC" -SourceTransportServers vrexchange01.contoso.com -TargetTransportServers EX1.contoso.com -Cost 1 -BiDirectional $False -PublicFolderReferralsEnabled $True
Setup couldn't read the legacy administrative group 'GRATTE-HO' from Active Directory, and now Setup can't continue. Check Active Directory to verify that the administrative group exists and that the user account that is running has permissions to access this
administrative group.
+ CategoryInfo : InvalidData: (2003-2010 RGC:RoutingGroupConnector) [New-RoutingGroupConnector], Exchange
DataException
+ FullyQualifiedErrorId : B0CBE74A,Microsoft.Exchange.Management.SystemConfigurationTasks.NewRoutingGroupConnector
Thanks again guys,
-D.