Forum Discussion
- SiKingCommunity ExpertCan't be done!
http://support.microsoft.com/kb/313100#6 - You should be able to do this with a jTDS JDBC driver - http://jtds.sourceforge.net/
and http://stackoverflow.com/questions/167464/can-i-connect-to-sql-server-using-windows-authentication-from-java-ee-webapp
Let me know if this works.
Thanks,
Michael Giller
SmartBear Software- veeraOccasional Contributor
Hello,
Here are the steps I had followed to connect to SQL server through Windows Authentication and It is not working. Please help me if you can.
1. Downloaded the jTDS driver and ntlmauth.dll file
2. Placed the driver file in Ready API --> bin --> ext folder
3. Placed the "ntlmauth.dll" file in Ready API --> bin folder
4. JDBC String used "jdbc:jtds:sqlserver://<HOST:127.0.0.1>:<PORT:1433>/<DB>;trusted_connection=yes"