Platform Framework
R24 AMR | Min(s) read

TAFJ MSQL Lock Manager

This locking method works only with the MS SQL Server database and leverage packages within SQL Server to take TAFJ application locks. It is the preferred method when you use SQL Server database and the performance is slower than tLockManager but helps you to keep all locking within the database.

You need to edit the [project].properties file to enable the MSQL lock manager as shown below.

temn.tafj.locking.mode	= MSQL

For return values for locking and releasing, see the following URL:

https://msdn.microsoft.com/en-us/library/ms189823.aspx

If you use sqljdbc_4.1 drivers, then MSQL lock manager may crash eclipse and you will not receive the desired results (DBTools LOCKS command). It should also be noted that the sp_lock command truncates data.

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:03:34 PM IST