cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to cleanup blacklist monitor log table - AGS_CC_SBLM_LOG?

SAPSupport
Employee
Employee
0 Kudos
879

Please help us how to delete the entries in the BLM log table (AGS_CC_SBLM_LOG)


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

For all changing operations in the managed system, trusted RFC is used. This requires that the end user in the managed system is authorized to call the related RFC functions via trusted RFC. Those functions are:

In releases below SAP BASIS 7.40:

/SDF/SBLM_DELETE_LOGS

/SDF/SBLM_SET_LOG2_LIMIT

/SDF/SBLM_START

/SDF/SBLM_STOP

/SDF/SBLM_EMERGENCY_DISABLE

Alternatively, you could also assign the Function Group: /SDF/SBLM_REMOTE_API

In releases SAP BASIS 7.40 and higher

SBLM_DELETE_LOGS

SBLM_SET_LOG2_LIMIT

SBLM_START

SBLM_STOP

SBLM_EMERGENCY_DISABLE

Alternatively, you could also assign the Function Group: SBLM_REMOTE_API

Additionally, to ensure the correct running of the blocklist monitor, ensure that SAP Note 2694709 - CCM-DECOM Blocklist: Corrections and Enhancements - is implemented in the system. It is is also necessary that each of the RFC users has been provided with the latest roles and authorizations from SAP Note 2257213 - Authorizations for RFC users for SAP Solution Manager 7.2 SP02 and higher.

Answers (0)