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

前端之家收集整理的这篇文章主要介绍了windows – 通过在同一服务器上运行的KMS激活MS Office 2013 Standard前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
鉴于:Microsoft Windows Server 2008 R2 Enterprise 64位,应用了所有最新的安全更新.

KMS服务设置和运行,应用了所有建议的更新(以处理Windows 8的可能激活问题等)

Microsoft Office 2013 Standard部署在上述服务器和Intranet上的工作站上,有效的批量许可(已输入用于激活Microsoft Ofice 2013的正确KMS密钥).

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

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

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

请注意,KMS服务工作正常.所有工作站都可以激活他们的MS Office 2013而不会出现任何故障.但是,服务器本身的安装拒绝使用KMS.

防火墙设置正确.正确提供主机名(通过’cscript ospp.vbs / sethst:hostname’,我尝试了所有相关的主机名,从用于从工作站激活的主机名开始).在激活之前,还执行所有其他记录的所需检查/操作.

根据我在下面的内容判断,ospp.vbs暗示上述内容无法通过KMS激活.确实如此(即,我应该使用MAK激活),或者我仍然缺少某些东西?

我关注了KMS troubleshooting hints和相关文章,目前在Technet上没有关于上述内容是否可行的建议.

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

  1. ---------------------------
  2. Windows Script Host
  3. ---------------------------
  4. Software licensing service version: 6.1.7601.17946
  5.  
  6. Name: Office 15,KMSHostVL edition
  7. Description: Office 15,VOLUME_KMS channel
  8. Activation ID: 2e28138a-847f-42bc-9752-61b03fff33cd
  9. Application ID: 0ff1ce15-a989-xxxx-xxxx-xxxxxxxxxxxx
  10. Extended PID: 55041-00206-234-486666-03-xxxx-xxxx.xxxx-xxxxxxx
  11. Installation ID: 01683679734050124078134659xxxxxxxxxxxxxxxxxxxxxxxxxxx
  12. Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342
  13. Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343
  14. Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345
  15. Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344
  16. Partial Product Key: xxxxx
  17. License Status: Licensed
  18. Remaining Windows rearm count: 4
  19. Trusted time: 2/05/2013 10:00:12 AM
  20.  
  21. Key Management Service is enabled on this machine
  22. Current count: 5
  23. Listening on Port: 1688
  24. DNS publishing disabled
  25. KMS priority: Normal
  26.  
  27. Key Management Service cumulative requests received from clients
  28. Total requests received: 6
  29. Failed requests received: 0
  30. Requests with License Status Unlicensed: 0
  31. Requests with License Status Licensed: 0
  32. Requests with License Status Initial grace period: 6
  33. Requests with License Status License expired or Hardware out of tolerance: 0
  34. Requests with License Status Non-genuine grace period: 0
  35. Requests with License Status Notification: 0
  36.  
  37. ---------------------------
  38. OK
  39. ---------------------------

输出cscript ospp.vbs / act

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

输出cscript ospp.vbs / dstatus

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

猜你在找的Windows相关文章