RMS Database Connection with NTLMv2
Frequently Asked Questions
Written by Peter Stauber
Updated at February 13th, 2026
Table of Contents
Brand:
- AMX
Models:
- Resource Management Suite (RMS)
Why is RMS unable to connect to the database with NTLMv2?
In some instances, it may be required to modify the rms.properties file to force NTLMv2.
To do this, navigate to C:\Programdata\AMX\Resource Management Suite\Server\rms.properties
In this file, append
useNTLMv2=true to the line beginning
jdbc.url.
For example: jdbc.url = jdbc:jtds:sqlserver:/${rms.database.server}:${rms.database.port}/${rms.database.catalog};instance=${rms.database.instance};domain=${rms.database.domain};useNTLMv2=true
Save the file and restart the RMS Configuration Wizard to resume installation.