PeopleSoft Community Network
Does anyone know about restartable application engine? How can i make an AE restartable?
Tags:
Hey Marcy,
Restart able properties helps the AE to restart after the last committed step in the failed run. There are many other characteristics of restart able AE.
Every App Engine has the capability of restart or disable restart, which is found on the properties tab of the app engine. When you allow restart, IF the program fails during processing, you can fix the data or
whatever and go back into process monitor and restart the program from
where it failed. App Engines have commit points within them. It will
go back to the last commit point and go forward. IF an app engine fails that has restart capability, and you just want to start from the very beginning, you will need to delete the job out of the process monitor
queue. This will clean up rows in the PS_AE_RUNCONTROL record so that you can re-submit it again. If you don't delete it, it checks this AE runcontrol record and will not allow you to resubmit it again. Be
careful though, because you might need to reset data or some flags
somewhere before you can just restart the app engine job again from the
start.
© 2024 Created by Maisam Agha. Powered by