getting the following error while creating a media library in Knetico 13

kumar GANJI asked on January 31, 2022 17:50

[DataConnection.HandleError]: Query: INSERT INTO Media_Library ([LibraryName], [LibraryDisplayName], [LibraryDescription], [LibraryFolder], [LibraryAccess], [LibrarySiteID], [LibraryGUID], [LibraryLastModified], [LibraryTeaserPath], [LibraryTeaserGUID], [LibraryUseDirectPathForContent]) VALUES (@LibraryName, @LibraryDisplayName, @LibraryDescription, @LibraryFolder, @LibraryAccess, @LibrarySiteID, @LibraryGUID, @LibraryLastModified, @LibraryTeaserPath, @LibraryTeaserGUID, @LibraryUseDirectPathForContent); SELECT SCOPE_IDENTITY() AS [ID] Caused exception: Cannot insert the value NULL into column 'LibrarySiteID', table 'KenticoXperience.dbo.Media_Library'; column does not allow nulls. INSERT fails. The statement has been terminated.

Recent Answers


Petr Dvorak answered on February 1, 2022 08:16

Which hotfix version are you using? According to hotfix release notes there were issues with new media libraries in hotfix <13.0.9.

Are there any other errors in the Event log application?

Check in System -> Macros -> Report that there are no invalid macro signatures and if so, resign the macros as described in the docs.

1 votesVote for this answer Mark as a Correct answer

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