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

If you connect to the MSSQL server with a Windows DOMAIN\USER account then it could be that you get an error during the setup:

Code Block
 SQLException: Login failed for user 'DOMAIN\USER'

The given userid used to make the connection presents itself as a SQL\USER account, instead of a DOMAIN\USER account.

A check on the MsSQL server indicates that the given userid used to make the connection presents itself as a SQL\USER account, instead of a DOMAIN\USER account.
You can continue the setup but the database tables are not created and the JobScheduler doesn't start.

Follow this step to fix it after the setup:

  • edit $SCHEDULER_DATA/config/sos_settings.ini
    No Format
     urlh1. jdbc(:jtds):sqlserver://[servername]:1433;<span style"color:red">IntegratedSecurith1. true;</span>sendStringParametersAsUnicodefalse;selectMethoh1. cursor;databaseName[databasename]
     start $SCHEDULER_HOME\install\scheduler_install_tables.cmd to create the database tables.
    
  • edit $SCHEDULER_DATA/config/factory.ini
    No Format
     db h1. jdbc -class... jdbc(:jtds):sqlserver://[servername]:1433;<span stylh1. "color:red">IntegratedSecuritytrue;</span>sendStringParametersAsUnicodh1. false;selectMethodcursor;databaseNamh1. [databasename] -user... -passworh1. ...
    
  • edit $SCHEDULER_DATA/config/hibernate.cfg.xml
    No Format
     <property name"hibernate.connection.url">jdbc(:jtds):sqlserver://[servername]:1433;<span stylh1. "color:red">IntegratedSecuritytrue;</span>sendStringParametersAsUnicodh1. false;selectMethodcursor;databaseName=[databasename]</property>