License Reporting Tool is failing with the erro rmessage below.
Release : 12.x
Component : License Reporting Tool
Incorrect DB connection string
The issue is that the MSSQL server is not using the port 1433. it is using another port number. After putting the correct port number in the DB Connection sting below in the lrt.ini, the LRT worked.
jdbc:sqlserver://localhost:<port>;databaseName=AUTOMIC