exchange 2010在windows 2008 R2标准服务器上遇到问题,每5-6秒exchange服务器就会在事件日志中发布以下错误:
EventID: 1004, Name: MSExchange Mailbox Replication
>The Mailbox Replication service configuration is damaged.
>Error: Unrecognized attribute 'Max.MovesPerSourceMDB'. Note that attribute names are case->sensitive. (C:\Program Files\Microsoft\Exchange >Server\V14\Bin\MSExchangeMailboxReplication.exe.config line 99).配置文件包含:
MRSConfiguration MaxRetries = "60"
MaxCleanupRetries = "5"
MaxStallRetryPeriod = "00:15:00"
RetryDelay = "00:00:30"
MaxMoveHistoryLength = "2"
Max.MovesPerSourceMDB = "5"
MaxActiveMovesPerTargetMDB = "2"
MaxActiveMovesPerSourceServer = "50"
MaxActiveMovesPerTargetServer = "5"
MaxTotalMovesPerMRS = "100"
FullScanMoveJobsPollingPeriod = "00:10:00"
MinimumTimeBeforePickingJobsFromSameDatabase = "00:00:04"
ServerCountsNotOlderThan = "00:10:00"
MRSAbandonedMoveJobDetectionTime = "01:00:00"
BackoffIntervalForProxyConnectionLimitReached = "00:30:00"
DataGuaranteeCheckPeriod = "00:00:10"
DataGuaranteeTimeout = "00:30:00"
DataGuaranteeLogRollDelay = "00:01:00"
EnableDataGuaranteeCheck = "true"
DisableMrsProxyCompression = "false"
DisableMrsProxyBuffering = "false"
MinBatchSize = "100"
MinBatchSizeKB = "256"你们有办法解决这个问题吗?
发布于 2013-02-17 17:56:38
我相信这是因为你在“麦克斯”一词后面有一个句号。
应该是MaxActiveMovesPerSourceMDB
https://serverfault.com/questions/479666
复制相似问题