Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SQL Server driver Problem

New Here ,
Nov 12, 2008 Nov 12, 2008
I just got a new computer and had to reload all of my software including SQL Server and Cold Fusion. I've got everything set up now, but for some reason, I can't get Cold Fusion to access the database at all. I get the message "Login failed for user 'dwright'. Reason: Not associated with a trusted SQL Server connection." The ID exists and is set up with the appropriate privileges.

Anyone know why I'm getting this error?

Thanks

DW
TOPICS
Database access
570
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advisor , Nov 12, 2008 Nov 12, 2008
Verify that your SQL Server allows Mixed mode authentication. This is disabled by default in SQL 2005 (and possibly 2008, if I'm wrong someone please correct me).

Translate
LEGEND ,
Nov 12, 2008 Nov 12, 2008
I am not an expert on this and can only offer some very vague advice.

I have read many times that the default configuration of SQL server does
not enable the type of connection required by ColdFusion. Something
about named pipes or something like that.

HTH
Ian
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Nov 12, 2008 Nov 12, 2008
Verify that your SQL Server allows Mixed mode authentication. This is disabled by default in SQL 2005 (and possibly 2008, if I'm wrong someone please correct me).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 12, 2008 Nov 12, 2008
LATEST
JR Bob Dobbs wrote:
> Verify that your SQL Server allows Mixed mode authentication. This is disabled by default in SQL 2005 (and possibly 2008, if I'm wrong someone please correct me).
>
>

That is what I have read many times. 🙂 I just could not recall the
correct terminology.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources