ERROR Get-StorageGroupCopyStatus -Server:Source -StandbyMachine:SCR
Hi,
I have Exchange 2007 with
Standby Continuous Replication SCR,
when I run the command: Get-StorageGroupCopyStatus-Server:
Source-StandbyMachine: SCR
get the following error:
[PS] >Get-StorageGroupCopyStatus -Server:Source -StandbyMachine:SCR
Name SummaryCopyStatus CopyQueueLength ReplayQueueLength
LastInspectedLogTime
---- ----------------- --------------- -----------------
--------------------
Public Folder NotConfigured 0
0
Get-StorageGroupCopyStatus : Microsoft Exchange Replication service RPC failed : Microsoft.Exchange.Rpc.RpcException: E
rror 721 from cli_GetCopyStatusEx
at Microsoft.Exchange.Rpc.Cluster.ReplayRpcClient.GetCopyStatusEx(Guid[] sgGuids, RpcStorageGroupCopyStatus[]& sgSta
tuses)
at Microsoft.Exchange.Cluster.Replay.ReplayRpcClientWrapper.InternalGetCopyStatus(String serverName, Guid[] sgGuids,
RpcStorageGroupCopyStatus[]& sgStatuses, Int32 serverVersion)
At line:1 char:27
+ Get-StorageGroupCopyStatus <<<< -Server:Source -StandbyMachine:SCR
+ CategoryInfo : ReadError: (:) [Get-StorageGroupCopyStatus], ReplayServiceRpcException
+ FullyQualifiedErrorId : 9B4C90DC,Microsoft.Exchange.Management.SystemConfigurationTasks.GetStorageGroupCopyStatu
s
I run this command
on the target server and it works!
I restart
the 2 servers and review the facilities and
everything runs smoothly.
Someone can help me? please
January 16th, 2012 1:13pm
I assume this will work on the source server - Get-StorageGroupCopyStatus -Server:SourceServername
On the target I assume this will work - Get-StorageGroupCopyStatus -Server:SourceServer -StandbyMachine: SCRTargetSukh
Free Windows Admin Tool Kit Click here and download it now
January 16th, 2012 3:26pm