Using information from SYS1.LOGREC

SYS1.LOGREC keeps records of unusual runtime events, such as exceptions or unexpected return codes from calls to system services. It records hardware errors, selected software errors, and selected system conditions in the LOGREC data set. You can use the LOGREC data set as a starting point for diagnosing a problem. It supplies symptom data about the failure and shows the order in which errors occurred. After you have collected this information, you should report the problem to the IBM® support center.

The following table describes the contents of the LOGREC data for PKI Services:
Table 1. LOGREC data for PKI Services
CSECT Description
IKYP0N IKYP81 IKYP8A IKYP8B Issued when an ABEND occurs in the one of the CSECTs running on the Monitor Thread.
Primary symptom string:
Component ID (PIDS):
5752XXPKI
Load module:
IKYPKID#L
CSECT:
IKYP0N, IKYP81, IKYP8A, or IKYP8B
Recovery routine:
ESTEXIT
Error information:
Consists of an abend code and reason code:
Abend code:
The character S followed by 4 hexadecimal digits or the character U followed by 4 decimal digits.
Reason code:
8 hexadecimal digits.
IKYP8A Issued when an exception is caught in the service thread routine IKYP8A01 or in the services thread request routine IKYP8A02.
Primary symptom string:
Component ID (PIDS):
5752XXPKI
Load module:
IKYPKID#L
CSECT:
IKYP8A
Failing routine:
IKYP8A01 or IKYP8A02
Error information:
Consists of either an abend code and a reason code or a facility ID and a message number.
Abend code:
If present, either the character U followed by 4 decimal digits or the character S followed by 3 hexadecimal digits.
Reason code:
If present, 8 hexadecimal digits.
Facility ID:
If present, 3 characters.
Message number:
If present, 8 hexadecimal digits.
Secondary symptom string:
USER
The user ID of the requestor.
FUNC
A function code of 8 hexadecimal digits.
IKYP8B Issued when an ABEND occurs in the PC routine (or helper routines).
Primary symptom string:
Component ID (PIDS):
5752XXPKI
Load module:
IKYPKID#L
CSECT:
IKYP8B
Recovery routine:
ARREXIT
Error information:
Consists of an abend code and a reason code.
Abend code:
The character S followed by 4 hexadecimal digits or the character U followed by 4 decimal digits.
Reason code:
8 hexadecimal digits.
IKYSCHDR Issued from the dispatcher() function when an exception is caught while creating and posting a CRL to LDAP.
Primary symptom string:
Component ID (PIDS):
5752XXPKI
Load module:
IKYAPI#L
CSECT:
IKYSCHDR
Failing routine:
IKYDSPER
Error information:
Consists of either an abend code and a reason code or a facility ID and a message number.
Abend code:
If present, either the character U followed by 4 decimal digits or the character S followed by 3 hexadecimal digits.
Reason code:
If present, 8 hexadecimal digits.
Facility ID:
If present, 3 characters.
Message number:
If present, 8 hexadecimal digits.
Secondary symptom string:
THREAD
The string DISPATCHR.
IKYSTART Issued when an exception occurs during daily_timer() processing (general housekeeping for certificate requests and issued certificates).
Primary symptom string:
Component ID (PIDS):
5752XXPKI
Load module:
IKYAPI#L
CSECT:
IKYSTART
Failing routine:
IKYDAYTM
Error information:
Consists of either an abend code and a reason code or a facility ID and a message number.
Abend code:
If present, either the character U followed by 4 decimal digits or the character S followed by 3 hexadecimal digits.
Reason code:
If present, 8 hexadecimal digits.
Facility ID:
If present, 3 characters.
Message number:
If present, 8 hexadecimal digits.
Secondary symptom string:
THREAD
The string DAY_TIMR.
IKYTIMER Issued when an exception is caught while processing a timer event in wakeup_rtn().
Primary symptom string:
Component ID (PIDS):
5752XXPKI
Load module:
IKYOSSRV#L
CSECT:
IKYTIMER
Failing routine:
IKYWAKUP
Error information:
Consists of either an abend code and a reason code or a facility ID and a message number.
Abend code:
If present, either the character U followed by 4 decimal digits or the character S followed by 3 hexadecimal digits.
Reason code:
If present, 8 hexadecimal digits.
Facility ID:
If present, 3 characters.
Message number:
If present, 8 hexadecimal digits.
Secondary symptom string:
EVENTFUNC
The name of the event routine being processed (postEvt, createEvt, or removeEvt).