web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Batch Jobs are missing

(0) ShareShare
ReportReport
Posted on by 499

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

I have the same question (0)
  • Suggested answer
    nmaenpaa Profile Picture
    101,172 Moderator on at

    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).

  • Blue Wang Profile Picture
    Microsoft Employee on at

    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.

  • Suggested answer
    Tai Phan Profile Picture
    55 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans