Versions Compared

Key

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

...

Restart the custo diagnostic service and check the logs.


In case of problems with the SQL server certificate (you will see error messages like "javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target." in the custo diagnostic server log) and if it is acceptable for the customer's IT security (e.g. because the MS SQL server is on the same server as the custo dianostic server) you may configure as well a not encrypted DB connection:


diag.dataDirectory=D:/diagServerData/
diag.searchDirectory=D:/diagServerData/search
diag.dbDriver=com.microsoft.sqlserver.jdbc.SQLServerDriver
diag.dbUser=
diag.dbPass=
diag.dbUrl=jdbc:sqlserver://<Servername>:1433;encrypt=false;databaseName=<database>;integratedSecurity=true
diag.dbDialect=de.customed.orm.UnicodeSQLServerDialect
diag.dbShowSQL=false
diag.dbCollation=GERMAN