Problem record locks in the purchase order area. Other users cannot reprint a purchase order. We get a buy-planner code locked error upon trying to print.
HOw would you sql enterprise to determine locks or any other ideas?
1. To determine who has what locked:
In Query Analyzer type or paste this in:
use msllockdb
go
select sessionid, tablename, rowid from maclocks
exec sp_who
2. To clear the Buyer/Planner lock if it is caused by an abnormal exit:
In Macola: System Manager>Processes>Initialize Distribution>PO Files>POBUYERP (PO buyer print file)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.