Quantcast
Viewing all articles
Browse latest Browse all 10

Windows authentication connection to SQL Server from SQL Developer

Trying to connect to SQL Server 2000 or 2005 from Oracle SQL Developer having Windows Authentication enabled on SQL Server will fail with:
“I/O Error: SSO Failed: Native SSPI Library not loaded. Check the java.library.path system property.”
Image may be NSFW.
Clik here to view.
sqldev_winauth

The solution is simple: place a dll called NTLMAUTH.DLL (NT authentication) in your system path and restart SQL Developer. Windows/System32 is always a wise choice.

Where to get this DLL? It is shipped with JTDS here.

Is there another option? Yes, enable SQL Server authentication.

Related posts:
%RELATEDPOSTS%


Viewing all articles
Browse latest Browse all 10

Trending Articles