分享

Reseed fails with the error 'The connection to the specified remote host was refused' – Bits Of Exch

 xirain 2017-07-25

 

Cause

Before initiating the reseed process source server will try to establish a connection to the remote powershell HTTP protocol using WS-Management

Resolution

Remove the winhttp proxy

Command to see if there is a proxy: netsh winhttp show proxy

Command to remove the proxy: netsh winhttp reset proxy

 

More Information

Before initiating the reseed process source server will try to establish a connection to the remote host on HTTP protocol using WS-Management, which was failing because all the Http traffic was going through the proxy server.

Windows PowerShell Remote Commands

Host applications can use a PowerShell object to run commands that use WS-Management–based Windows PowerShell remoting to create a temporary or persistent connection to the remote computer. This includes establishing an interactive session with a single remote computer.

PowerShell remoting uses the HTTP protocol, it is affected by HTTP proxy settings. In enterprises that have proxy servers, users cannot access a Windows PowerShell remote computer directly.

Update-MailboxDatabaseCopy -Identity "EDB15\DAGMember" -DeleteExistingFiles

“Processing data from remote server failed with the following error message: The connection to the specified remote host was refused. Verify that the WS-Management service is running on the remote host and configured to listen for requests  on the correct port and HTTP URL. For more information, see the about_Remote_Troubleshooting Help topic.    + CategoryInfo          : OperationStopped: (System.Manageme...pressionSyncJob:PSInvokeExpressionSyncJob) [], PSRe   motingTransportException    + FullyQualifiedErrorId : JobFailure”

 

http://support.microsoft.com/kb/2027064

http://technet.microsoft.com/en-us/library/hh847850.aspx

 

- Anil

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多