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

Anchor
E1332
E1332
E1332

AuthenticationFail or success info log for sessionToken based authentication.

Anchor
E1342
E1342
E1342

Authentication: Session impersonateUser "login" must be provided as request parameter.The user "login" was not provided or is missing as request parameter.

Configuration

EventCodeContextEventMessageDescription / Solution

Anchor
1292
1292
E1292

ConfigurationNot enough rights to modify config with level : {level}

The config can not be modified because the user has not have rights to do so,

Anchor
1296
1296
E1296

Task Configuration

Unable to modify config {name}. The task is not in import state.The config can not be modified because the config is with level task_import and the task state is not import.

Anchor
1297
1297
E1297

Task ConfigurationUnable to load task config. "taskGuid" is not set for this entity.taskGuid is not set for this entity.

Anchor
1298
1298
E1298

Customer ConfigurationUnable to load customer config. "id" is not set for this entity.id is not set for this entity.

Anchor
1299
1299
E1299

User Configuration

Not allowed to load user config for different user.The current request to load the user config is not for the currently authenticated user.

Anchor
1324
1324
E1324

ConfigurationUpdated config with name "{name}" to "{value}"Log info when configuration value is updated.

...