Batch Transcript Generation process(SRPCTDRB) going to Error
Hi Team,
Currently we are on PeopleSoft Campus Solution version 9.2 and Peopletools version 8.58.07.
We are facing issue in the delivered cobol process Batch Transcript Generation process(SRPCTDRB) going to Error. From the trace, found that the cobol is trying to insert the duplicate Report Number field in the SA_RPT_RSLT_HDR table.
The process is going to error because it is trying to insert the Report Number 1 again to the SA_RPT_RSLT_HDR table and hence causing the duplicate error. As per the behaviour found that this table is able to support data for 16 unique Acad career and after that the process is again resetting the Report Number value to 0 and trying to insert report number with value 1 again.