When we try to open a check from the Post Payables Checks window we get the error "This batch is being edited by anohter user. Please try later." How do I remove the lock on it? I have tried this solution with no success.
"At the end of the day when no one is in GP, go into SSMS and run
DELETE DYNAMICS..ACTIVITY
DELETE DYNAMICS..SY00800
DELETE DYNAMICS..SY00801
DELETE TEMPDB..DEX_LOCK
DELETE TEMPDB.DEX_SESSION
This will clear all temporary work and should clear the session that has a lock on this transaction."
*This post is locked for comments