Page tree

Versions Compared

Key

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

...

EventCodeContextEventMessageDescription / Solution

Anchor
E1156
E1156
E1156

AuthenticationTried to authenticate via hashAuthentication, but feature is disabled in the config!

Please set runtimeOptions.hashAuthentication in the configuration to one of the following values:

disabled: the feature is disabled and produces this error.
dynamic: use a dynamic auth hash.
static: use a static auth hash.

See Single Click Authentication.

Categories

EventCodeContextEventMessageDescription / Solution

Anchor
E1179
E1179
E1179

Category AssocsSave category assocs: categories could not be JSON-decoded with message: {msg}

The given data for the categories is wrong; check this first.

Users & Customers

EventCodeContextEventMessageDescription / Solution

Anchor
E1047
E1047
E1047

CustomerA client cannot be deleted as long as tasks are assigned to this client.Remove all tasks first from that customer.

Anchor
E1063
E1063
E1063

CustomerThe given client-number is already in use.There exists already a customer with that client-number.

Anchor
E1048
E1048
E1048

User

The user can not be deleted, he is PM in one or more tasks.

Change the PMs in the affected tasks.

Anchor
E1094
E1094
E1094

User

User can not be saved: the chosen login does already exist.

Use a different login.

Anchor
E1095
E1095
E1095

UserUser can not be saved: the chosen userGuid does already exist.Use a different userGuid, if no userGuid was provided explicitly, just save again to generate a new one.

Anchor
E1104
E1104
E1104

CustomerThe given domain is already in use.The given domain is already defined for one of the customers.

...

EventCodeContextEventMessageDescription / Solution

Anchor
E1165
E1165
E1165

Openid

Error on openid authentication: {message} \n Request params: {request} \n Session: {session} \n Openid params: {openid}

Openid connect client exception. The error is thrown by the openidconnect library. This will output the original error message and some additional debug info

Anchor
E1173
E1173
E1173

OpenidThe OpenIdUserData attribute {attribute} was not set by the requested OpenID server.Make sure, that your IDP (identity provider) server provides the relevant attribute.

Anchor
E1174
E1174
E1174

OpenidNo roles are provided by the OpenID Server to translate5. The default roles that are set in the configuration for the customer are used.If you want to set the roles of the user through your IDP server, provide the role or roles attribute there.

FrontEndMessageBus

EventCodeContextEventMessageDescription / Solution

Anchor
E1175
E1175
E1175

Plug-In FrontEndMessageBus

FrontEndMessageBus: Missing configuration - runtimeOptions.plugins.FrontEndMessageBus.messageBusURI must be set in configuration.

Set the missing messageBusURI configuration:
Message Bus URI, change default value according to your needs (as configured in config.php of used FrontEndMessageBus). Unix sockets are also possible, example: unix:///tmp/translate5MessageBus

Anchor
E1176
E1176
E1176

Plug-In FrontEndMessageBus

FrontEndMessageBus: Response status "{status}" in indicates failure in communication with message bus.

Check the error log of the Message Bus server for further information.

Anchor
E1177
E1177
E1177

Plug-In FrontEndMessageBusFrontEndMessageBus: parse error in JSON response, the error was: "{msg}"Check the error log of the Message Bus server for further information.

Anchor
E1178
E1178
E1178

Plug-In FrontEndMessageBusFrontEndMessageBus: empty JSON response.Check the error log of the Message Bus server for further information.

EventCode Design rules / decisions

...