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 ....Net SqlClient Data Provider error number: 15364.Net SqlClient Data Provider error number: 15364
Previous
 
Next
New Post
5/29/2012 5:24 PM
 

Hi Cathal,

I did manually create the file.  I got error 15364 while installing a "Typical" install using the Installation Wizard.

When that failed, I also manually editted the web.config file.  The only apparent difference seems to be that it offers the correct database name, rather than the default.  I still get error 15364 with a SQL logon and 15350 using integrated security.

Here is how I modified the connection string:
    <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=False;AttachDBFilename=|DataDirectory|DotNetNuke.mdf;" providerName="System.Data.SqlClient" />

Any thought on where my problem is ? ... Steve.

 
New Post
5/30/2012 8:36 AM
Accepted Answer 

ok, it's your connection string at fault , it should not contain any user instance or attachdbfilename parts - also the one that you show does not have a database name i.e. your connection string disables user instances but doesnt tell sql where to go. If you're not using sql express instances, then your connection will look simiar to one of the following. In the first case it requires sql authentication to be enabled, the 2nd string does not require a username/password as it will use the accessing user (i.e. the user your site runs under)

<add name="SiteSqlServer" connectionString="Server=.\SQLExpress;Database=DotNetNuke;uid=SomeUser;pwd=SomePassword;" providerName="System.Data.SqlClient" />

<add name="SiteSqlServer" connectionString="Server=\SQLExpress;Database=DotNetNuke;Trusted_Connection=True;" providerName="System.Data.SqlClient" />

 


Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
5/30/2012 1:42 PM
 

Thanks Cathal.

That got me through the install process!  Thanks for your patience and comments!

Now I can start to kick the tires!

... Steve.

 
New Post
5/30/2012 1:45 PM
 

Thanks Cathal.

That got me through the install process!  Thanks for your patience and comments!

Now I can start to kick the tires!

... Steve.

 
New Post
5/30/2012 6:24 PM
 
Glad to hear you're up and running. BTW if you're new to DotNetNuke I recommend the wiki getting started page for links to useful (and mostly free) stuff - http://www.dotnetnuke.com/Resources/Wiki/Page/Getting-Started.aspx

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ....Net SqlClient Data Provider error number: 15364.Net SqlClient Data Provider error number: 15364


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