Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

(0) ShareShare
ReportReport
Posted on by 155

I have a "batch" hanging out there that I can't open because it has no ID.  Can someone help me please?

*This post is locked for comments

  • L Vail Profile Picture
    65,271 on at
    RE: Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

    I'm going to second the vote for financial reconcile, but ONLY if it is a GL entry you're trying to find. Otherwise, run checklinks on the 'WORK' transactions of the subsidiary batch.

    Kind regards,

    Leslie

  • Suggested answer
    Redbeard Profile Picture
    12,931 on at
    RE: Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

    Richard is right - typically the Check Links maintenance routine will create a Check Links batch when run against the financial tables.  Just click on series > financial on the left, choose insert all and then click process.  Make sure you have a backup before running this process.

  • Richard Wheeler Profile Picture
    75,848 Moderator on at
    RE: Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

    If you want to do this within GP I would suggest running Check Links(MS Dynamics GP->Maintenance->Check Links). Run this on all series. Hopefully you will see a line about batch header being recreated. Always do a backup of your company database prior to running check links.

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

    Which module did it originate in, and which module are you trying to open it in?

    Assuming you are familiar with SQL, I would recommend taking a look at this article and running the SELECT statements to see if it yields any results.

    support.microsoft.com/.../en-us

    Between this KB and Mahmoud's scripts you should be good to go.

  • Suggested answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

    cmsnyder07 

    You may want to manually update the empty batch-id record. For the financial series, here are the tables to check:

    • SY00500 table, BACHNUMB field
    • GL10000 table, BACHNUMB field
    • GL10001 table, BACHNUMB field

    The following scripts will retrieve the records with the empty batch-id field; 

    SELECT * FROM dbo.GL10000 WHERE [BACHNUMB] = ''
    SELECT * FROM dbo.GL10001 WHERE [BACHNUMB] = ''
    SELECT * FROM dbo.SY00500 WHERE BACHNUMB = '']
    

    Once the records are identified, you need to manually updated these records with a specific batch id. You can proceed with posting the batch from the application level.

    If you don't have the proper knowledge to handle such update statement, consult your partner. Never forget that the "back up" is a must.

    Your feedback is highly appreciated, 

  • Suggested answer
    MichaelC Profile Picture
    1,763 on at
    RE: Batch with no Batch ID stuck in Transactions->Financial -> Batches in GP 2010

    Run the batch reconcile function on your batches. You will find it under Financial > Utilities menu.

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