Hi,
I built a restartable AE program. This program reads the data from delivered psft tables and writes into flat files using file layout. The data is read from tables and inserted into temp tables using insert and select (set processing) and then from temp tables it is written into a flat file. Select-insert is done by one step with action SQL and writing flat-file is done by the next step with action peoplecode. Likewise there are many steps and combination of one SQL and peoplecode creates a flat-file.
The problem is when AE aborts at some step and goes to no success in case of data error, and after correcting the data when i restart it doesnt create output flat files but does insert the data into temp tables and goes to success.
Pls help me out.
Thanks
Sammy
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
I'm guessing this has to do with the way you are opening the file in your peoplecode section. What is the code that you have?
I would actually just disable the App Engine's Restart property. I don't think you need it in such a program. This way, you need to re-run the program after it fails instead of restarting it.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Ya i agree with Lepa.. You ve to open the file in append mode, to append the data when u r restarting it so that the data will be appended to the exitsting file.
Regards,
Hari.A