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 ForumsRepositoryRepositoryInstall ErrorInstall Error
Previous
 
Next
New Post
12/20/2005 5:00 AM
 
Hello

I have just downloed the latest Repository module and received this error on install:
I haven't had time to look any futher but I will investigate for possible causes. I may have had an old version from the 2.x days of the Repository module knocking about - would that affect it? Also - the rest of it seemed to work - can I assume no damage was done?

Thanks for the great work!


StartJob Reading DNN file
Info DNN file is in valid 3.0 format.
Info ...
Info Loading files info
Info Found valid path (App_LocalResources) for EditRepository.ascx.resx.
Info Found valid path (App_LocalResources) for Repository.ascx.resx.
Info Found valid path (App_LocalResources) for Settings.ascx.resx.
Info Found valid path (App_LocalResources) for UserUpload.ascx.resx.
Info Loading Modules info
Info Loading Control info for 'Repository' module
Info Loading files info
Info Found valid path (App_LocalResources) for RepositoryDashboard.ascx.resx.
Info Found valid path (App_LocalResources) for DashboardSettings.ascx.resx.
Info Loading Modules info
Info Loading Control info for 'Repository Dashboard' module
EndJob Dnn load finished successfully
 
StartJob Begin Sql execution
Info Executing 03.00.00.SqlDataProvider
StartJob Start Sql execution: 03.00.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Invalid column name 'Summary'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE procedure dbo.grmAddRepositoryObject @UserName nvarchar(150), @ModuleID int, @Name nvarchar(50), @Description ntext, @Author nvarchar(150), @AuthorEMail nvarchar(150), @FileSize nvarchar(12), @PreviewImage nvarchar(150), @Image nvarchar(150), @FileName nvarchar(150), @Approved int, @ShowEMail int, @CategoryId nvarchar(50), @Summary ntext as insert into dbo.grmRepositoryObjects ( CreatedByUser, CreatedDate, UpdatedByUser, UpdatedDate, ModuleID, [Name], [Description], Author, AuthorEMail, FileSize, Downloads, PreviewImage, [Image], [FileName], Clicks, RatingVotes, RatingTotal, RatingAverage, Approved, ShowEMail, CategoryId, Summary ) values ( @UserName, getdate(), @UserName, getdate(), @ModuleID, @Name, @Description, @Author, @AuthorEMail, @FileSize, 0, @PreviewImage, @Image, @FileName, 0, 0, 0, 0, @Approved, @ShowEMail, @CategoryId, @Summary ) select SCOPE_IDENTITY() System.Data.SqlClient.SqlException: Invalid column name 'Summary'. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) CREATE procedure dbo.grmUpdateRepositoryObject @ItemID int, @UserName nvarchar(150), @Name nvarchar(50), @Description ntext, @Author nvarchar(150), @AuthorEMail nvarchar(150), @FileSize nvarchar(12), @PreviewImage nvarchar(150), @Image nvarchar(150), @FileName nvarchar(150), @Approved int, @ShowEMail int, @CategoryId nvarchar(50), @Summary ntext as update dbo.grmRepositoryObjects set UpdatedByUser = @UserName, UpdatedDate = getdate(), [Name] = @Name, [Description] = @Description, Author = @Author, AuthorEMail = @AuthorEMail, FileSize = @FileSize, PreviewImage = @PreviewImage, [Image] = @Image, [FileName] = @FileName, Approved = @Approved, ShowEMail = @ShowEMail, CategoryId = @CategoryId, Summary = @Summary where ItemID = @ItemID
EndJob End Sql execution: 03.00.00.SqlDataProvider file
 
Info Executing 03.00.01.SqlDataProvider
StartJob Start Sql execution: 03.00.01.SqlDataProvider file
EndJob End Sql execution: 03.00.01.SqlDataProvider file


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
12/20/2005 9:34 AM
 

Rodney,
Yes, having a previous version of the Gooddogs Repository module installed WILL affect the installation of the DotNetNuke Repository Module. DRM will attempt to upgrade your current installation. Upgrading from v3.X of GRM to DRM is pretty straightforward, but upgrading from v2.X of GRM to v3.X of DRM involves some serious logic :)

In Host->SQL execute the following statement:

ALTER TABLE {databaseOwner}{objectQualifier}grmRepositoryObjects ADD Summary ntext NULL

Then re-install the DRM3 module.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryInstall ErrorInstall Error


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