🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

problem with database connection

User: "boudi313"
New Altair Community Member
Updated by Jocelyn
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 

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "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
    User: "boudi313"
    New Altair Community Member
    OP
    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
    User: "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