The error code -2146697202 you are encountering while trying to activate Office 2024 on Windows Server 2016 may indicate an issue with the activation process. Here are some steps you can take to troubleshoot the problem:
- Check System Requirements: Ensure that your Windows Server 2016 meets the system requirements for Office 2024.
- Firewall Settings: Make sure that the firewall settings on your server allow for the activation process. Specifically, ensure that TCP port 1688 is open for the Key Management Service (KMS).
- DNS Configuration: Verify that your DNS settings are correctly configured and that the KMS host is reachable. You may need to check the DNS SRV records to ensure they point to a valid KMS host.
- Run Activation Scripts: Use the
ospp.vbsscript to manually attempt activation. You can run the commandcscript ospp.vbs /actfrom an elevated command prompt in the Office installation directory. - Check for Updates: Ensure that your Office installation is up to date. Sometimes, updates can resolve activation issues.
- Contact Support: If the issue persists, consider reaching out to Microsoft support with the correlation ID and error tag provided in your error message for more specific assistance.
These steps should help you troubleshoot the activation issue you're facing with Office 2024 on your Windows Server 2016 VM.