IT 专业人士的资源 > 论坛主页 > Monitoring > Test-PopConnectivity issue
提出问题提出问题
 

已答复Test-PopConnectivity issue

  • 2009年12月1日 8:08cashcat1 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    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_338db09925b44983

                              Additional 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

答案

  • 2009年12月3日 7:48Xiu Zhang - MSFTMSFT, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复

    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

     

全部回复

  • 2009年12月3日 7:48Xiu Zhang - MSFTMSFT, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复

    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

     

  • 2009年12月3日 14:31cashcat1 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    the user is in local admin group and exchange organization admin group. Thanks for your remind, i will try that tomorrow.

  • 2009年12月7日 2:58Xiu Zhang - MSFTMSFT, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    How is the issue now?
  • 2009年12月10日 7:37cashcat1 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    thanks. i ask a adadmin run the ps1, then it works. thanks.
  • 2009年12月11日 2:31Xiu Zhang - MSFTMSFT, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Thanks for your feedback. :)

    Regards,
    Xiu