Question
3
Replies
2957
Views
Posted: August 10, 2017
Last activity: September 28, 2017
Closed
How to Delete Old Agent Schedule for a particular agent?
Need to delete old agent schedule for ProcessBatchJob agent before creating a new simulation.
***Updated by moderator: Lochan to add Categories***
Hi Debraj,
You can do it in the database, delete from PR_DATA where pzInsKey = '<actual_pzInsKey_value' (for the affected agent schedule rules for the affected nodes).
But you should take the full backup of pr_data table before doing anything. And also stop the node.
Also refer below links which might be helpful:
https://pdn.pega.com/support-articles/after-updating-pega-717-agent-schedule-remains-deleted
https://pdn.pega.com/how-modify-existing-agent
Thank you
-Abhishek