Possible fixes for “Maximum T24 users already signed on” Error

First of all, this should never happen in a Production environment. But in a Testing environment, it can. Let’s see how the tokens/sessions work in T24.Whenever a T24 user logs in, a unique token id will be created in the F.OS.TOKEN and F.OS.TOKEN.USE tables. When the user logs off, the system will remove the id […]

Read more
Create a database and an user with SQL Server Authentication

Again dear Microsoft, why do you harden our life when you could make it easier? Yesterday I was able to install Access Database Engine to connect the .ASP application to its database. But because getting An unhandled win32 exception occurred in w3wp.exe all the times, I thought it is time to change to MS SQL […]

Read more