BIRT Exchange Forum: connect to SQL Server using Windows Authentication? - BIRT Exchange Forum

Jump to content


 

No Latest Open Poll.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

connect to SQL Server using Windows Authentication? Rate Topic: -----

#1 User is offline   a259746 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 01-May 08


Posted 25 October 2011 - 05:13 AM

I am using e.spreadsheet v9sp3
Need to connect to a SQL Server with an ID that is set up to only connect using WINDOWS AUTHENTICATION.
I am able to connect perfectly fine to another SQL db that allows SQL Authentication.
Please help me with the Driver, Driver Class, Database URL and any drivers or CLASS files i may need to install/save to my PC. Thanks in advance.
0

#2 User is offline   blagerweij Icon

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 28-June 09


Posted 08 February 2012 - 03:46 PM

View Posta259746, on 25 October 2011 - 05:13 AM, said:

I am using e.spreadsheet v9sp3
Need to connect to a SQL Server with an ID that is set up to only connect using WINDOWS AUTHENTICATION.
I am able to connect perfectly fine to another SQL db that allows SQL Authentication.
Please help me with the Driver, Driver Class, Database URL and any drivers or CLASS files i may need to install/save to my PC. Thanks in advance.


Using Microsoft JDBC:
jdbc:sqlserver://localhost;integratedSecurity=true;
(make sure you add the sqljdc_auth.dll on the java.library.path)


Using open source jTDS:
jdbc:jtds:sqlserver://localhost/dbname;domain=MYDOM
Leave username and password blank, add ntlmauth.dll to java.library.path; see README.SSO in the distribution

Kind regards,

Barry Lagerweij
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users