This is a known bug and what we've been using is a SQL job to clear from the SY00500 table the batches where number of transactions = 0, leaving the other "good" batches intact. The script is pretty straight forward, but, as anyone else would advise, you should attempt this in your test environment before your production: DELETE FROM ..SY00500 WHERE SERIES = 7 AND NUMOFTRX = 0
↧