HP-UX SNAplus2 CSV Programmer's Guide
Common Service Verbs Reference
LOG_MESSAGE (HP-UX Systems Only)
Chapter 2 67
required by the message text; the first string may be
supplied in the
origntr_id
parameter instead of in
this data string.
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was unsuccessful.
Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameter:
primary_rc
SV_OK
Either the message was logged successfully, or the
message was ignored because SNAplus2 is not
currently configured to log messages of the specified
type (exception or audit).
Unsuccessful Execution
When a verb does not execute successfully, SNAplus2 returns a primary
return code to indicate the type of error and a secondary return code to
provide specific details about the reason for unsuccessful execution.
Parameter Check If the verb does not execute because of a parameter
error, SNAplus2 returns the following parameters:
primary_rc
SV_PARAMETER_CHECK
secondary_rc
One of the following:
SV_INVALID_FIRST_CHARACTER
The first character of the
msg_file_name
parameter was zero
or a space character.
SV_INVALID_MESSAGE_ACTION
The
msg_act
parameter contained a
value that was not valid.