Return values
The logApplicationEventAlarm method returns one of the following values:
success
decryption failed - error occured decrypting the password
Password incorrect
Request is out of date
Error storing data in database
Error initializing database
Error getting the EPID
The following table displays the log events and the associated messages to Alarm Maps:
Log Message |
Message to Alarm Map |
Log Level |
Alarm Severity |
Log Message Alarm Message |
PAPP_00001 |
QAPP_00001 |
Warning |
Minor |
Application {0} reported an error from {1} at {2} with message: {3} {4} QAPP_00001: Application generated a Minor alarm |
PAPP_00002 |
QAPP_00002 |
Error |
Major |
Application {0} reported an error from {1} at {2} with message: {3} {4} QAPP_00002: Application generated a Major alarm |
PAPP_00003 |
QAPP_00003 |
Fatal |
Critical |
Application {0} reported an error from {1} at {2} with message: {3} {4} QAPP_00003: Application generated a Critical alarm |
The parameter definitions for the log entries are:
{0} – Name of the application defined on the application configuration web page (applicationID)
{1} – Application server IP or host name (appServerAddress), Session ID: (sessionID)
{2} – Application server time of the log event (timestamp)
{3} – The generated message defined by the application. Internationalization must be provided by the application (reason)
{4} – Variable Name: (varName) Variable Value: (varValue)