The TCP/IP connection to the host 192.168.3.23, port 1433 has failed (on default port)
Hi there!
We have following issue: Our MSSQL server is running on dynamic ports, but in LM there is only default port specified in Properties section mssql.commvault.mssql_url = jdbc:sqlserver://192.168.3.23\COMMVAULT:1433;databaseName=MSDB;integratedSecurity=true
Thus, LM is trying to connecto to the port, where the sql server is not running.
Is it somehow possible to replace exact port number with the range of ports or somehow force LM to check all ports? Or is it better idea to change settings on MSSQL server to use only default port?
Any suggestions will be much appreciated!
Hi all,
in order to monitor MS SQL server database items we had to do a couple of changes.
Firstly, there had to be created a new user in MS SQL management studio and there were necessary to allow SQL authentification. Then, appropriate rights were assigned to the user (on the database table level). Lastly, properties were assigned to property source - jdbc.mssql.pass, jdbc.mssql.user, mssql.commvault.mssql_url
All that stuff was quite difficult and it was designed for engineers with advandced MS SQL and Logic Monitoring knowledge?