Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

General Journal batch status is 'Receiving' GP 10

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

I posted a purchase receiving transaction entry   MS Dynamics GP 10 but the journal batch it created is not available for posting the status of the batch is saying receiving. I can't do anything on this batch and the system is not allowing me to post the batch.

Please what can i do to resolve this issue. Its urgent.

Thank You

*This post is locked for comments

  • Dedi Hermawan Profile Picture
    Dedi Hermawan 295 on at
    RE: General Journal batch status is 'Receiving' GP 10

    Same issue : https://dynamicsgp.home.blog/2019/11/05/dynamics-gp-transaction-entry-this-batch-is-being-posted/

    1 Checking USER ID and Journal Entry

    select distinct a.USERID,a.BACHNUMB,b.JRNENTRY from DYNAMICS..SY00800 a
    left join GL10000 b on a.BACHNUMB = b.BACHNUMB
    where a.BACHNUMB in (select BACHNUMB from GL10000)
    order by a.BACHNUMB asc

    2 If you find the user who create that journal try to login with that user

    When the user try login then message box will be appear like this then click button OK .

    pastedimage1572972222081v1.png

    3 Then try to open Journal Entry number by using “Transaction Entry Window”.

    4 When open Journal Entry Number the notification will be appear like this, then open Batch Recovery Window

    pastedimage1572972222084v2.png

    5 Mark All then click Continue , so the journal will be post.

    pastedimage1572972222087v3.png
  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: General Journal batch status is 'Receiving' GP 10

    Try to re-enter the transaction with the same document number.  It will force system to put the batch into recovery.   Go to MS Dynamics > Tools > Routines > Batch Recovery and in the pop up window click Continue Button.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: General Journal batch status is 'Receiving' GP 10

    Thanks for your responce i'll try it out.

  • Suggested answer
    Frank Hamelly | MVP, MCP, CSA Profile Picture
    Frank Hamelly | MVP... 4,029 Super User 2024 Season 2 on at
    Re: General Journal batch status is 'Receiving' GP 10

    Try this -

    1. Run the following script against the company database. Replace XXX with the batch number or the name of the batch that you are trying to post.

    UPDATE SY00500 SET MKDTOPST=0, BCHSTTUS=0 where BACHNUMB='XXX'

    Note The value of BACHNUMB is the same as the value of the Batch ID window in Great Plains.

    2. View the contents of the SY00800 table that is located in the DYNAMICS database to determine the value of the DEX_ROW_ID field for the batch that you are trying to unmark. You can view the contents of this table by running the following script.

    SELECT * FROM DYNAMICS..SY00800

    Note If no results are returned, go to step 5.

    3. Run the following delete script that is based on the results that you received in step 3. Replace XXX with the DEX_ROW_ID value of the batch that you are trying to unmark.

    DELETE DYNAMICS..SY00800 where DEX_ROW_ID= 'XXX'

    4. Verify the accuracy of the transactions.

    5. Verify that you can edit and post the batches.

    This is the resolution for batches stuck in posting.

    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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans