ap_mstr lock between vouchers and check print

mfguser

New Member
Hi all,


The ap_mstr is locked when one user is trying to process Vouchers, and another user is trying to print checks They each get an error until one lets go of the record. But since they are on different domain why should the tables be locked?

Any help is highly appreciated.

Thanks in advance.
 
Hello Friend,

As per my understanding, you might have one common database for all the domains , hence locking issue is coming. The domain field in every table differentiate between domain. As the table is locked by one user in one domain, if someone from other domain trys to update that table, he will get the locking message as expected.
 
Back
Top