On Sep 27, 2020, at 12:18 PM, MEjaz <mejaz@cyberia.net.sa> wrote:
When I tested to connect user multiple times through NTRadPing utility, Yes they can connect which I don’t want. It should allow only once. I noticed following warning in the debug level.
" sql: WARNING: Simultaneous-Use checking requires 'simul_count_query' to be configured. Attached is full debug file your information "
I have searched few forums for where/how to configure this statement "'simul_count_query'" in which file? But no luck.
You already edited the correct file. The issue is that you're using MSSQL, and you copied the SQL syntax from another database. Which isn't compatible. So... go edit the same file. mods-config/sql/main/mssql/queries.conf And use the correct MSSQL syntax. Alan DeKok.