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?
GO
UPDATE SY00500 set BTCHSTTUS = 0 WHERE BACHNUMB = 'Batch ID'
- 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 = 'Batch ID'
No comments:
Post a Comment