I have ensured that TCP/IP is enabled in SQL Server Configuration Manager. However, I get the below error message. Am I missing something here??
Hi Sravya,
If your database is on a different server to your Jira, you will need to make sure that the database server has port 1433 open for the Jira server to communicate.
You can telnet to see if the port is open for your Jira server -
On Jira server (if Jira is on Windows server you may need to install telnet)
telnet database.server.ip 1433
or on same server as Jira
telnet 127.0.0.1 1433
If this comes back that its refused, then definitely needs to be opened on the database server side firewall.
If database is on the same server as Jira and telnet connection is refused, it may be that your sql server database isn't actually running on 1433 port. Then you will need to check what port its running on.
Hope this helps
Hi David,
Thanks much for the response!
You were right, Sql Server database wasn't running on 1433 port. During the installation I have mentioned the port of database server and it worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.