Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Interrupted batches

(0) ShareShare
ReportReport
Posted on by

How can interrupted batches be cleared if ' batch recovery' procedure cannot clear?

*This post is locked for comments

  • Suggested answer
    Richard Whaley Profile Picture
    25,195 on at
    RE: Interrupted batches

    Search for the batch ID in the SY00800 in the Dynamics database and change the Batch Status to 0.  This has to be done in SQL Management Studio

  • Suggested answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Interrupted batches
    Check the Support article 850289 , the main essence of the article is the following: 
    • With all the users logged out of Dynamics GP, run the following select statements
    SELECT * FROM DYNAMICS..ACTIVITY 
    SELECT * FROM DYNAMICS..SY00800 
    SELECT * FROM DYNAMICS..SY00801 
    SELECT * FROM TEMPDB..DEX_LOCK 
    SELECT * FROM TEMPDB..DEX_SESSION
    • If any records are returned form the above, run the following delete statements;
    DELETE DYNAMICS..ACTIVITY 
    DELETE DYNAMICS..SY00800 
    DELETE DYNAMICS..SY00801 
    DELETE TEMPDB..DEX_LOCK 
    DELETE TEMPDB..DEX_SESSION
    UPDATE SY00500 SET MKDTOPST=0, BCHSTTUS=0 WHERE BACHNUMB = '#BachNumber'

    Hope this helps, 

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics

Product updates

Dynamics 365 release plans