We have a patch that is stuck printing - See below:
What are our options, beyond deleting and re-entering?
Thanks,
bj
*This post is locked for comments
We have a patch that is stuck printing - See below:
What are our options, beyond deleting and re-entering?
Thanks,
bj
*This post is locked for comments
Please do this first.
1) Have everyone exit GP
2) Go into SSMS and run this script
SELECT * FROM DYNAMICS..ACTIVITY
SELECT * FROM DYNAMICS..SY00800
SELECT * FROM DYNAMICS..SY00801
SELECT * FROM TEMPDB..DEX_SESSION
SELECT * FROM TEMPDB..DEX_LOCK
There should be no records returned for any of these. If records are returned then run this script.
DELETE DYNAMICS..ACTIVITY
DELETE DYNAMICS..SY00800
DELETE DYNAMICS..SY00801
DELETE TEMPDB..DEX_SESSION
DELETE TEMPDB..DEX_LOCK
Try to post that batch now by going to batch recovery. Tools->Routines-Batch Recovery.
If this does not solve this issue please post and we will move onto the next step.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156