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 ...DotNetNuke 05.00.00 Upgrade Error Help me please!!!DotNetNuke 05.00.00 Upgrade Error Help me please!!!
Previous
 
Next
New Post
12/29/2008 8:53 AM
 

I too have this problem on one of my dev sites. After the upgrade finished I loaded the site, which did work, but the authentication did not. Sebastian do you know if I can run the sqldataprovider outside of DNN and have the same results?


Thank You!!

Paul Weinstock
 
New Post
12/29/2008 10:44 AM
 

if upgrade script did not run, it is a bit difficult to rerun it, except by removing latest version record in Versions table and call /install/install.aspx?mode=upgrade

other option is to take the script, replace all occurrences of {databaseOwner} and {objectQualifier} with it actual values and run script inside the database tool.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/29/2008 10:45 AM
 

PS: if you have problems with AD during upgrades, I suggest to remove AD registratin from web.config and reinstall the provider.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/29/2008 11:49 AM
 

I ran the script manually, but it still returned errors regarding column names throughout. Any ideas? I removed a bunch of (0 row(s) affected) and (1 row(s) affected) for space saving but below are the results......

SQL Results from Execution


Msg 2705, Level 16, State 4, Line 5
Column names in each table must be unique. Column name 'EditorControlSrc' in table 'dbo.dnn_test_PackageTypes' is specified more than once.

Msg 2705, Level 16, State 4, Line 6
Column names in each table must be unique. Column name 'PackageID' in table 'dbo.dnn_test_DesktopModules' is specified more than once.

Msg 2627, Level 14, State 1, Line 5
Violation of UNIQUE KEY constraint 'IX_dnn_test_Permission'. Cannot insert duplicate key in object 'dbo.dnn_test_Permission'.
The statement has been terminated.

Msg 2627, Level 14, State 1, Line 44
Violation of UNIQUE KEY constraint 'IX_dnn_test_ModuleControls'. Cannot insert duplicate key in object 'dbo.dnn_test_ModuleControls'.
The statement has been terminated.

Msg 2705, Level 16, State 4, Line 11
Column names in each table must be unique. Column name 'PortalID' in table 'dbo.dnn_test_Packages' is specified more than once.

Msg 207, Level 16, State 1, Line 6
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 6
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 6
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 9
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 9
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 9
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 12
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 12
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 12
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 15
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 15
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 15
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 11
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 11
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 11
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 7
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 19
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 19
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 19
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 15
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 27
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 27
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 27
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 23
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 35
Invalid column name 'PortalID'.
Msg 207, Level 16, State 1, Line 35
Invalid column name 'SkinRoot'.
Msg 207, Level 16, State 1, Line 35
Invalid column name 'SkinType'.
Msg 207, Level 16, State 1, Line 31
Invalid column name 'PortalID'.

Msg 512, Level 16, State 1, Procedure DNN360Menu_Update, Line 9
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.

Msg 512, Level 16, State 1, Procedure DNN360Menu_Update, Line 9
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
Msg 2705, Level 16, State 4, Line 5
Column names in each table must be unique. Column name 'IsWebSlice' in table 'dbo.dnn_test_TabModules' is specified more than once.

Msg 3728, Level 16, State 1, Line 5
'PK_EventLogMaster' is not a constraint.
Msg 3727, Level 16, State 0, Line 5
Could not drop constraint. See previous errors.
Msg 3728, Level 16, State 1, Line 5
'FK_dnn_test_EventLog_dnn_test_EventLogTypes' is not a constraint.
Msg 3727, Level 16, State 0, Line 5
Could not drop constraint. See previous errors.


Thank You!!

Paul Weinstock
 
New Post
12/29/2008 1:17 PM
 

you need to execute the file content as a script, otherwise conditions will not be noticed (e.g. conditional deletes)

some of the statements cannot be executed twice and will produce an error (e.g. if the column has already been added it omits "Column names in each table must be unique").

I am not sure, what is happening with test_Packages. and DNN380Menu_Update seems to be part of a 4rd party module.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DotNetNuke 05.00.00 Upgrade Error Help me please!!!DotNetNuke 05.00.00 Upgrade Error Help me please!!!


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