problem with database connection

boudi313
boudi313 New Altair Community Member
edited November 5 in Community Q&A
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 
Tagged:

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    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, Marius
  • boudi313
    boudi313 New Altair Community Member
    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 appear
  • fischer
    fischer New Altair Community Member
    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,
    Simon