Forum Discussion
ADK for Windows 11 and ADK for Windows Server 2022: VAMT does not work anymore
- Sep 20, 2021Hi
After half internet read, I was able to correct this error with the instruction on
https://www.reddit.com/r/sysadmin/comments/oypsd8/vamt_database_not_a_valid_vamt_database/
You have to run the command in the VAMT database.
alter table base.GenuineStatusText alter column GenuineStatusText nvarchar(255) NULL
Karl-WE
THANKS !!!
I have spent xx hours on this problem and this posting probably save me xx hours more.
However, when installed it refuses to accept 2022 key and upgrade ends (of course) with the same error. At least I can serve our current installations, but not 2022. Any info to share with this issue?
- Karl-WESep 14, 2021MVP
Raymond Andreassen you're welcome but it seems you are reporting an entirely different issue with activation. I said that the Database connection of VAMT 3.x does not work anymore.
- kwester-ebbinghaus-businessSep 15, 2021Iron Contributor
mreinders Mary Hoffman Raymond Andreassen
Hi there we are trying to setup Server 2022 for production and VAMT 3.1 is still a blocker
VAMT 3.1 from Windows 2004 ADK cannot import keys generic activation keys for Windows Server 2022
VAMT 3.1 from Server 2022 or Windows 11 ADK would be able but cannot open any database. Please let me know if this could be reproed (I can for 2 customers) and you can bring hotfix for the VAMT / ADK Win 11 / 2022 or I need to open a ticket.
Thank you very much in advance. I have not caught this in the preview as there was no need for centralized management of KMS activation via ADBA.- PColunaSep 20, 2021Copper ContributorHi
After half internet read, I was able to correct this error with the instruction on
https://www.reddit.com/r/sysadmin/comments/oypsd8/vamt_database_not_a_valid_vamt_database/
You have to run the command in the VAMT database.
alter table base.GenuineStatusText alter column GenuineStatusText nvarchar(255) NULL