Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » Connect to SQLServer through JDBC using Windows Authentication
Connect to SQLServer through JDBC using Windows Authentication [message #756801] Tue, 15 November 2011 07:29
Srinivasan Iyer is currently offline Srinivasan IyerFriend
Messages: 36
Registered: October 2011
Member
You will need to pass the following properties to the jtds driver:
useNTLMv2=true and domain=yourdomain

For eg:
jdbc:jtds:sqlserver://192.168.3.6:1099/db_test;instance=test;useNTLMv2=true;domain=workgroup

More information:
http://stackoverflow.com/questions/3682852/sql-server-connect-with-windows-authentication
Previous Topic:Appropriate Mysql Version INNODB Error
Next Topic:IPP - Displaying Popup window for External Web UI
Goto Forum:
  


Current Time: Fri Apr 26 14:26:01 GMT 2024

Powered by FUDForum. Page generated in 0.03117 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top