You get this message even though nobody is logged in to the database so that it's impossible for the batch to be being posted by somebody else. What to do?
- Back up the DYNAMICS and company databases.
- Change the batch status so that it no longer thinks it's being posted.
GO
UPDATE SY00500 set BTCHSTTUS = 0 WHERE BACHNUMB = 'YourBatchNumber'
No comments:
Post a Comment