Do you have any question about this error?
Message type: E = Error
Message class: DB6CK - DB6: System Check Messages
Message number: 116
Message text: Event monitor tables are not excluded from AUTO REORG
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Automatic maintenance = &AUTO_MAINT&Error message extract from SAP system. Copyright SAP SE.
DB6CK116
- Event monitor tables are not excluded from AUTO REORG ?The SAP error message DB6CK116 indicates that the event monitor tables in your database are not excluded from the automatic reorganization (AUTO REORG) process. This can lead to issues because event monitor tables are typically used for logging and monitoring purposes, and reorganizing them can disrupt their functionality.
Cause:
The primary cause of this error is that the event monitor tables are included in the list of tables that are subject to automatic reorganization. This can happen due to misconfiguration in the database settings or the reorganization settings.
Solution:
To resolve this issue, you need to exclude the event monitor tables from the AUTO REORG process. Here are the steps to do this:
Identify Event Monitor Tables: Determine which tables are classified as event monitor tables in your SAP system. These tables usually have specific naming conventions or are documented in your system's configuration.
Modify AUTO REORG Settings:
- Access the database configuration settings where the AUTO REORG parameters are defined.
- Exclude the identified event monitor tables from the AUTO REORG process. This can typically be done by modifying the configuration file or using a database management tool.
Verify Changes: After making the changes, verify that the event monitor tables are no longer included in the AUTO REORG process. You can do this by checking the configuration settings again or running a test to see if the error persists.
Monitor System Behavior: After the changes, monitor the system to ensure that the event monitor tables are functioning correctly and that the error message does not reappear.
Related Information:
If you continue to experience issues after following these steps, consider reaching out to SAP support or your database administrator for further assistance.
Get instant SAP help. Start your 7-day free trial now.
DB6CK115
Execute db6_update_db script on database server
To enable the DB2 procedure SYSPROC.WLM_COLLECT_STATS, proceed as follows: Download the latest version of the db6_update_db script from SAP Note 1365...
DB6CK114
Procedure SYSPROC.WLM_COLLECT_STATS() is missing
With IBM DB2 V9.5 FP7 and IBM DB2 V9.7 FP4 for Linux, UNIX, and Windows, a new version of the DB2 procedure SYSPROC.WLM_COLLECT_STATS was introduced....
DB6CK117
Exclude event monitor tables from AUTO REORG
In SAP Note 975352, it is recommended to disable the offline maintenance window: Choose <LS>Configuration -> Automatic Maintenance</>....
DB6CK118
WLM dispatcher is enabled
The DB2 WLM dispatcher is enabled in database manager configuration as follows: WLM dispatcher enabled (WLM_DISPATCHER) = &CURRENT_VALUE& As ...
Click on this link to search all SAP messages.