Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

PEOPLESOFT

TROUBLESHOOTING JOBSET ERROR(S) USING DIAGNOSTIC FRAMEWORK PLUGIN


OCTOBER 1, 2014 ADMIN
During an implementation, I kept observing the following error in the process lo
g for every process that was run on PSNT process scheduler. Also, kept seeing th
e dump files on PSNT logs folder e.g. \LOGS\PSPRCSRV.8880
File: /vob/peopletools/src/psschdlr/psschdlrschdljob.cppSQL error. Stmt #: 273
Error Position: 0 R eturn: 8601
[IBM][CLI Driver][DB2/AIX64] SQL0181N The stri
ng representation of a datetime value i s out of range. SQLSTATE=22007 (SQLSTAT
E 22007) -181 Failed SQL stmt:UPDATE PS_SCHDLDEFNINFO SET NEXTSTARTDTTM = :1,REC
URDTTM = :2 WHERE SCHEDULENAME = : 3 AND JOBNAMESRC = :4
On further analysis I
ring development, for
ong format. I updated
e time format and the

discovered that when we had created a Jobset definition du


some reason the begin datetime in the database was in a wr
the database row for PS_SCHDLDEFNINFO with the correct dat
error does not re-appear.

This is actually a known issue within Peoplesoft, and Peoplesoft has created a D
iagnostic Framework (DFW) plugin to aid with analysis of these errors. The plugi
n is called DFW_CHK_PRCS_JOBSET and helps us determine any Jobsets with corrupt
values for start time.
http://excalliper.com/blog/?p=34

You might also like