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 ...Problem with Database access attempting to Install 4.3.5Problem with Database access attempting to Install 4.3.5
Previous
 
Next
New Post
10/12/2006 9:14 PM
 

It appears that you have added a second connection string with name or key of "DotNetNuke" along with those with name or key of "SiteSqlServer" under the <connectionStrings> and the <appSettings> nodes of web.config.  Why, I'm not sure.  The connection strings for the name or keys of "SiteSqlServer" are totally incorrect for your configuration.  Those with the name or key of "DotNetNuke" appear to be nearly correct but will not be used.  It is the "SiteSqlServer" connection strings that DNN will be using.  Try the following:

<connectionStrings>
     <add name="SiteSqlServer"
              connectionString=".\SQLEXPRESS;Database=DotNetNuke;uid=dnnUser;pwd=dnnUser1;"
              providerName="System.Data.SqlClient" />
</connectionStrings>

and

<appSettings>
    <add key="SiteSqlServer" value=".\SQLEXPRESS;Database=DotNetNuke;uid=dnnUser;pwd=dnnUser1;" />

  <!-- other appSettings key-values here -->
</appSettings>


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
10/14/2006 12:00 PM
 

Thanks to everyone who has responded to this thread...

As suggested... I altered my web.conifg and managed to get it install! Thanks imagemaker!

But... I received the following error message at the end of the install!

I'm not sure what it means... but it obviously is the monkey that is stopping the show now.

Maybe its time I started over one more time... ???

Server Error in '/DotNetNuke_2' Application.

Thread was being aborted.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ThreadAbortException: Thread was being aborted.]
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +483
   System.Web.HttpApplication.ResumeSteps(Exception error) +539
   System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +144
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +300


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42  

 
New Post
10/14/2006 1:02 PM
 

I've recently been trying to install DNN 4.3.5 on my local machine as well.  I think I received every one of the errors you included in your original post when I tried to run the install.  I finally tried to verify that I could access my SQL 2000 Database by creating a test ODBC System DSN.  I could connect to the DotNetNuke database successfully, so I knew it wasn't a problem with my database.

I fixed the connectionString error by changing the SQL database Security properties to authenticate using "SQL Server and Windows" instead of just "Windows only".  This requires the database to use the uid and pwd that you setup for the database user assigned to the DotNetNuke database.

Once I changed the way the DotNetNuke database authenticated the login ID I ran the install again and it installed successfully.

Hope this helps.

 
New Post
10/16/2006 4:59 PM
 
I recently ran into a problem described earlier in this post when DNN portal functioned for several days and then suddently stopped - now when trying to connect I get different kinds of database errors similar to what is being discussed here.

I don't know the solution yet, but I think I might have found a problem. On the server machine (via local console) I went into Start > Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Configuration Manager. This brought up the "SQL Server Configuration Manager" window (I use SQL Server 2005 Express). In that window, under "SQL Server 2005 Services" I see two items: "SQL Server (SQLEXRESS)" and "SQL Server Browser", both in the "Stopped" state. I suspect that this means that SQL Server is not running, thus DNN is not able to connect to the DB. The "SQL Server (SQLEXPRESS)" service is currently stopped even though it is configured to automatically start. Also, when I tried to start the service via right click > Start, I was not able to do so (after 10-15 seconds got the message "The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details".

Now, I don't know what's the reason the SQL Server service is not running and cannot be started, but I suspect this might be a root cause for my DNN problem.
 
New Post
10/23/2006 8:48 PM
 
Here are the steps that I followed to resolve my problem (related specifically to DNN with SQL Express):

http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/21459/scope/posts/Default.aspx
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problem with Database access attempting to Install 4.3.5Problem with Database access attempting to Install 4.3.5


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