
Hi Everyone,
I just setup a new dynamics 2011 installation and we are having issues generating Sales Orders. After data entry the sales journal report prints blank. The following is the error message in event log:
Company ***, shipper S0000002: Batch could not be created. [15129/clsADGBatch]
The sales orders are processed, invoiced and closed but are not sent to AR/IN/GL
This occurs for both stock and non stock items.
Thanks for your assistance
*This post is locked for comments
I have the same question (0)Hello:
Go ahead and run the following scripts:
select batnbr from batch where module = 'AR' order by batnbr desc
select batnbr from batch where module = 'IN' order by batnbr desc
Make note of the top number in each result.
Then go to IN Setup, Options tab and put in the number that you got from the IN script in the “Last Batch Number” field.
Then go to AR Setup, Other Options tab and put in the number that you got from the AR script in the “Last Batch Number” field.
Then run your sales journal and let me know if you still receive the same error.