Hi,
If you look in the SY00500, what is the status of the batches? Also, when there is nobody (not even you) in Dynamics, run the following:
First BACK UP YOUR DATABASES and then
DELETE DYNAMICS..ACTIVITY
DELETE DYNAMICS..SY00800
DELETE DYNAMICS..SY00801
DELETE TEMPDB..DEX_LOCK
DELETE TEMPDB..DEX_SESSION
Then use this script to update the status of a particular batch:
UPDATE SY00500 SET MKDTOPST=0, BCHSTTUS=0 where BACHNUMB='your batch ID'
Kind regards,
Leslie