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 ...Errors isntalling - searched - no answers workedErrors isntalling - searched - no answers worked
Previous
 
Next
New Post
11/28/2006 7:00 PM
 

I am attemptign to get DotNetNuke installed and running on my local machine.

Here is what ive got installed and running:

Windows Xp Pro
IE 7
SQLXPRESS 2005 and I use a seperate download of server management studio xpress
.net framework 2.0
IIS

I am attempting to install using this package:
DotNetNuke_4.3.6_Install

I have gone through pages and pages of posts that i searched for to fix this problem. im talking at least 15 different topics. I go in to one and change what they say and then I get a different error. Then I search for that error, go in to that topic change what they say and then I get a new error. etc etc round and round I go.

This is the current error I get:
-----------------------------------
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
--------------------------------

I dont need remote connections as I am running this local so I have surface area config set accordingly. however I HAVE tried allowing all remote connections and still no go. I have also tried setting the data source to local in the conenction strign which is also a no go.

This is my current connection string
<connectionStrings>
    <!-- Connection String for SQL Server 2005 Express -->
    <add
      name="SiteSqlServer"
      connectionString="Data Source=SQLEXPRESS;Initial Catalog=DotNetNuke;Integrated Security=True;"
      providerName="System.Data.SqlClient" />
 
    <!-- Connection String for SQL Server 2000/2005  
    <add
      name="SiteSqlServer"
      connectionString="Server=(local);Database=DotNetNuke;uid=nathaniel;pwd=nathaniel1234;"
      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;Initial Catalog=DotNetNuke;Integrated Security=True;"/>
     <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules        <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=Nathaniel;pwd=nathaniel1234;"/> -->

 The other error I will get if I am not getting the one i described and showed previously is a DNN install error unable to connect to database specified in sqldataprovider string

so here is my sqldataprovider string:
    <data
 defaultProvider="SqlDataProvider">
      <providers>
        <clear/>
        <add
          name="SqlDataProvider"
          type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
          connectionStringName="SiteSqlServer"
          upgradeConnectionString=""
          providerPath="~\Providers\DataProviders\SqlDataProvider\"
          objectQualifier=""
          databaseOwner="dbo"/>
      </providers>

 

I would VERY much appreciate some assistance.

 
New Post
11/29/2006 12:24 AM
 
1) Your DataSource should be ./SQLExpress if you used the default server name.

2) If you want to access the DB with SQL Management Studio and DNN then check out my blog at www.dotnetnuke.com/Community/BlogsDotNetNuke/tabid/825/EntryID/1202/Default.aspx.  Make sure you start a clean install just to make sure something you have done in the past does not mess up the outcome.

Hope this helps you get up and running with DNN and SQL Express. Post any additional problems here that you have with connection to SQL Express and I will try to help you.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Errors isntalling - searched - no answers workedErrors isntalling - searched - no answers worked


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