OLAP audit events

This table shows the audit events generated by the OLAP Service in response to defined administrative or database operations.
ID Name Category Severity Property name Property type Trigger Description
5000 Start Database OlapData-Database Critical DatabaseName String An OLAP database is attempted to be started on a cluster node.

Logs an attempt to start a specific OLAP database.

It includes:

  • the database name
  • the cluster node
  • the resulting state
Node String
State Enum
5001 Stop Database OlapData-Database Critical DatabaseName String An OLAP database is attempted to be stopped on a cluster node.

For example, by an administrator or a system operation.

Logs an attempt to stop a specific OLAP database.

It includes:

  • the database name
  • the cluster node
  • method of triggering, SourceOfAction
  • the resulting state
Node String
SourceOfAction Enum
State Enum
5002 Enable Reservation Mode OlapData-Administration Medium DatabaseName String The reservation mode is enabled for an OLAP database. Logs that the reservation mode is switched on for a database.

It includes:

  • the database name
  • the cluster node
  • information that the reservation mode is enabled
Node String
Enabled Boolean
5003 Get User List OlapData-Administration Medium DatabaseName String A user list for an OLAP database is retrieved.

For example, using OLAP Administration or API.

Logs that the list of users connected to an OLAP database are retrieved.

It includes the database name and the cluster node.

Node String
5004 Stop Task OlapData-Administration High DatabaseName String A running OLAP task, that is a long-lasting operation, is stopped through OLAP Administration or API. Logs that an OLAP task is stopped.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
  • the type of the stopped task
Node String
SourceOfAction Enum
Task Enum
5005 Disconnect User OlapData-Administration High DatabaseName String A user session is ended by an administrator or by a system operation. Logs that a user session was ended.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
  • the affected user
Node String
SourceOfAction Enum
User String
5006 Destroy Cache OlapData-Administration Low DatabaseName String The cache of a database is destroyed by sending the Database DestroyCache XML function. Logs the destruction of the calculated values cache from a database.

It includes the database name and the cluster node.

The cache destruction is not logged if it is triggered by the destroy-cache command.

Node String
5007 Save Database OlapData-Database High DatabaseName String An OLAP database is saved. Logs the save operation for a database.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
  • the save path
Node String
SourceOfAction Enum
Path String
5008 Backup Database OlapData-Database High DatabaseName String An OLAP database is backed up. Logs database backup operations.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
  • the backup target path
Node String
SourceOfAction Enum
Path String
5009 Apply Configuration Changes OlapData-Administration High DatabaseName String Configuration changes are applied to an OLAP database. Logs the configuration changes applied to a database.

It includes the database name and the cluster node.

Node String
5010 Reload Roles OlapData-Administration Medium DatabaseName String OLAP Security roles are reloaded for a database. Logs the reloading of security roles.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
Node String
SourceOfAction Enum
5011 Trigger Load OlapData-Database Medium DatabaseName String A load jobs operation is triggered for an OLAP database. Logs that a load jobs process for data or structures is triggered on an OLAP database.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
Node String
SourceOfAction Enum
5014 Enable request log OlapData-Administration High DatabaseName String The OLAP request log is enabled or disabled. Logs the changes to the request logging state.

It includes:

  • the database name
  • the cluster node
  • the method of triggering, SourceOfAction
  • the information on whether the request logging is enabled or disabled
Node String
SourceOfAction Enum
Enabled Boolean
5015 Get Request Log OlapData-Administration Medium DatabaseName String The OLAP request log is retrieved. Logs the retrieval of the request log for a database.

It includes the database name and the method of triggering, SourceOfAction.

SourceOfAction Enum
5016 Delete Request Log OlapData-Administration Medium DatabaseName String The OLAP request log is deleted. Logs the deletion of the request log for a database.

It includes the database name and the method of triggering, SourceOfAction.

SourceOfAction Enum
5017 Download Olap Database OlapData-Administration High DatabaseName String An OLAP database is exported as a file from the system. Logs the download operation for an OLAP database.

It includes the database name.

5019 Import Database OlapData-Database Critical DatabaseName String An OLAP database is imported. Logs the database import operation.

It includes:

  • the database name
  • the information whether an existing database is replaced.

If the database is imported from a ZIP file, it captures the information which cubes and dimensions are imported.

Replace Boolean
ImportedFiles String
5023 Start All Databases OlapData-Database Critical All OLAP databases are started at once. Logs a bulk start operation for all OLAP databases.

No properties are listed in the audit entry.

5024 Stop All Databases OlapData-Database Critical All OLAP databases are stopped at once Logs a bulk stop operation for all OLAP databases.

No properties are listed in the audit entry.

5025 Restore Database OlapData-Database Critical DatabaseName String A restore operation is initiated for an OLAP database. Logs the start of a database restore.

It includes the database name and the path to the restore source.

Path String
5026 Commit Restore Database OlapData-Database Critical DatabaseName String A pending database restore operation is committed. Logs that a restore operation was successfully committed for a database.

It includes the database name.

5027 Rollback Restore Database OlapData-Database Critical DatabaseName String A pending database restore operation is rolled back. Logs that a restore operation is successfully rolled back.

It includes the database name and the restore path.

Path String
5028 Export Database OlapData-Database Critical DatabaseName String An OLAP database is exported. Logs the export operation for a database, including database name and which cubes and dimensions were exported.
ExportedFiles String
5029 Dimension Access Right Changed OlapData-Permissions High DatabaseName String Any change to who has access to a secured dimension and the permissions granted to that access. Logs that access rights for a dimension were modified.

For example, adding or removing roles, or changing their permission level on the dimension.

Cube String
Dimension String
Hierarchy String
Element String
Role String
Permission Enum
PermissionOld Enum
5030 CreateOrEditCube OlapData-Cube High DatabaseName String A cube is created or updated. Logs the creation or the modification of a cube, including the database and cube name.
Cube String
5031 DeleteCube OlapData-Cube High DatabaseName String A cube is deleted. Logs the deletion of a cube.

It includes the database and the cube name.

Cube String
5032 UnloadWithoutSaveCube OlapData-Cube High DatabaseName String A cube is unloaded without saving. Logs the unload operation that discards unsaved changes.

It includes the database and the cube name.

Cube String
5033 PutCubeRules OlapData-Cube High DatabaseName String The rules of a cube are written. Logs that cube rules were written.

It includes the database and the cube name.

Cube String
5034 SaveCube OlapData-Cube High DatabaseName String A cube is saved. Logs the cube save operation.

It includes the database and the cube name.

Cube String
5035 ChangeCubeProperty OlapData-Cube Critical DatabaseName String The value of a cube property is changed. Logs the change of a cube property that is relevant for security.

It includes:

  • the database name
  • the cube name
  • the property name
  • the property value

The property name and the property value may occur multiple times.

Cube String
PropertyName String
PropertyValue String
5036 CreateCubePerspective OlapData-Cube High DatabaseName String A perspective is created. Logs the creation of a perspective.

It includes:

  • the database name
  • the perspective
  • the base cube
Perspective String
BaseCube String
5037 DeleteCubePerspective OlapData-Cube High DatabaseName String A perspective is deleted. Logs the deletion of a perspective.

It includes:

  • the database name
  • the perspective
  • the base cube
Perspective String
BaseCube String
5038 SaveCubePerspective OlapData-Cube High DatabaseName String A perspective is saved. Logs the save operation of a perspective.

It includes:

  • the database name
  • the perspective
  • the base cube
Perspective String
BaseCube String
5039 CreateOrEditDimension OlapData-Dimension High DatabaseName String A dimension is created or updated. Logs the creation or the modification of a dimension.

It includes the database and the dimension name.

Dimension String
5040 DeleteDimension OlapData-Dimension High DatabaseName String A dimension is deleted. Logs the deletion of a dimension.

It includes the database and the dimension name.

Dimension String
5041 LoadDimensionJob OlapData-Dimension High DatabaseName String A dimension load job is executed. Logs the execution of a dimension load.

It includes:

  • the database name
  • the target dimension
  • the mapping used
Dimension String
Mapping String
5042 ChangeDimensionProperty OlapData-Dimension Critical DatabaseName String The value of a dimension property is changed. Logs the change of a dimension property that is relevant for security.

It includes:

  • the database name
  • the dimension
  • the property name
  • the property value

The property name and the property value may occur multiple times.

Dimension String
PropertyName String
PropertyValue String
5043 CreateDimensionAttributeTable OlapData-Dimension High DatabaseName String An attribute table is created on a dimension. Logs the creation of an attribute table structure on a dimension.

It includes:

  • the database name
  • the dimension
  • the attribute table identifier
Dimension String
AttributeTableID Integer
5044 DeleteDimensionAttributeTable OlapData-Dimension High DatabaseName String An attribute table is deleted from a dimension. Logs the deletion of an attribute table structure from a dimension.

It includes:

  • the database name
  • the dimension
  • the attribute table identifier
Dimension String
AttributeTableID Integer
5045 SaveDimension OlapData-Dimension High DatabaseName String A dimension is saved. Logs the save operation on a dimension.

It includes the database and the dimension name.

Dimension String
5046 CreateOrEditDimensionSubset OlapData-Dimension High DatabaseName String A subset is created or updated. Logs the creation or the modification of a subset on a dimension.

It includes:

  • the database name
  • the owning dimension
  • the long name of the subset
Dimension String
Subset String
5047 DeleteDimensionSubset OlapData-Dimension High DatabaseName String A subset is deleted from a dimension. Logs the deletion of a subset from a dimension.

It includes:

  • the database name
  • the dimension
  • the long name of the deleted subset
Dimension String
Subset String