Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Batch with no batch header

(0) ShareShare
ReportReport
Posted on by 55

I have a General Entry batch with no batch header and no transactions either.  I'd like to get rid of it but it won't let me select it. Any help would be appreciated.

*This post is locked for comments

  • Suggested answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Batch with no batch header

    You may get this corrected in one of two ways.  Either to run check links for the financial series which will supposedly get rid of such batch, or get on the SQL level in order to delete this record manually as follows;

    The script below will retrieve the GL batches with missing header;

    SELECT *
    FROM dbo.GL10001
    WHERE BACHNUMB NOT IN ( SELECT DISTINCT BACHNUMB FROM dbo.GL10000 )

    SELECT * FROM dbo.SY00500 WHERE BACHNUMB = '#BACH NUMBER' -- Enter the batch number within the double quotation 

    In case you have found any orphan, you may get them deleted manually. Consider the Dex_Row_ID field in order not to miss that specific record. Refer to the following post for further illustration on how to get them deleted;

    Checklinks - Created Batch without BatchID

  • Suggested answer
    Ian Richardson Profile Picture
    4,150 on at
    RE: Batch with no batch header

    try one of the automated solutions

    mbs.microsoft.com/.../automatedsolutionsR10

    System

    Manager

    Cannot Post Batch

    Clears the Batch Activity Table (SY00800). If a batch is stuck, this will release the batch for processing.  

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 > 🔒一 Microsoft Dynamics GP (Archived)

#1
Almas Mahfooz Profile Picture

Almas Mahfooz 3 User Group Leader

Featured topics

Product updates

Dynamics 365 release plans