monErrorLog

Description

Returns the most recent error messages from the Adaptive Server error og. The maximum number of messages returned can be tuned with the errorlog pipe max messages. Requires the enable monitoring, errorlog pipe max messages, and errorlog pipe active configuration parameters to be enabled.

Columns

Name

Datatype

Attributes

Description

SPID

smallint

Session process identifier

KPID

int

Kernel process identifier

FamilyID

smallint

SPID of the parent process

EngineNumber

int

Engine on which process was running

ErrorNumber

int

Error message number

Severity

int

Severity of error

Time

datetime

Timestamp when error occurred

ErrorMessage

varchar(512)

null

Text of the error message