当前位置:网站首页 > 更多 > 玩电脑 > 正文

[玩转系统] HCW8078 - 无法创建迁移端点

作者:精品下载站 日期:2024-12-14 03:17:53 浏览:13 分类:玩电脑

HCW8078 - 无法创建迁移端点


我们在 Exchange Server 上运行混合配置向导 (HCW),但出现错误。错误为HCW8078 - 无法创建迁移端点。为什么会发生这种情况,解决方案是什么?

混合配置向导

我们喜欢将邮箱从本地 Exchange 移动到 Exchange Online。但是,在此之前,我们必须下载并安装 Office 365 混合配置向导。

通过建立混合部署,您可以将现有本地 Exchange Server 组织的丰富功能体验和管理控制扩展到云。混合部署还通过 Exchange Online Archiving 为您的本地邮箱提供基于云的存档解决方案的支持。它还可以作为将本地邮箱完全迁移到 Exchange Online 的中间步骤。

您可能会收到不同的HCW8078 - 无法创建迁移端点错误。让我们看看他们两个。

HCW8078 - 无法创建迁移端点(场景 1)

第一步是启用 MRS 代理,如文章中所示运行混合配置向导 (HCW)。如果您在运行 HCW 之前未完成此步骤,HCW 将启用 MRS 代理。但是,我们建议您在运行 HCW 之前完成此步骤,以确保在 HCW 验证端点之前有时间清除 IIS 缓存。

完成上述配置后,我们确实运行了 HCW,并在完成时出现以下错误。

[玩转系统] HCW8078 - 无法创建迁移端点

完整详细信息如下。

Your Exchange Hybrid Configuration has completed but a few items need to addressed or
potentially configured manually. Please see the details below.

Configure MRS Proxy Settings
HCW8078 Migration Endpoint could not be created.

Microsoft.Exchange.Migration.MigrationServerConnectionFailedException
The connection to the server 'mail.exoip.com' could not be completed.

Microsoft.Exchange.MailboxReplicationService.MRSRemoteTransientException
The call to 'https://mail.exoip.com/EWS/mrsproxy.svc' failed. Error details: The HTTP request
was forbidden with client authentication schema 'Negotiate'.--> The remote server returned
an error: (403) Forbidden..

Microsoft.Exchange.MailboxReplicationService.MRSRemotePermanentException
The HTTP request was forbidden with client authentication schema 'Negotiate'.

Microsoft.Exchange.MailboxReplicationService.MRSRemotePermanentException
The remote server returned an error: (403) Forbidden.

HCW8078 的解决方案 - 无法创建迁移端点(场景 1)

解决方案是启用 MRS 代理并运行 HCW 后稍等片刻。然而,我们不想等待,并在所有 Exchange 服务器上重新启动了 IIS。

PS C:\> iisreset

之后,重新运行混合配置向导。这次成功了!

[玩转系统] HCW8078 - 无法创建迁移端点

HCW8078 - 无法创建迁移端点(场景 2)

在混合配置向导中,我们可以在混合拓扑中选择两个选项:

  • Exchange 经典混合拓扑
  • Exchange 现代混合拓扑

Exchange 现代混合拓扑

在设置向导中,我们选择了使用 Exchange 现代混合拓扑选项。

[玩转系统] HCW8078 - 无法创建迁移端点

HCW 安装混合代理。有四个主要阶段:

  1. 下载代理安装包。
  2. 在本地计算机上安装代理(注意:这会再次提示您输入 Microsoft 365 或 Office 365 全局管理员凭据)。
  3. 在 Azure 中注册代理,包括创建用于代理请求的 URL。 URL 的格式为:uniqueGUID.resource.mailboxmigration.his.msappproxy.net
  4. 通过代理测试从 Microsoft 365 或 Office 365 组织到本地 Exchange 组织的迁移可行性。

只是这一次,出现了错误。

[玩转系统] HCW8078 - 无法创建迁移端点

让我们重新运行 HCW,这次选择经典混合拓扑

了解更多:混合配置服务可能受到限制 »

Exchange 经典混合拓扑

单击后退按钮或关闭 Office 365 混合配置设置。启动向导,这次我们将选择使用 Exchange 经典混合拓扑

[玩转系统] HCW8078 - 无法创建迁移端点

这次没有出现错误。这是因为它不需要下载、安装、注册和测试混合代理。该向导将提供更多配置步骤。继续执行这些步骤后,最后阶段出现以下错误。

注意:在 Office 365 混合配置向导中按 F12 打开诊断工具。它为您提供了一种快速打开日志文件的方法和更多选项。

[玩转系统] HCW8078 - 无法创建迁移端点

完整详细信息如下。

Your Exchange Hybrid Configuration has completed but a few items need to addressed or potentially configured manually. Please see the details below.

Configure MRS Proxy Settings
HCW8078 Migration Endpoint could not be created.

Microsoft.Exchange.Net.EndpointNotFoundTransientException
The call to 'net.tcp://am6pr08mb4104.eurprd08.prod.outlook.com/Microsoft.Exchange.MailboxReplicationService' failed because no service was listening on the specified endpoint. Error details: There was no endpoint listening at net.tcp://am6pr08mb4104.eurprd08.prod.outlook.com/Microsoft.Exchange.MailboxReplicationService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

System.ServiceModel.EndpointNotFoundException
There was no endpoint listening at net.tcp://am6pr08mb4104.eurprd08.prod.outlook.com/Microsoft.Exchange.MailboxReplicationService that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

Server stack trace:
at System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder, IConnection connection, Uri via, String contentType, TimeoutHelper& timeoutHelper)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Exchange.MailboxReplicationService.IMailboxReplicationService.ExchangeVersionInformation(VersionInformation clientVersion, VersionInformation& serverVersion)
at Microsoft.Exchange.Connections.Common.WcfClientWithFaultHandling`2.<>c__DisplayClass4_0.<CallService>b__0()
at Microsoft.Exchange.Net.WcfClientBase`1.CallService(Action serviceCall, String context)

HCW8078 的解决方案 - 无法创建迁移端点(场景 2)

查看日志后,很明显问题不在我们这边,而是在微软。在与 Microsoft 交谈并告诉他们问题出在他们这边后,他们首先尝试重新启动 Microsoft 365 租户服务。那没有帮助。 Microsoft 创建了一张罚单,他们必须进一步调查。

几个小时后,他们联系我并告诉我微软这边有问题。它成为一个优先问题,因为越来越多的租户开始在设置混合配置向导时遇到问题。微软花了大约24小时才彻底解决这个问题。

之后,我们重新运行混合配置向导。这次成功了!

继续阅读:混合配置向导无法连接 »

结论

您了解了为何收到 HCW8078 - 无法创建迁移端点。解决方案是重新启动 IIS 并重新运行混合配置向导 (HCW)。假设您收到另一条错误消息,请查看混合配置向导日志。这清楚地表明问题出在微软这边。此问题的解决方案是联系 Microsoft。经过调查,问题被发现并随后得到解决。

您喜欢这篇文章吗?您可能还喜欢查找用于邮箱迁移的 RemoteHostName URL。不要忘记关注我们并分享这篇文章。

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯