Enabling Windows Authentication for SQLServer JDBC driver
The SQLServer JDBC driver allows you to login to SQLServer using a windows account (that has been granted appropriate access in SQLServer). The JDBC driver needs a native Windows DLL to perform this function.
Requirements:
- Latest version of Euclid Studio installed on a Windows server
- sqljdbc_auth.dll copied to C:\Windows\System32 on Tomcat server
Here are the files on SFTP:
In Euclid Studio:
- User: domain\user or machine\user
- Password: Windows domain or machine password
- URL: must have integratedSecurity=true; in URL