Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

ExactTarget - What's Your Score
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
Aspose - The .NET & Java component publisher
 


  Sponsors  

Meet Our Sponsors

The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
Red-Gate Software
MaximumASP
SourceGear - Tools for Developers
.: CounterSoft :.
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Configure It! (...  Configure SQL2005 Database
Previous Previous
 
Next Next
New Post 5/13/2008 4:44 PM
User is offline Rhys
51 posts
10th Ranked


Re: Configure SQL2005 Database 

From this bit of your original post "I have verified the login by logging on to a machine as the user opening sql2005 & opening the database with no errors." it's clear that you're trying to enter domain account details into the DNN install - this won't work, but I think you already know that .

It's probably easiest to use a SQL Login for DNN, the following SQL script will create one for you if there isn't one available;

USE [master]
GO
CREATE LOGIN [DNNUser] WITH PASSWORD=N'SomeSafePassword', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF
GO
USE [MyDNNDatabase]
GO
CREATE USER [DNNUser] FOR LOGIN [DNNUser]
GO
USE [MyDNNDatabase]
GO
EXEC sp_addrolemember N'db_owner', N'DNNUser'
GO

Change the various names as appropriate, then use the login name and password as your DNN database login details. Using this login the DNN app will have full access to the database (but not the database server) so, from a security perspective, if your DNN is compromoised, so is your database.

It's also worth bearing in mind that sometimes 'login failed' can mean other things like  'Couldn't find server' or 'Couldn't read connection string'  - just make sure you double check everything 


www.rmjcs.com - Mostly SQL Server Stuff
 
New Post 5/13/2008 8:30 PM
User is offline tango
6 posts
10th Ranked


Re: Configure SQL2005 Database 

Thanks Rhys,

Thsi script was helpful & also noted that i spelt the database wrong when i created it.

Have a great day!

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Configure It! (...  Configure SQL2005 Database
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Aricie
Aricie is one of the French pioneers and experts in DotNetNuke technology.
www.aricie.com
AFUEGO!
Looking for Free DNN Hosting?
www.AFUEGO.com
Code 5 Systems, LLC.
The DNN Missing Link: A Form Module. Form Master 1.6 is an intuitive Form Creation Module at a great price. Quality Custom Module development, and DNN consulting services.
www.code5systems.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP