RE: Dynamics GP stopped working during batch recovery
Follow these steps while no one is logged into GP. The standard scripts are:
SELECT * FROM DYNAMICS..ACTIVITY
SELECT * FROM DYNAMICS...SY00800
SELECT * FROM DYNAMICS..SY00801
SELECT * FROM TEMPDB..DEX_LOCK
SELECT * FROM TEMPDB..DEX_SESSION
If any records are returned turn the SELECT statements into DELETE statements. You may want to show the results to your IT department in the event there is a GP process that should not be stopped.
After doing this run
SELECT * from MyCompany..SY00500
Look for the batch that is getting stuck. Try to paste the results into your reply and we will take a look at it.