Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Affordable ASP.NET Hosting Service
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
Verndale
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
 


DotNetNuke Forums
 
  Forum  DotNetNuke® Pro...  Blog Module [Le...  Error on install
Previous Previous
 
Next Next
New Post 11/1/2007 3:30 AM
Unresolved
User is offline Andy kakembo
23 posts
10th Ranked


Error on install 

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 Previous
 
Next Next
  Forum  DotNetNuke® Pro...  Blog Module [Le...  Error on install
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


T-WORX, INC.
Professional DotNetNuke Solutions
www.t-worx.com
AppTheory
Professional development for medium to large projects based on the DotNetNuke platform.
www.apptheory.com
OnyakTech
Modules for Help Desks, Live Chat, Project Management, CRM, Charting, Reporting, Scrolling Text/Images, Portal Community tools and much more.
www.OnyakTech.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP