Procedure documentationStopping liveCache Locate this document in the navigation structure

 

In the Operating user menu you can, among other things, stop an SAP liveCache database (transfer it to operational state OFFLINE).

Note Note

If a user is performing administration functions, administration is locked for all other users.

End of the note.

The stopping of an SAP liveCache database is performed using the Database Manager with the DBM command db_offline.

Prerequisites

In accordance with the authorization concept, the user was assigned one of the roles SAP_BC_LVC_OPERATOR, SAP_BC_LVC_ADMINISTRATOR or SAP_BC_LVC_SUPERUSER.

Procedure

Stopping with the DBA Cockpit

Open the DBA Cockpit (transaction DBACOCKPIT) and choose   Properties   Display Operating Actions   Stop liveCache  .

Stopping with the liveCache Assistant
  1. In the user menu, choose liveCache Assistant (transaction LC10).

  2. Enter the name of the database connection. You can select the name from the list of existing names. You can restrict the search for the required name.

  3. Choose   liveCache   Monitoring  .

  4. Choose   Administration   Operating  .

  5. Choose Stop liveCache.

Stopping in the Background
  1. Choose ABAP Editor (transaction SE38).

  2. Enter the report name RSLVCSTOP.

  3. Create a variant of the report. You must enter the name of the database connection, among other things.

  4. You can schedule the report with the variant defined by you for background processing (Define Job (transaction SM36) Scheduling Background Jobs).

Stopping from the Operating System Level

Function Module for Starting/Stopping/Initializing

Result

All data that is currently in the data cache is saved to the data volumes. This ensures that the SAP liveCache database is in a consistent state.

The SAP liveCache database is transferred to the OFFLINE operational state.

If an error occurs during the stop, you can use the kernel log knldiag (Current Messages) and the current lcinit.log Logs to analyze the cause of the error. You will find an overview of liveCache operating in the DBA Cockpit in the user menu Properties.

The stopping of the SAP liveCache database is also logged in the SysLog of your SAP system (transaction SM21).

More Information