Announcements
No record found.
Hi
I was working with the batch jobs
i came to know that all the batch jobs are not appearing in batch list
please let me know how to get back the batch jobs
*This post is locked for comments
If some batch jobs were deleted, you have to recreate them.
Theoretically you could try to copy them from a database backup but usually that would require more work than setting them up again. Unless you can restore the whole database backup (entire environment).
Hi Raghu, Once the record is deleted, it disappears after TTSCommit.
If you have a backup of the database, you can try to restore the contents of the Batch and BatchJob tables.
Restore the backup to the new database and run the following script.
Use AXCurrentDatabase insert into BATCH select * from New_Rescue_Database.dbo.BATCH insert into BATCHJOB select * from New_Rescue_Database.dbo.BATCHJOB insert into BATCHJOBALERTS select * from New_Rescue_Database.dbo.BATCHJOBALERTS
If this is not possible, you should define jobs.
I hope it will help you.
I think you should consider this way on form:
1. Check that Batch Job with status error, then reset Recurring for this Batch Job No.
2. Go to origin function you setup batch job, then setup Batch run as schedule again.
P/S: to check historical for this job, go to batch job history to check it. may be job ended by schedule.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Basit 1
GL-01081504-0 1
Roya 1