I have several batches, both in financial and purchasing, that are stuck in posting and I cannot resolve. I have tried using the Master Posting function but it keeps telling me that I am unable to change the batches status when I try to unmark them or when I select post, it states that I have not selected any batches for posting. I do not know what else to try and would appreciate any suggestions.
*This post is locked for comments
If you go to series post, what is the message next to each batch? Does it say posting, or posting interrupted or busy, etc? Depending on what happened you will need to be careful posting these batches as you may wind up with duplicate document numbers. Once you free them up I would print edit lists and see if there are any error messages.
Have you tried the Batch Recovery Utility?
Kirk
Hit the post button a second time. This was a bug in GP. If this does not work go into SSMS and run these command while no one else is in GP.
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 then run this
DELETE DYNAMICS..ACTIVITY
DELETE DYNAMICS..SY00800
DELETE DYNAMICS..SY00801
DELET TEMPDB..DEX_LOCK
DELETE TEMPDB..DEX_SESSION
Make a backup before running any delete commands
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156