Versions Compared

Key

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

...

The database configuration for JID is defined in $scheduler$SCHEDULER_dataDATA/config/hibernate.cfg.xml

  • Open the file $scheduler$SCHEDULER_dataDATA/config/hibernate.cfg.xml
  • Identify the property name hibernate.connection.url
  • Change it as specified herebelow:
     
Code Block
languagexml
 <property name="hibernate.connection.url">jdbc:sqlserver://servername:1433;IntegratedSecurity=true; sendStringParametersAsUnicode=false;selectMethod=cursor;databaseName=databasename</property>
  • Locate the file "sqljdbc_auth.dll" from the "auth" subfolder of the Microsoft JDBC Driver folder (use either the x86 or x64 version depending on your version of the JVM);
  • Copy this file into a folder <apath><some_path>
  • Open the file '$scheduler$SCHEDULER_homeHOME/user_bin/dashboard_environment_variables.cmd
    • If this file does not exist , then rename the file dashboard_environment_variables.cmd-example to dashboard_environment_variables.cmd
  • Add the line set JAVA_OPTIONS=-Djava.library.path<apath> path<some_path> -Xms128m -Xmx256m at to the end of the file.