通过运行在同一台服务器上的KMS激活MS Office 2013 Standard

鉴于:Microsoft Windows Server 2008 R2企业版64位,应用了所有最新的安全更新。

build立并运行KMS服务,应用所有build议的更新(以处理Windows 8等可能的激活问题)

上面提到的服务器和Intranet上的工作站上已部署了Microsoft Office 2013 Standard,批量许可有效(已input用于激活Microsoft Ofice 2013的正确KMS密钥)。

问题:我无法激活运行KMS服务的服务器上运行的MS Office 2013安装。

KMS事件日志中没有与此故障相关的条目。

一切都已经重新启动,重新安装了几次(包括安装Office的32位和64位版本)。

请注意,KMS服务工作正常。 所有的工作站激活他们的MS Office 2013没有一个小故障。 但是,服务器上的安装本身拒绝使用KMS。

防火墙设置正确。 主机名正确提供(通过'cscript ospp.vbs / sethst:主机名',我尝试了所有主机名相关,从工作站启动工作)。 所有其他logging在案的必要检查/行动也在激活之前执行。

根据我在下面的内容来判断,ospp.vbs提示以上不能通过KMS激活。 确实如此(也就是说,我应该使用MAK激活),还是我仍然失去了一些东西?

我遵循了KMS的故障排除提示和相关文章,目前在Technet上没有任何build议,上述内容是否可能。

slmgr.vbs / dlv的输出2E28138A-847F-42BC-9752-61B03FFF33CD

--------------------------- Windows Script Host --------------------------- Software licensing service version: 6.1.7601.17946 Name: Office 15, KMSHostVL edition Description: Office 15, VOLUME_KMS channel Activation ID: 2e28138a-847f-42bc-9752-61b03fff33cd Application ID: 0ff1ce15-a989-xxxx-xxxx-xxxxxxxxxxxx Extended PID: 55041-00206-234-486666-03-xxxx-xxxx.xxxx-xxxxxxx Installation ID: 01683679734050124078134659xxxxxxxxxxxxxxxxxxxxxxxxxxx Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342 Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343 Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345 Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344 Partial Product Key: xxxxx License Status: Licensed Remaining Windows rearm count: 4 Trusted time: 2/05/2013 10:00:12 AM Key Management Service is enabled on this machine Current count: 5 Listening on Port: 1688 DNS publishing disabled KMS priority: Normal Key Management Service cumulative requests received from clients Total requests received: 6 Failed requests received: 0 Requests with License Status Unlicensed: 0 Requests with License Status Licensed: 0 Requests with License Status Initial grace period: 6 Requests with License Status License expired or Hardware out of tolerance: 0 Requests with License Status Non-genuine grace period: 0 Requests with License Status Notification: 0 --------------------------- OK --------------------------- 

输出cscript ospp.vbs / act

 Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- Installed product key detected - attempting to activate the following product: SKU ID: b13afb38-cd79-4ae5-xxxx-xxxxxxxxxxxx LICENSE NAME: Office 15, OfficeStandardVL_KMS_Client edition LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel Last 5 characters of installed product key: xxxxx ERROR CODE: 0xC004F074 ERROR DESCRIPTION: The Software Licensing Service reported that the product could not be activated. No Key Management Service (KMS) could be contacted. Please see the Application Event Log for additional information. To view the activation event history run: cscript ospp.vbs /dhistorykms --------------------------------------- --------------------------------------- ---Exiting----------------------------- 

输出cscript ospp.vbs / dstatus

 Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- --------------------------------------- SKU ID: b13afb38-cd79-4ae5-xxxx-xxxxxxxxxxxx LICENSE NAME: Office 15, OfficeStandardVL_KMS_Client edition LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel LICENSE STATUS: ---NOTIFICATIONS--- ERROR CODE: 0xC004F056 ERROR DESCRIPTION: The Software Licensing Service reported that the product could not be activated using the Key Management Service (KMS). Last 5 characters of installed product key: xxxxx DNS auto-discovery: KMS name not available KMS machine registry override defined: xxxxxx:1688 Activation Interval: 120 minutes Renewal Interval: 10080 minutes KMS host caching: Enabled --------------------------------------- --------------------------------------- ---Exiting----------------------------- 

Office 2013似乎专门用于识别其KMS服务器的DNS查找。 早期的KMS激活的Office版本并非如此。 这意味着您不能使用localhost或127.0.0.1等名称作为您的KMS服务器。 您实际上必须使用您的KMS服务器的完整ActiveDirectory / DNS名称,即使它恰好是相同的机器。 奇怪的是Windows 7的激活脚本不会出现这种行为…我还没有testingWindows 8或8.1。

在尝试Office 2013激活之前,请确保您可以在您尝试激活Office 2013的主机上使用nslookup命令来查找您的KMS主机(即使它是同一台计算机!)(是的,即使它是全部在同一台机器上)。

最后,不要用cscript ospp.vbs / sethst指定端口号。 该命令不够明白,“:1688”是一个端口号引用,并将从字面上使用“主机名:1688”作为主机名,而不是“主机名”作为主机名,1688作为端口号。 我相信有一个单独的命令行开关设置端口,但是除非实际上将KMS服务附加到默认1688以外的TCP端口,否则不需要明确设置它。

我不得不在kms服务器上打开防火墙。 默认端口是1688 tcp,但是我发现防火墙设置中有一个不活动的应用程序可用。 启用此选项后,公司按预期工作,并在5次成功连接后为办公室安装工作。