Versions Compared

Key

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

...

Info
titleMissing windows/unix.config settings


When:

  • Installing or upgrading SSO and executing the setup script

What:

  • Setup script complains about missing Accounting Service settings (one or many errors):

    Code Block
    languagetext
    error: required parameter is missing: accounting.instancename
    error: required parameter is missing: accounting.datasource.url
    error: required parameter is missing: accounting.jms.broker.host
    error: required parameter is missing: accounting.jms.broker.port
    error: required parameter is missing: accounting.jms.broker.socket-timeout-ms


Why:

  • The necessary settings have not been added to or have been deleted from the configuration file win32.config/unix.config

How to fix:

  • Add the settings and modify the values according to your needs in win32.config/unix.config file as explained here and continue from the setup script again

...