Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Batch Recovery Process failed

Status
Not open for further replies.

sleepymac210

Technical User
Jan 7, 2005
1
US
I keep getting an error that reads: "Batch XXXXX failed to complete posting. Use the batch recovery window to complete the process."
I get this error message while in Batch recovery. Is there a way I can get rid of this batch somehow? I know that it has already posted so it would be ok to get rid of, but I just dont know how to do this.
Thanks in advance.
 
Run the following statement against that database, to release the batch (you can then delete it):

UPDATE SY00500 SET MKDTOPST=0 WHERE BACHNUMB=’Batch ID’
GO
UPDATE SY00500 SET BCHSTTUS=0 WHERE BACHNUMB=’Batch ID’
GO
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top