Hello,
I'm facing an issue with the Kentico Xperience DBManager tool. I am attempting to install Xperience by Kentico version 30.0.0 using the following command:
dotnet kentico-xperience-dbmanager -- -s "SYN-009202" -a "admin" -d "Xperience.Kickstart.Lucene" --license-file "D:\POC\Kentico\src\License\License.txt"
During the process, I get the following error:
The entered license key is not valid.
The issue is that the same license key was working correctly with the previous version of Kentico Xperience, but it's failing with the new version.
Environment:
- Xperience by Kentico version: 30.0.0
- .NET version: 8
- OS: Windows 11 (64-bit)
Steps Taken:
- I’ve verified that the license file is located at
D:\POC\Kentico\src\License\License.txt
and is accessible. - I’ve tried re-downloading the license file and using a simpler file path (e.g.,
C:\license.txt
), but the issue persists..
Questions:
- Why would a license key that worked with a previous version of Kentico Xperience no longer be valid for the current version (30.0.0)?
- Is there a compatibility issue with the license format or version-specific restrictions between Xperience 30.0.0 and my existing license?
- What steps should I take to resolve the license issue or ensure the new license works with this version?
Any help or suggestions would be greatly appreciated!