This command is only relevant in connection with SAP applications.
You start the liveCache initialization script, which is stored on the database computer, from the Database Manager. You can specify an option with this DBM command that is passed to the liveCache initialization script by the Database Manager.
The output from the liveCache initialization script is displayed by the Database Manager CLI.
You have the server authorization SystemCmd.
exec_lcinit [<option>]
<option>:: = init | register | restart | slow | stop | shutdown
Options
Option |
Description |
init |
The liveCache instance is initialized |
register |
The liveCache libraries are loaded again; for this purpose, the liveCache instance is first transferred to the ONLINE operational state, if necessary. |
restart |
System default if you do not specify an option, the liveCache instance 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 |
OK
<return_code>,<description>)
<pgm_code>,<command>
<command_output_lines>
Values for the Reply Fields
Value |
Description |
<return_code> |
Return value of the Database Manager if the value is 0 the DBM command was executed successfully for every other value see: documentation 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 |