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 ...Upgrade problemsUpgrade problems
Previous
 
Next
New Post
11/28/2009 9:18 AM
 

In my case the cause was SQL column collation issues. The database would add its localized collation to the new table text columns added by DotNetNuke which again would cause the other installation steps to fail, so it was not enough to just create the failing SQL manually after the upgrade.

So what I did was specify the collation of the columns causing problems in the relevant places in the SqlDataProvider version files before upgrading.

Example:
ALTER TABLE Portal ALTER COLUMN [BackgroundFile] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
GO

There probably is a way to change the default collation of new columns in the database itself, but I already used too much time on this.

 
New Post
11/28/2009 10:23 AM
 

Karsten,

did you alter the database collation? this has to be case insensitive and shouldn't be modiefied.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
11/28/2009 10:44 AM
 

Sebastian Leupold wrote
 

Karsten,

did you alter the database collation? this has to be case insensitive and shouldn't be modiefied.

I think the problem could be that my database was created with a default collation set to Danish_Norwegian_CI_AS.

I really should start reading installation manuals.

 
New Post
11/28/2009 5:19 PM
 

I decided to try to fix the collation before upgrading, because I have several other DotNetNuke databases to upgrade this weekend and I don't want to have to edit the DNN update scripts manually because of misconfigured database settings.

This T-SQL script fixed my collation:

Alter Database dnn_ghddk set single_user
Alter Database dnn_ghddk --give your database name
Collate SQL_Latin1_General_CP1_CI_AS --give collation you want to apply
Alter Database dnn_ghddk set multi_user

Then I upgraded from 04.09.00 to 05.02.00 through these steps:

Upgrade 04.09.05
Upgrade 05.00.00
Upgrade 05.01.00
Upgrade 05.02.00

I also tried upgrading directly to 05.02.00, but then something was not right. The flags for language selection in my skin had disappeared, which is something that also happened in 05.00.00, but then they came back in 05.01.00.

 
New Post
11/28/2009 5:53 PM
 

the language issue has been reported afair. check Languages in Admin menu for all languages to be present and active for your site.


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 ...Upgrade problemsUpgrade problems


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