Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogError on installError on install
Previous
 
Next
New Post
11/1/2007 5:30 AM
 

Hi there,

Running DNN 4.5.5 & installing blog 3.3.1 gives me the following error

Info Executing 03.01.20.SqlDataProvider
StartJob Start Sql execution: 03.01.20.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Invalid column name 'GroupType'. Invalid column name 'Server'. Invalid column name 'Port'. Invalid column name 'LogonRequired'. Invalid column name 'UserName'. Invalid column name 'Password'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE PROCEDURE dbo.Blog_Upgrade_ForumGroupsList @PortalID int AS SELECT [GroupID], [Name], dbo.Forum_Groups.PortalID, dbo.Forum_Groups.ModuleID, [SortOrder], [CreatedDate], [CreatedByUser], [UpdatedByUser], [UpdatedDate], [GroupType], [Server], [Port], [LogonRequired], [UserName], [Password] FROM dbo.Forum_Groups join dbo.Modules on dbo.Forum_Groups.ModuleID = dbo.Modules.ModuleID right outer join dbo.ModuleDefinitions on dbo.Modules.ModuleDefID = dbo.Moduledefinitions.ModuleDefID left outer join dbo.DesktopModules on dbo.Desktopmodules.DesktopModuleID = dbo.ModuleDefinitions.DesktopModuleID WHERE dbo.Forum_Groups.PortalID = @PortalID AND dbo.DesktopModules.ModuleName = 'DNN_Blog' System.Data.SqlClient.SqlException: Invalid column name 'GroupType'. Invalid column name 'Server'. Invalid column name 'Port'. Invalid column name 'LogonRequired'. Invalid column name 'UserName'. Invalid column name 'Password'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE PROCEDURE dbo.Blog_Upgrade_ForumGroupsByGroup @GroupID int AS SELECT [GroupID], [Name], [PortalID], [ModuleID], [SortOrder], [CreatedDate], [CreatedByUser], [UpdatedByUser], [UpdatedDate], [GroupType], [Server], [Port], [LogonRequired], [UserName], [Password] FROM Forum_Groups WHERE GroupID = @GroupID System.Data.SqlClient.SqlException: Invalid column name 'DaysToView'. Invalid column name 'EnableAutoDelete'. Invalid column name 'AutoDeleteThreshold'. Invalid column name 'IntegratedObjects'. Invalid column name 'IsPrivate'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE PROCEDURE dbo.Blog_Upgrade_ForumForumsList @GroupID int AS SELECT [ForumID], [GroupID], [IsActive], [ParentID], [Name], [Description], [CreatedDate], [CreatedByUser], [UpdatedByUser], [UpdatedDate], [IsModerated], [DaysToView], [SortOrder], [TotalPosts], [TotalThreads], [EnablePostStatistics], [EnableAutoDelete], [AutoDeleteThreshold], [MostRecentPostID], [MostRecentThreadID], [MostRecentPostAuthorID], [MostRecentPostDate], [PostsToModerate], [ForumType], [IsIntegrated], [IntegratedModuleID], [IntegratedObjects], [IsPrivate], [AuthorizedRoles], [AuthorizedEditRoles] FROM Forum_Forums WHERE GroupID = @GroupID System.Data.SqlClient.SqlException: Invalid column name 'Image'. Invalid column name 'ObjectTypeCode'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE PROCEDURE dbo.Blog_Upgrade_ForumThreadsList @ForumID int AS SELECT [ThreadID], [ForumID], [Views], [LastPostedPostID], [Replies], [IsPinned], [PinnedDate], [Image], [ObjectTypeCode], [ObjectID] FROM Forum_Threads WHERE ForumID = @ForumID System.Data.SqlClient.SqlException: Invalid column name 'CreatedByUser'. Invalid column name 'MediaURL'. Invalid column name 'MediaNAV'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE PROCEDURE dbo.Blog_Upgrade_ForumPostsList @ThreadID int AS SELECT [PostID], [ParentPostID], [UserID], [RemoteAddr], [Notify], [Subject], [Body], [CreatedByUser], [CreatedDate], [ThreadID], [PostLevel], [TreeSortOrder], [FlatSortOrder], [UpdatedDate], [UpdatedByUser], [IsApproved], [IsLocked], [IsClosed], [MediaURL], [MediaNAV], [Attachments] FROM Forum_Posts WHERE ThreadID = @ThreadID 
EndJob End Sql execution: 03.01.20.SqlDataProvider file
 
Info Executing 03.01.21.SqlDataProvider
StartJob Start Sql execution: 03.01.21.SqlDataProvider file
EndJob End Sql execution: 03.01.21.SqlDataProvider file
 
Any ideas re what I should do with this /

Thanks,

Andy

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogError on installError on install


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out