Executing the 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 this program.You can specify parameters with this
DBM 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 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 the Database Manager, 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 Database Manager |
<command_output_lines> |
Output text of the program |
<NL> |
Line feed |