SRCH_SCHERRLOG

Reserved for HCL internal use. This table contains the exception information when a job fails to execute successfully

Column Descriptions:

NameTypeDescription
SCSINSTREFNUMBIGINT NOT NULLThe instance of when the job ran
SCSERRORCLOB (1048576)The error recorded for the run of the job
TENANT_IDBIGINT NOT NULL DEFAULT 0The ID of the tenant in the multi-tenant environment
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0048SCSINSTREFNUMPrimary Key