2 Answers
- Newest
- Most votes
- Most comments
0
Hello,
This article might help you resolve this issue: https://learn.microsoft.com/en-us/troubleshoot/windows-server/licensing-and-activation/error-0xc004f074-activate-windows#no-key-management-service-kms-could-be-contacted
This error occurs for one of the following reasons:
1. The Software Protection Platform Service (sppsvc service) on the KMS host has stopped running.
2. There are networking issues between the KMS client and the KMS host server. For example, TCP 1688 traffic is blocked between the KMS client and the KMS host server.
3. There's an incorrect or old KMS host server record in the Domain Name System (DNS).
0
HI, Thanks for the quick reply. But it's an AWS provided key, which needs to be activated by the aws KMS
- Therefore we can't control the AWS KMS (169.254.169.250)
- powershell command
Test-Netconnection 169.254.169.250 -port 1688is successful - KMS is set correct via
slmgr.vbs /skms 169.254.169.250:1688and no DNS as no hostnames but IP . These settings were also applied when setting up the instance from the EC2
answered 2 years ago
Relevant content
- asked 6 years ago
- asked a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
