I am installing the SQL database using SQL 2014 and when I run the stored procedure cs_system_CreateCommunity as outlined in the installation instructions I get the following error.
I am installing the free version of 11.x to evaluate the benefits of upgrading our existing version before taking the decision to upgrade.
Any suggestions what is causing the problem or even if it is a real issue?
Created New Application FORUM2020TEST(5428EC81-5935-49C0-8812-26DD92900E43)
Created new SettingsID 1000
Creating moderation actions...
Creating a default list of censored words...
Disallowed usernames...
Creating the default smilies...
Created default roles...
Create Admin User
Created Admin User
Create Anonymous User
Msg 8145, Level 16, State 1, Procedure te_Blog_Blog_Create, Line 2
@DateCreated is not a parameter for procedure te_Blog_Blog_Create.
Msg 201, Level 16, State 4, Procedure te_Blog_Post_Create, Line 2
Procedure or function 'te_Blog_Post_Create' expects parameter '@UserId', which was not supplied.
Msg 8145, Level 16, State 1, Procedure te_FileGallery_FileGallery_Add, Line 2
@DateCreated is not a parameter for procedure te_FileGallery_FileGallery_Add.
Msg 8145, Level 16, State 1, Procedure te_FileGallery_File_Add, Line 2
@DateCreated is not a parameter for procedure te_FileGallery_File_Add.
Msg 515, Level 16, State 2, Procedure te_Attachment_Add, Line 47
Cannot insert the value NULL into column 'ApplicationId', table 'FORUM2020.dbo.te_Attachments'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Msg 201, Level 16, State 4, Procedure cs_Wiki_AddWiki, Line 2
Procedure or function 'cs_Wiki_AddWiki' expects parameter '@CreatedUtcDate', which was not supplied.
Msg 201, Level 16, State 4, Procedure cs_Wiki_AddPage, Line 2
Procedure or function 'cs_Wiki_AddPage' expects parameter '@HiddenInTOC', which was not supplied.
(1 row(s) affected)