Test-PopConnectivity issue
Test-PopConnectivity -ConnectionType plaintext i can get the success result
my environment do not assign the certificate with the pop services, so if use Test-PopConnectivity , by default it will test as Test-PopConnectivity -ConnectionType SSL , and this will cause a failure.
but now, i get another issue that using Test-PopConnectivity -ConnectionType plaintext, the result is like below, does anyone have an idea that how the Test-PopConnectivity running and how to fix this issue? thanks all.
[PS] C:\Documents and Settings\yangxun>Test-PopConnectivity -ConnectionType plai
ntext -ClientAccessServer bj-cas-01 -MailboxServer bj-mail-12 | fl
ClientAccessServer : BJ-CAS-01.
Scenario : Reset Credentials
ScenarioDescription : Reset automated credentials for the Client Access test
user on Mailbox server BJ-MAIL-12..
PerformanceCounterName :
Result : Failure
MailboxServer : BJ-MAIL-12.
StartTime : 12/1/2009 1:17:45 PM
Latency : 00:00:00.0156250
SecureAccess : True
Error : [Microsoft.Exchange.Monitoring.CasHealthStorageErrorEx
ception]: An error occurred while trying to access ma
ilbox BJ-MAIL-12. on behalf of user .
ad\CAS_338db09925b44983Additional information:
[Microsoft.Exchange.Data.Directory.ADOperationExcepti
on]: Active Directory operation failed on BJ-DC-26.
. This error is not retriable. Additional infor
mation: Access is denied.
Active directory response: 00000005: SecErr: DSID-031A
0F44, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
Inner error [System.DirectoryServices.Protocols.Direc
toryOperationException]: The user has insufficient acc
ess rights.
UserName : CAS_338db09925b44983
VirtualDirectoryName :
Url :
UrlType : Unknown
EventType : Error
Port : 0
ConnectionType : Plaintext
答案
Hi,
From the result, it seems that it failed to reset credentials.
Please run the following cmdlt to reset/recreate the test account.
Get-mailboxserver | new-testcasconnectivityuser.ps1
Also, please ensure that the account you use to test pop connectivity has be delegated the Exchange Server Administrator role and membership in the local Administrators group for the target server.
Please run the following cmdlt and then paste the output here.Test-PopConnectivity -ConnectionType plaintext -ClientAccessServer bj-cas-01 -debug –verbose
Regards,
Xiu
- 已标记为答案Xiu Zhang - MSFTMSFT, 版主2009年12月11日 2:31
全部回复
Hi,
From the result, it seems that it failed to reset credentials.
Please run the following cmdlt to reset/recreate the test account.
Get-mailboxserver | new-testcasconnectivityuser.ps1
Also, please ensure that the account you use to test pop connectivity has be delegated the Exchange Server Administrator role and membership in the local Administrators group for the target server.
Please run the following cmdlt and then paste the output here.Test-PopConnectivity -ConnectionType plaintext -ClientAccessServer bj-cas-01 -debug –verbose
Regards,
Xiu
- 已标记为答案Xiu Zhang - MSFTMSFT, 版主2009年12月11日 2:31
the user is in local admin group and exchange organization admin group. Thanks for your remind, i will try that tomorrow.
- How is the issue now?
- thanks. i ask a adadmin run the ps1, then it works. thanks.
- Thanks for your feedback. :)
Regards,
Xiu