Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 Database Connection to SQL Server 2005 using JDBC

Author  Topic 

MGouders
Starting Member

30 Posts

Posted - 2007-06-05 : 11:21:04
Hi,
Trying to connect to SQL Server 2005 using Microsoft JDBC driver returns the following error message.

com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.

The data connection is used within Eclipse and since the Microsoft Driver does not show up in the JDBC Connection Profile dialog box,the this driver is added to the JDBC Generic Driver under the Driver Definition dialog box.

Der URL Parameter fuer die JDBC Verbindungseigenschaften ist folgendermassen angegeben:
The following URL parameter is used under the JDBC Connection Properties: jdbc:sqlserver://DAC-MKTSQL;databaseName=SAP_Intranet;integratedSecurity=true;

Any help is appreciated,
Mike
   

- Advertisement -