GL Batch in Progress Messasge

Modified on Wed, 21 Aug 2019 at 10:46 AM


In MiClub XClub go to;


Config > General Ledger to retrieve the batch number that is not posting



Open SQL Management Studio and click New Query

Paste the following statement into the window and set the GeneralLedgerBatchID to equal the batch number from above, in this case 9

update
NewsolutionFile..GeneralLedgerBatch
set Status = 2
where GeneralLedgerBatchId = 9

Execute the query

The client can now resend the batch in MiClub XClub

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article