0
New Here
,
/t5/coldfusion-discussions/sql-server-driver-problem/td-p/91778
Nov 12, 2008
Nov 12, 2008
Copy link to clipboard
Copied
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
Anyone know why I'm getting this error?
Thanks
DW
TOPICS
Database access
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
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).
LEGEND
,
/t5/coldfusion-discussions/sql-server-driver-problem/m-p/91779#M9068
Nov 12, 2008
Nov 12, 2008
Copy link to clipboard
Copied
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
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advisor
,
/t5/coldfusion-discussions/sql-server-driver-problem/m-p/91780#M9069
Nov 12, 2008
Nov 12, 2008
Copy link to clipboard
Copied
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).
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/coldfusion-discussions/sql-server-driver-problem/m-p/91781#M9070
Nov 12, 2008
Nov 12, 2008
Copy link to clipboard
Copied
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.
> 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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

