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 ...SqlExpress - could not connect to database specified in connectionString for SqlDataProviderSqlExpress - could not connect to database specified in connectionString for SqlDataProvider
Previous
 
Next
New Post
11/4/2006 11:02 AM
 
I downloaded Dnn 4.3.5, unzip the source package, copied release.config to web.config and installed from the browser, but i get the error in subject.
My SO is WinXp with IIS 5.1 and SQLExpress 2005 with Windows Authentication

The strange thing is that with the same procedure i described above i have installed successfully in another pc with the same configuration
 
New Post
11/7/2006 12:12 PM
 

There appears to be a problem with your connection string. You need to include the string in your post so others can spot the problem.

Mike


Kist Enterprises
www.kistenterprises.com
 
New Post
11/7/2006 3:54 PM
 

Hi all

I have the same prob as above, these are my connectionStrings:

<connectionStrings>
<!-- Connection String for SQL Server 2005 Express -->
<add
name="SiteSqlServer"
connectionString="Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|PI.mdf"
providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2000/2005
<add
name="SiteSqlServer"
connectionString="Server=(local);Database=DotNetNuke;uid=;pwd=;"
providerName="System.Data.SqlClient" />
-->
</connectionStrings>

<appSettings>
<!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|PI.mdf"/>
<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules
<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;"/>
-->

Thx in advance

 
New Post
11/7/2006 11:22 PM
 

Hi all!

I have the same prob as above, these are my connectionStrings:

<!-- Connection String for SQL Server 2005 Express

<add

name="SiteSqlServer"

connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"

providerName="System.Data.SqlClient" />-->

<!-- Connection String for SQL Server 2000/2005 -->

<add

name="SiteSqlServer"

connectionString="Server=wolfman;Database=DotNetNuke;uid=sa;pwd=;" />

 

I use SQL Server 2000.

Error shows:

DotNetNuke Upgrade Error

The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

ERROR: Could not connect to database.

The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.

 
New Post
11/8/2006 2:33 AM
 

Hello,

I have the same problem. I have .NET Framework 2.0 must be installed. I unzipped package DotNetNuke_4.3.5_Install.zip into E:\Program Files\DotNetNuke. I created Virtual Directory in IIS called DotNetNuke which points to E:\Program Files\DotNetNuke. I made default.aspx specified as a Default Document in IIS
I renamed release.config -> web.config. I manually created SQL Server empty database named "DotNetNuke" (I have SQL Server 2005 Express Edition - SQLExpress) . I set the connection string in web.config in TWO places. Here is part of my web.config:
 ...
   <connectionStrings>
     <!-- Connection String for SQL Server 2005 Express -->
     <add
       name="SiteSqlServer"
       connectionString="Data Source=.\SQLExpress;Database=DotNetNuke;uid=;pwd=;"
       providerName="System.Data.SqlClient" />
   </connectionStrings>
   <appSettings>
     <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules   -->
     <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Database=DotNetNuke;uid=;pwd=;"/>
 ...
I browsed to localhost/DotNetNuke in my web browser. The result is:
 Error Installing DotNetNuke
 Current Assembly Version: 04.03.05
 ERROR: Could not connect to database specified in connectionString for SqlDataProvider

Robert Magdziarz, Poland

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...SqlExpress - could not connect to database specified in connectionString for SqlDataProviderSqlExpress - could not connect to database specified in connectionString for SqlDataProvider


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