Oracle8 Error Messages Release 8.0.4 A58312-01 |
|
Cause: oemevent was called with too few arguments.
Action: oemevent should be invoked as follows:
oemevent eventname object severity message [result...]
where:
eventname is a legal Oracle Enterprise Manager event name;
object is the name of the service or resource to which the event applies;
severity is one of the following-----alert, warning, or clear;
message is the text of the error message to be conveyed to the Oracle Enterprise Manager console;
result is zero or more strings to be returned as the results of the event.
Cause: The first argument passed to oemevent is not a valid Oracle Enterprise Manager event name.
Action: Invoke oemevent with a legal Oracle Enterprise Manager event name.
Cause: The third argument passed to oemevent is not a valid Oracle Enterprise Manager event severity level (either alert, warning, or clear).
Action: Invoke oemevent with a legal Oracle Enterprise Manager severity level.
Cause: oemevent was unable to establish a connection with the agent Comm process.
Action: Make sure that the agent Comm process is running, that it is accepting connections, and that the agent address in the snmp.ora file is correct.
Cause: oemevent was unable to send the ReportEvent RPC to the agent Comm process.
Action: Make sure that the agent is up. Try running oemevent again.