Start of Content Area

Procedure documentation Stopping liveCache  Locate the document in its SAP Library structure

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

Note

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

The stopping of a liveCache database instance 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.

You are in the user menu of the user with the authorizations that correspond to this role.

Procedure

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 names 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 liveCache database instance is in a consistent state.

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

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.

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

More information:

Starting liveCache

Initializing liveCache

 

End of Content Area