Execute liveCache Initialization Script
This command is only relevant in connection with SAP applications.
Use
You are logged on to the Database Manager CLI and start the liveCache initialization script stored on the database server from the Database Manager.
You can specify parameters with this DBM Server command that are passed to the liveCache initialization script by the Database Manager. The output from the liveCache initialization script is supplied by the Database Manager CLI.
Prerequisites
You have the DBM operator authorization
SystemCmd.Syntax
exec_lcinit [<lcinitparams>]
Successful Reply
OK<NL>
0,<err_description><NL>
<pgmcode>,<command><NL>
<command_output_lines><NL>
Error Message
ERR<NL>
<err_code>,<err_description><NL>
<pgm_code>,<command><NL>
<command_output_lines><NL>
Values for the individual fields of the reply
<err_code> |
Error number of DBM Server. If successful the error number is 0 |
<err_description> |
Description of the error |
<pgm_code> |
Return value of the executed program |
<command> |
Command line executed by the DBM Server |
<command_output_lines> |
Output text of the program |
<NL> |
Line feed |