Sunteți pe pagina 1din 2

This error message can be given when you want to update an existing voucher; its not possible for

the user to update the voucher.

An application server timeout occurred while running service PprSave. Cancel the current operation
and retry. If the problem persists, contact your system administrator.
We can make the changes in 2 ways:
1)

2)

Raise OCR to update the fields in the voucher table to the correct values
Ask HCL to log on to 2nd tier PeopleSoft with EMERGEN password we can
update the vouchers ( Hardeep, Pandurang)

Example for option 1)


You can use ticket number Ticket RACA-6JFQD6 - Error Message Saving Voucher Panel when
raising an OCR:
Update ps_pymnt_vchr_xref
set pymnt_hold = 'N'
where business_unit = 'CA100'
and voucher_id in ('01779529', '01779537', '01779538', '01779567', '01780419', '01780448',
'01780495', '01780576', '01780584', '01780596', '01778165')
and pymnt_hold = 'Y';
--- Updates 11 Rows--Update ps_voucher
set post_voucher = 'D', accounting_dt = '08-Feb-06'
where business_unit = 'CA100'
and voucher_id in ('01779529', '01779537', '01779538', '01779567', '01780419', '01780448',
'01780495', '01780576', '01780584', '01780596', '01778165')
and post_voucher = 'N';

--- Updates 11 Rows---

S-ar putea să vă placă și