Monday, March 12, 2012

Integrated Security

Hi,

I tried to access sql server through windows authentication with the latest 6/26 JDBC driver. My url is "jdbc:sqlserver://<hostname>:1433;integratedSecurity=true;". I was getting error "Invalid integratedSecurity property value:true". Can someone know how to resolve it?

Thanks.

run sql profiler trace. have a look of whats happening at the server perspective. verify if there is really an activity in the server|||

Thanks.

I ran sql profiler trace, and there are activity on that server and instance. Any other suggestions.

|||

JDBC driver does not support integrated authentication yet. There is effort to ship it in next release. Stay tuned.

Thanks,

No comments:

Post a Comment