Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

When Should your DB Server only supports windows authentification SQL Server instance exclusively support Windows authentification then it is possible that you get receive an error while like this when starting JobScheduler like this:

Code Block
 Z-JAVA-105 Java exception java.sql.SQLException("I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.
 SSO Failed: Native SSPI library not loaded. Check the java.library.path system property."), method=connect []

This error occurs , when the jTDS driver is used. To solve the problem please downlaod the driver with your actual current version http://sourceforge.net/projects/jtds/files/jtds. In the zip file there is should be a file named ntlm.dll in the folder x86/SSO. Please copy this DLL .dll file to the folder jre/bin of the JVM used by JobScheduler. Restart JobSchedulerThen restart JobScheduler to make changes effective.