Frost''''IK
2009-03-20 10:06:04 UTC
We have reinstalled Operations manager 2007 and re-created test mailboxes on
our Exchange 2007 servers. We have deleted old ones and created new with a
script New-TestCasConnectivityUser.ps1. Now we have a lot of error messages
from operations manager.
Here is an example of such a message:
Source: EXCHANGE1 Alert: An error occurred while running the Test-Mailflow
(Local) cmdlet. (Pri: 1 Sev: 0 Res.state: Closed)
body: Alert: An error occurred while running the Test-Mailflow (Local) cmdlet.
Source: EXCHANGE1
Path: EXCHANGE1.domain.com
Last modified by: System
Last modified time: 20.03.2009 11:40:45
Alert description: Error occurred while executing the Test-Mailflow (Local)
diagnostic cmdlet.
The initial event reported:
The delivery receipt for the test message from
EXCHANGE1\***@domain.com to EXCHANGE1\***@domain.com was not received
within the execution timeout of 240 seconds. The cmdlet will not wait any
longer for the delivery receipt.
Response to rule: "{1240B1DB-E57C-62CF-1F65-B62A6DC4C786}"
Diagnostic command: "Test-Mailflow -ErrorLatency:60 -MonitoringContext:$true"
The command "Test-mailflow -ErrorLatency:1 -ExecutionTimeout:1
-MonitoringContext $true -verbose | FL"
gives that:
VERBOSE: Test-Mailflow : Beginning processing.
VERBOSE: Test-Mailflow : Searching objects "EXCHANGE1" of type "Server" under
the root "$null".
VERBOSE: Test-Mailflow : Previous operation run on domain controller
'dc1.domain.com'.
VERBOSE: Test-Mailflow : Searching objects
"SystemMailbox{b165188e-d22c-43d0-928d-c0b1e0c5cee2}" of type
"ADSystemMailbox"
under the root "$null".
VERBOSE: Test-Mailflow : Previous operation run on global catalog server
'dc1.domain.com'.
VERBOSE: Testing mail flow.
TestMailflowResult : *FAILURE*
MessageLatencyTime : 00:00:00
IsRemoteTest : False
Events : {Source: MSExchange Monitoring Mailflow Local
Id: 1002
Type: Error
Message: The delivery receipt for the test message from
EXCHANGE1\***@domain.com to EXCHANGE1\***@domain.com
was not received within the error latency time
out of 1 seconds. The cmdlet will keep waiting until the
execution timeout or the arrival of the delivery receipt.
, Source: MSExchange Monitoring Mailflow Local
Id: 1001
Type: Error
Message: The delivery receipt for the test message from
EXCHANGE1\***@domain.com to EXCHANGE1\***@domain.com
was not received within the execution timeout
of 1 seconds. The cmdlet will not wait any longer for the
delivery receipt.}
PerformanceCounters : {Object: MSExchange Monitoring Mailflow Local
Counter: Mailflow Latency
Instance: EXCHANGE1
Value: -1}
Here is a starange thing. I do not see any maibox with a name
***@domain.com. My test mailbox on this server has a name
***@domain.com. And also I can see that one of my system mailbox has this
wrong mailbox address in its properties. But this is a system mailbox of a
storage another then a storage contained my new test mailbox.
I tried to start commandNew-TestCasConnectivityUser.ps1 but it does not help.
How can I target operations manager on a new test mailbox?
our Exchange 2007 servers. We have deleted old ones and created new with a
script New-TestCasConnectivityUser.ps1. Now we have a lot of error messages
from operations manager.
Here is an example of such a message:
Source: EXCHANGE1 Alert: An error occurred while running the Test-Mailflow
(Local) cmdlet. (Pri: 1 Sev: 0 Res.state: Closed)
body: Alert: An error occurred while running the Test-Mailflow (Local) cmdlet.
Source: EXCHANGE1
Path: EXCHANGE1.domain.com
Last modified by: System
Last modified time: 20.03.2009 11:40:45
Alert description: Error occurred while executing the Test-Mailflow (Local)
diagnostic cmdlet.
The initial event reported:
The delivery receipt for the test message from
EXCHANGE1\***@domain.com to EXCHANGE1\***@domain.com was not received
within the execution timeout of 240 seconds. The cmdlet will not wait any
longer for the delivery receipt.
Response to rule: "{1240B1DB-E57C-62CF-1F65-B62A6DC4C786}"
Diagnostic command: "Test-Mailflow -ErrorLatency:60 -MonitoringContext:$true"
The command "Test-mailflow -ErrorLatency:1 -ExecutionTimeout:1
-MonitoringContext $true -verbose | FL"
gives that:
VERBOSE: Test-Mailflow : Beginning processing.
VERBOSE: Test-Mailflow : Searching objects "EXCHANGE1" of type "Server" under
the root "$null".
VERBOSE: Test-Mailflow : Previous operation run on domain controller
'dc1.domain.com'.
VERBOSE: Test-Mailflow : Searching objects
"SystemMailbox{b165188e-d22c-43d0-928d-c0b1e0c5cee2}" of type
"ADSystemMailbox"
under the root "$null".
VERBOSE: Test-Mailflow : Previous operation run on global catalog server
'dc1.domain.com'.
VERBOSE: Testing mail flow.
TestMailflowResult : *FAILURE*
MessageLatencyTime : 00:00:00
IsRemoteTest : False
Events : {Source: MSExchange Monitoring Mailflow Local
Id: 1002
Type: Error
Message: The delivery receipt for the test message from
EXCHANGE1\***@domain.com to EXCHANGE1\***@domain.com
was not received within the error latency time
out of 1 seconds. The cmdlet will keep waiting until the
execution timeout or the arrival of the delivery receipt.
, Source: MSExchange Monitoring Mailflow Local
Id: 1001
Type: Error
Message: The delivery receipt for the test message from
EXCHANGE1\***@domain.com to EXCHANGE1\***@domain.com
was not received within the execution timeout
of 1 seconds. The cmdlet will not wait any longer for the
delivery receipt.}
PerformanceCounters : {Object: MSExchange Monitoring Mailflow Local
Counter: Mailflow Latency
Instance: EXCHANGE1
Value: -1}
Here is a starange thing. I do not see any maibox with a name
***@domain.com. My test mailbox on this server has a name
***@domain.com. And also I can see that one of my system mailbox has this
wrong mailbox address in its properties. But this is a system mailbox of a
storage another then a storage contained my new test mailbox.
I tried to start commandNew-TestCasConnectivityUser.ps1 but it does not help.
How can I target operations manager on a new test mailbox?