Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_REPORT^STARTUP^ERROR
A-104
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_REPORT^STARTUP^ERROR
_REPORT^STARTUP^ERROR reports fatal startup errors to the $0 EMS collector,
resulting from _STARTUP procedure startup parameter or configuration errors.
internalcode input
INT:value
is an internal code that you can assign strictly for your own use.
severity input
INT:value
is one of the following values, indicating the severity of the event logged to EMS:
text input
STRING .EXT
is the error text. The text string must be terminated by a null character.
Considerations
The internal code is designed to assign a code for locating the point of the error in the
program.
_REPORT^STARTUP^ERROR ([ internalcode ]
,[ severity ]
,[ text ] );
_EMS^EVENT^INFO
The event is a nonfatal informative message; it is
defined earlier in this appendix.
_EMS^EVENT^CRITICAL
The event reports a critical but nonfatal condition; it
is defined earlier in this appendix
_EMS^EVENT^FATAL
The event reports a critical and fatal condition; it is
defined earlier in this appendix.