Good day to everyone,
I'm trying to run the process in Reconcile Receivables Amount window, however I got an error prompted:
Error: Another user is aging or reconciling debtor information. Please try again later.
I have already check the User Activity , as well as using script on SSMS to ensure no one is using Dynamics GP at that point.
SELECT * FROM DYNAMICS..ACTIVITY
SELECT * FROM DYNAMICS..SY00800
SELECT * FROM DYNAMICS..SY00801
SELECT * FROM TEMPDB..DEX_LOCK
SELECT * FROM TEMPDB..DEX_SESSION
DELETE DYNAMICS..ACTIVITY
DELETE DYNAMICS..SY00800
DELETE DYNAMICS..SY00801
DELETE TEMPDB..DEX_LOCK
DELETE TEMPDB..DEX_SESSION
Nevertheless, the error remain still, anyone may help please?
Thanks,
Vince
*This post is locked for comments