Hello,
In a Data feed, I would like to use MS SQL database as a data source.
I have installed the JDBC MS SQL driver (Microsoft JDBC Driver 4.0 for SQL Server) in [mashzone installation folder]/jdbcdrivers.
This works fine, I can connect to databases using local SQL users as credentials.
My issue is that I can't use Active Directory user as credential (NTLM or Kerberos authentification). I have tried various solution :
[domain name]\[username] OR [username]@[domain name]
The error is attached to this post.
Would anyone know how to proceed on this issue ?
Many thanks,
Fred
Helmut Barro on
Have you tried following the approach described by Microsoft?
http://msdn.microsoft.com/en-us/library/gg558122.aspx
The important points:
- use Microsoft JDBC Driver 4.0 for SQL Server
- add "integratedSecurity=true" to your URL
- reference the "sqljdbc_auth.dll" correctly
Please note that this functionality is not something specific for MashZone, and hence not officially supported. But it could work out of the box.