problem with database connection
boudi313
New Altair Community Member
when I define a new sql connection and when I press on the test button this message is shown next:
SSO failed: naitve SSPI library not loaded check the java.library.path system property
please help me
SSO failed: naitve SSPI library not loaded check the java.library.path system property
please help me
Tagged:
0
Answers
-
This is like calling the doctor and saying "my arm is hurting" - he will probably ask you to come over so that he can have a look at your arm, or at least ask in which situation which part of your arm is hurting
Please post the settings you entered into the dialog.
Best, Marius0 -
from manage database connection I entered the name of connection then I choose the sql server (JTDS) then I wrote the server name which is my laptop name after that I press on the test button then the error is appear0
-
Hi,
if you need single sign on (Windows authentication), you need to place the ntmlauth.dll library in your Windows path. It is included in the JTDS driver:
http://sourceforge.net/projects/jtds/files/jtds/1.2.5/
Otherwise, use the regular SQL Server authentication.
Best,
Simon0