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

Datasource failure

Guest
Sep 24, 2009 Sep 24, 2009

I have a CF8 developer installation on a RHEL5 machine

and MS SQL 2005 on Windows Server 2003

When trying to create a datasource in CF Administrator I get one of two errors:

If I provide a username and password in the connection dialog box:

The root cause was that java.sql.SQLException...user is not associated with a trusted SQL Server Connection

If I don't use a username/password it tells me:

Username not specified and the driver could not establish a connection using Kerberos (type4) integrated security.

The root cause was that java.sql.SQLException... no login modules configured for JDBC_DRIVER_01

I can connect to MSSQL on my production instance of CF which is installed on the same box as SQL Server.  If I can not get a development box set up I can not see the databases in Dreamweaver.  I feel like I am running in circles.

TOPICS
Database access
1.1K
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
Community Expert ,
Sep 26, 2009 Sep 26, 2009
LATEST

If I provide a username and password in the connection dialog box:

The root cause was that java.sql.SQLException...user is not associated with a trusted SQL Server Connection

That sounds like a well-known MS SQL authentication problem. You have to change the Authentication Mode of the SQL server from "Windows Authentication Mode (Windows Authentication)" to "Mixed Mode (Windows Authentication and SQL Server Authentication)".

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