Problem to Configure License for kentico 9

somen ghosh asked on August 16, 2017 08:39

Hi

I have upgraded my project from kentico 8.2 to kentico 9. After upgradation I am facing a problem when I delete previous license then an error(general.specifiedFeatureNotAvailable) is generated. So I am not able to configure the license for kentico 9.

Please help me.

Recent Answers


Roman Hutnyk answered on August 16, 2017 09:15

Have you already added a license for v9?

Is v9 license of the same tier as v8.2?

0 votesVote for this answer Mark as a Correct answer

Trevor Fayas answered on August 16, 2017 13:57

I've run into similar issues, usually it occurs of there is custom code ran that uses an api call of a feature set.

do you have any global event hooks, such as on authorizing or similar?

if you can't figure it out you can always place the licence manually through the data base.

0 votesVote for this answer Mark as a Correct answer

somen ghosh answered on August 23, 2017 08:25

I have given the license key but when save the license key it shows the following error

"[DataConnection.HandleError]: Query: INSERT INTO CMS_LicenseKey ([LicenseDomain], [LicenseKey], [LicenseEdition], [LicenseExpiration], [LicensePackages], [LicenseServers]) VALUES (@LicenseDomain, @LicenseKey, @LicenseEdition, @LicenseExpiration, @LicensePackages, @LicenseServers); SELECT SCOPE_IDENTITY() AS [ID] Caused exception: Invalid column name 'LicensePackages'."

Please help me.

Thanks

0 votesVote for this answer Mark as a Correct answer

Trevor Fayas answered on August 23, 2017 16:04

Very odd... that column exists and the text looks proper, can you check your CMS_LicenseKey table and post here what the column structur is? You can right click on the table in SQL managmeent studio and do "Script Table as - Create table - new query editor" and post what it says.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.