I/O Error: SSO Failed: Native SSPI library not loaded.
Full message:
I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.
I have downloaded the ntlmauth.dll and pasted copies of it in the system\32 folder, the C:\Program Files\Java\jre1.6.0_06\bin folder and the TOS folder. And still get this error message.
The SSO README document states:
In order for Single Sign On to work, jTDS must be able to load the native
SPPI library (ntlmauth.dll). Place this DLL anywhere in the system path
(defined by the PATH system variable) and you're all set.
How do I make sure that the file is in the correct path for jTDS to engage it?
welcome fanner71,
make sure that your repository is in your path system by editing it !
If not add it at the end of the PATH (don't forget the separator ; on windows)
but normally by adding dll in system32 it should be ok (system know it
by the other hand if it still not working have a look at
this topic .
last idea is to add a jvm argument to lauch your job with
-Djava.library.path= your library path a nice discusion on it at
sun forum regards
laurent
Pls help. Am getting the same error message when trying to connect to SQL Server database.
Full message:
I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.
Had been directed to
https://community.talend.com/t5/Installing-and-Upgrading/resolved-trouble-connecting-with-MSSQL-with... and have copied and pasted ntlmauth.dll into system32 directory and restarted TOS but still getting the same message. Have successfully connected using SQL Developer, Advance Query Tool, Aqua Data Studio) but TOS giving me issues. What else can I do/check.
Thanks
I am facing the same error problem. but i cnt reboot, as i am running the batch file on the machine without talend. java jre7 is proprly installed. how to overcome SSO Failed error?
Did you export your jobs created in 64 bit machine then importing them to 32 bit Talend environment?
Could you please give us more information about your current situation.