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
In this topic