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 ...Is it just me? Problem running SQL Scripts to install.Is it just me? Problem running SQL Scripts to install.
Previous
 
Next
New Post
8/26/2009 4:41 PM
 

 

Hello and thank you in advance.

 

This morning I downloaded DNN 5.1 to try and install it in a virtual machine.

VM = Microsoft Windows Server 2003

SQL 2005

VIsualStudio 2005

 

I did the manual install, I've basically copied the files into a folder, and changed my web.config file... etc..

But when I ran the Auto install it fails at different places... 

 

00:00:00.015 - Installing Version: 05.00.00

00:00:00.031 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log for more information)

00:00:01.734 -   Executing Script: DotNetNuke.Data.SqlDataProvider Error! (see DotNetNuke.Data.log for more information)

00:00:02.609 - Installing MemberRole Provider:

00:00:02.609 -   Executing Script: InstallCommon

00:00:02.750 -   Executing Script: InstallMembership

00:00:03.046 -   Executing Script: InstallProfile

00:00:03.140 -   Executing Script: InstallRoles

00:00:03.312 - Upgrading to Version: 05.01.01

00:00:03.328 -   Executing Script: 05.00.01.SqlDataProvider Error! (see 05.00.01.log for more information)

00:00:03.671 -   Executing Script: 05.01.00.SqlDataProvider Error! (see 05.01.00.log for more information)

00:00:05.156 -   Executing Script: 05.01.01.SqlDataProvider Error! (see 05.01.01.log for more information)

00:00:05.421 -   Executing Application Upgrades: 05.00.01 Success

00:00:05.437 -   Executing Application Upgrades: 05.01.00 Error!

00:00:05.546 -   Executing Application Upgrades: 05.01.01 Error!

00:00:05.562 -   Cleaning Up Files: 05.00.01 Success

00:00:05.562 -   Cleaning Up Files: 05.01.00 Success

00:00:05.562 -   Cleaning Up Files: 05.01.01 Success

00:00:05.562 -   Updating Config Files: 05.00.01 Success

00:00:05.562 -   Updating Config Files: 05.01.00 Success

00:00:05.562 -   Updating Config Files: 05.01.01 Success

00:00:05.562 - Performing General Upgrades

 

I then did some digging around and found the SQL scripts that were being ran, and I quickly noticed things where they would be referencing table columbs such as File.FilesID, but the column name was actually File.FilesId,(similarly  I also found other things like UserName where it should have been Username.

I ran this scripts within a transaction in SQL(rollback ftw) to test them, but quite frankly this seems to be too much of a pain to go through all of these files. Does anyone have a solution for this? or could anyone maybe give me a blank DNN Database that I can just restore to play round with DNN?

 

 

 
New Post
8/26/2009 7:02 PM
 

The DNN install has always been extremely flaky. It will give you errors a hundred times in a row and then suddenly work.

Posting your problems here probably won't get you an answer. I have tried numerous times before and never gotten one. Now I just post her for the curiosity of seeing if a real DNN expert will ever answer.

Your best bet is to just keep trying the thing from scratch again. Go all the way back to the top of the installation instructions, start clean, and try it again. You won't do anything different, but if you try it a few dozen times you may ultimately be able to get it to work.

 

 
New Post
8/26/2009 8:39 PM
 

Make sure to configure your sql server and database using a case insensitive collation (usually some Latin_CI_AS).


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/27/2009 10:37 AM
 

 Well.

I changed the collation to

SQL_Latin1_General_CP1_CI_AS

and ran the install once again.

This time although close there were still errors within sql.. and now other places.(although I'm not quite what these errors are).

 

00:00:22.875 -   Installing Package File AspNetMembershipProvider_05.01.01_Install:  Error!

00:00:22.906 -   Installing Package File CorePermissionProvider_05.01.01_Install:  Error!

00:00:22.953 -   Installing Package File DatabaseLoggingProvider_05.01.01_Install:  Error!

00:00:22.984 -   Installing Package File DNNMembershipProvider_05.01.01_Install:  Error!

00:00:23.031 -   Installing Package File DNNMenuNavigationProvider_05.01.00_Install:  Error!

00:00:23.062 -   Installing Package File DNNTreeNavigationProvider_05.01.00_Install:  Error!

00:00:23.125 -   Installing Package File FckHtmlEditorProvider_02.00.04_Install:  Error!

00:00:24.437 -   Installing Package File FileBasedCachingProvider_05.01.01_Install:  Error!

00:00:24.484 -   Installing Package File SchedulingProvider_05.01.00_Install:  Error!

00:00:24.546 -   Installing Package File SearchIndexProvider_05.01.00_Install:  Error!

00:00:24.640 -   Installing Package File SearchProvider_05.01.01_Install:  Error!

00:00:24.687 -   Installing Package File SolpartMenuNavigationProvider_05.01.00_Install:  Error!

00:00:24.750 - Installing Optional AuthSystems:

00:00:24.750 -   Installing Package File LiveID_01.00.01_Install:  Error!

00:00:24.828 -   Installing Package File OpenID_02.00.00_Install:  Error!

 

The Sql errors seem to be linked to a broken initial variable I'm thinking that I could just clear my db. run each one by one doing a rollback fixing any errors as they come up and then just back it up.

Run it like I did before(before I got these errors and then just restore what ever is broken). Although I forsee more errors doing it this way.. I do not see another fix to this. Once again if anyone ever got one install to work and would like to share a blank DB let me know ^^;

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Is it just me? Problem running SQL Scripts to install.Is it just me? Problem running SQL Scripts to install.


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