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 ...4.5.3 install issue - page navigation stuck after "run database scripts"4.5.3 install issue - page navigation stuck after "run database scripts"
Previous
 
Next
New Post
7/22/2007 12:13 PM
 

Apologies for having posted without doing my homework.  I solved my problem by simply reading the installation instructions provided by my host a little more carefully.

Just in case anyone else comes here with this issue, which arises because you are using a SQL Server 2005 instead of SQL Server 2005 Express, the solution is to edit your web.config file, as in the example below.  Everything you have to change is highlighted.

 

<connectionStrings>
    <!-- Connection String for SQL Server 2005 Express
    <add name="DotNetNuke" connectionString="Data Source=.\SQLExpress;Database=DotNetNuke_4;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Website.mdf;" providerName="System.Data.SqlClient" />
 -->
    <!-- Connection String for SQL Server 2000/2005 -->
    <add name="DotNetNuke" connectionString="Server=ServerName;Database=DatabaseName;uid=User;pwd=Password;" providerName="System.Data.SqlClient" />
  </connectionStrings>

 

AND

 

 <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules 
  
 <add key="DotNetNuke" value="Data Source=.\SQLExpress;Database=DotNetNuke_4;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Website.mdf;" />

 -->
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
    <add key="DotNetNuke" value="Server=ServerName;Database=DatabaseName;uid=username;pwd=password;" />

 

...

 </appSettings>

 

 

-Christopher

 
New Post
7/22/2007 8:18 PM
 

Thank you for posting your resolution, Chris :)


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
New Post
7/24/2007 8:22 PM
 

I'm having the exact same problem. I get the following:

Installing Database - Version 4.4.0...undefined...Success
Installation of Database Complete

And the next button that refreshes.

I've checked my webconfig, and there's nothing wrong with it. Using the exact same credentials, I can get to that database from VS2005.

Has anybody else with this problem seen another solution to this? The webconfig fix doesn't appear to be the issue with my probelm.

It looks like I picked the wrong week to quit smoking...

 
New Post
7/26/2007 10:43 AM
 

Hey bsdavey,

I am having the same issue. I have tried the web.config resolution  but to no avail.

Does someone have another solution to this problem?

Thanks.

 
New Post
7/26/2007 3:48 PM
 

I finally solve this issue.

I am using sql server 2005 express edition. I connect to this server using MS SQL Server Managment Studio Express.

I create my Database called DotNetNuke. In my Database Server (.\SQLExpress), under the Security Folder, I create da new login with Login name = MyMachineName\ASPNET and set the Default Database to the DotNetNuke Database I already created. By doing this, the InstallWizard was able to run the sql scripts and installed the various tables.

The problem was that the default Database for MyMachineName\ASPNET was set to Master instead of DotNetNuke.

In addition to this, I also created a user under the Security Folder in my DotNetNuke Database. I set the User Name for this user to ASPNET and Login name to MyMachineName\ASPNET.

 

Hope this helps.

dscarl.

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.5.3 install issue - page navigation stuck after "run database scripts"4.5.3 install issue - page navigation stuck after "run database scripts"


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