Skip to main content

Notifications

Microsoft Dynamics GP (Archived)

Batch with no batch header

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
    Mahmoud Saadi 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
    Ian Richardson 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans