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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error in upgrading a DNN3.3.7 site to DNN4.4.1Error in upgrading a DNN3.3.7 site to DNN4.4.1
Previous
 
Next
New Post
3/20/2007 8:49 AM
 
 

Hi,

I am trying to upgrate my site which is DNN 3.3.7 to DNN 4.4.1. During the process I get the following message:

---------------------------------------------------------------------------------------------------------------

Upgrading DotNetNuke

Current Assembly Version: 04.04.01

Current Database Version: 03.03.07

Upgrade Status Report

00:00:00.046 - Upgrading to Version: 4.0.0 Success
00:00:01.843 - Upgrading to Version: 4.0.1 Success
00:00:02.296 - Upgrading to Version: 4.0.2 Success
00:00:02.359 - Upgrading to Version: 4.0.3 Success
00:00:02.406 - Upgrading to Version: 4.0.4 Success
00:00:04.562 - Upgrading to Version: 4.0.5 Success
00:00:04.593 - Upgrading to Version: 4.0.6 Success
00:00:04.609 - Upgrading to Version: 4.0.7 Success
00:00:04.671 - Upgrading to Version: 4.3.0 Success
00:00:04.750 - Upgrading to Version: 4.3.1 Success
00:00:04.796 - Upgrading to Version: 4.3.2 Success
00:00:05.796 - Upgrading to Version: 4.3.3 Success
00:00:06.562 - Upgrading to Version: 4.3.4 Success
00:00:06.875 - Upgrading to Version: 4.3.5 Error! (seeC:\dpc19Mar07\Providers\DataProviders\SqlDataProvider\04.03.05.log for more information)
00:00:07.484 - Upgrading to Version: 4.3.6 Success
00:00:07.875 - Upgrading to Version: 4.3.7 Success
00:00:08.203 - Upgrading to Version: 4.4.0 Success
00:00:25.953 - Upgrading to Version: 4.4.1 Success
00:00:26.109 - Performing General Upgrades
00:00:26.437 - Installing Module File HTML_03.03.00_Install:  Success
00:00:27.015 - Installing Module File Links_03.03.00_Install:  Success

Upgrade Complete

Click Here To Access Your Portal

---------------------------------------------------------------------------------------------------------

The error log file is this:

-------------------------------------------------------------------------------------------------------

System.Data.SqlClient.SqlException: Column names in each table must be unique. Column name 'LastUpdated' in table 'dbo.Folders' is specified more than once.
   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)


/* Add LastUpdated Column to Folders */
/*************************************/

ALTER TABLE dbo.Folders ADD
 LastUpdated datetime NOT NULL CONSTRAINT DF_Folders_LastUpdated DEFAULT getUtcDate()

 ----------------------------------------------------------------------------------------------------------------

Can anyone please help me in fixing this issue?

Thanks,

 
New Post
3/20/2007 9:02 AM
 
easy to fix: just ignore! This is an issue of the upgrade process itself, that tries to redo a unique action

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/21/2007 3:03 AM
 

Thanks leupold for the fast response. But I am not able to ignore this message. Because the site doesn't come up after the upgradation process.

:-(

 

 
New Post
3/21/2007 6:42 AM
 

Hi,

your problem is not caused by the error message. Did you set the correct ASP.Net version in IIS site settings (DNN 4 needs ASP.Net 2.0) and assign a dedicated application pool (or at least one, that does not contain any DNN3 apps)?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/22/2007 4:30 AM
 

Hi Leupold,

Thanks for ur precious time. In IIS ASP.net is set to 2.0.50727.

Assigning a dedicated application pool - I dont know how to do that.

These are the steps I followed:

----------------------------------------------------------------------------------

DNN 3.3.7 site was set up by

1. Unzipping DNN3.3.7_Install package to c:\DotNetNuke

2. Created "database.mdf" in c:\DotNetNuke folder using SQL Express 2005.

3. Opened web.config and updated the "SiteSqlServer" as Data Source=.\SQLEXPRESS;AttachDbFilename=C:\DotNetNuke\database.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"

"

4. aspnet user given full permission in c:\DotNetNuke folder

5. Created a virtual directory in IIS pointing to c;\DotNetNuke. The ASP.NET is set to 2.0.50727

6. Opened http://localhost/DotNetNuke in explorer. The installation is complete and site comes up.

For upgrading to DNN4.4.1

7. Backed up web.config to web1.config

8. Unzipped DNN4.4.1_Install package to c:\DotNetNuke directory

9. Renamed release.config to web.config

10. Copied SiteSqlServer, installationDate, machine descripton key , machine validation key to web.config from backed up one.

11. Opening the site in IE, Installtion process comes up. But at the end I am not able to access the site.

-----------------------------------------------------------------------------------------

What process I need to follow for assigning a dedicated application pool?

Thanks in advance for going through such a lengthy mail.

Swapna.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error in upgrading a DNN3.3.7 site to DNN4.4.1Error in upgrading a DNN3.3.7 site to DNN4.4.1


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