Hi All,
I am trying to connect Jira service desk on one windows server (svrap01) to a database on a named instance of MS SQL Server on another windows server (svrdb01) and am getting the error
Error connecting to database
The TCP/IP connection to the host SVRDB01, port 1433 has failed. Error: "connect timed out. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
I think the issue is that the named instance of the SQL Server on SVRDB01 is not listening on the right port. How do I check/change which port the named instance is listening on?
Thanks for any help, Roscoe