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 ...An error has occurred: books, lists, sponsors... even with sql defined in appsettingsAn error has occurred: books, lists, sponsors... even with sql defined in appsettings
Previous
 
Next
New Post
4/18/2006 4:28 AM
 

sql server 2005
win xp pro
iis 5

<connectionStrings>
<
add name="SiteSqlServer" connectionString="Data Source=6510GZ\SQLSERVER2005;Initial Catalog=DotNetNuke;Integrated Security=True" providerName="System.Data.SqlClient" />

</connectionStrings>
<
appSettings>
<
add key="SiteSqlServer" value="Server=6510GZ\SQLSERVER2005;Database=DotNetNuke;" />

...

 

as far as I know the directory gives aspnet full permissions and my login and aspnet are full privileged on sql server

Anything else it might be?   

 

An error has occurred.
Error: Links is currently unavailable.


      

 Books Minimize
An error has occurred.
Error: Books is currently unavailable.


      

 Welcome To My Website... Minimize
An error has occurred.
Error: Welcome To My Website... is currently unavailable.


      

 
New Post
4/26/2006 7:23 PM
 

I had the same problem...

In web.config, I only specified the connection string in <connectionStrings>, not in <appSettings>.  Once I did it, it all worked fine.  The Log Viewer (after logging in as admin) told me that it was a connection problem:

An error has occurred while establishing a connection to the server....

Make sure the connection string in <appSettings> is right by copy pasting your connection string you have in <connectionStrings> to <appSettings>.

It solved my problem.

 
New Post
4/27/2006 5:30 PM
 

You're right. I thought I had done that but I had an error somewhere.

This worked (where my windows login is the dotnetnuke database owner)

<connectionStrings>

<add

name="SiteSqlServer"

connectionString="Server=6510GZ\SQLSERVER2005;integrated security=true;Database=DotNetNuke;uid=;pwd=;"

providerName="System.Data.SqlClient" />

</connectionStrings>

<appSettings>

<add key="SiteSqlServer" value="Server=6510GZ\SQLSERVER2005;Database=DotNetNuke;uid=;pwd=;integrated security=true"/>

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...An error has occurred: books, lists, sponsors... even with sql defined in appsettingsAn error has occurred: books, lists, sponsors... even with sql defined in appsettings


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