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.

Anchor
E1289
E1289
E1289

AuthenticationIp based authentication: Customer with number ({number}) does't exist.

The configured customer in  runtimeOptions.authentication.ipbased.IpCustomerMap 

configuration does not exist. Default customer will be used instead.

Anchor
E1290
E1290
E1290

AuthenticationIp based authentication: User with roles:({configuredRoles}) is not allowed to authenticate ip based.There is no configured ip based roles for the ip based authentication or the configured roles are not allowed per acl

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.

...