Show TOC

exec_lcinitLocate this document in the navigation structure

Use
Note

This command is only relevant in connection with SAP applications.

Use this command to start the liveCache initialization script, which is stored on the database computer, from Database Manager. You can specify an option with this DBM command that is passed to the liveCache initialization script by Database Manager.

The output from the liveCache initialization script is displayed by Database Manager CLI.

Prerequisites

You have the server permission SystemCmd.

Structure

exec_lcinit [<option>] [debug] [-uSQL <sap_user>, <password>] [-e <ASCII | UNICODE>]

<option> :: = init | register | restart | slow | stop | shutdown

Option

Description

init

Initializes the liveCache database

register

The liveCache libraries are reloaded. If necessary, the liveCache database is transferred to the ONLINE operational state first.

restart

System default if you do not specify an option

The liveCache database is restarted.

slow

The kernel variant slow is started.

stop

The DBM command db_stop is executed.

shutdown

The DBM command db_offline is executed.

debug

The kernel variant test is started.

uSQL <sap_user>,<password>

-uSQL: Opening an SQL Session

ASCII

The default codepage for the SAP user is ASCII.

UNICODE

The default codepage for the SAP user is UNICODE.

Result

OK

<return_code>,<description>)

<pgm_code>,<command>

<command_output_lines>

Value

Description

<return_code>

Return code of Database Manager

If the value is 0, the DBM command has been executed successfully.

For any other value, see Messages.

<description>

Message short text

<pgm_code>

Return value of the liveCache initialization script

<command>

Executed command line

<command_output_lines>

Output text of the program

More Information