Hi,
I need to upgrade several JIRA server databases to latest version. We plan to merge some of them and buy more licenses on one larger database rather than having many 10-user databases.
I get problems connecting to the SQL 2014 database after you have uppdated your driver:
You'd want to change it to:
<url>jdbc:sqlserver://sqlserver_hostname:1433;databaseName=jiradb</url>
<driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
I have edited manually dbconfig.xml since we do not want to install JAVA on our server. I have also tried to delete the dbconfig.xml and get various error messages trying to connect to server following your suggested syntax:
ELNO1SQL01/jiraagilenew:1433;databaseName=jiraagilenew;domain=delta.corp and
ELNO1SQL01/jiraagilenew:1433;databaseName=jiraagilenew
This syntax worked with server version 7.3.8 (other driver)
ELNO1SQL01:1433/jiraagilenew;domain=delta.corp
Fast reply appreciated since the license for some of the databases I need to merge expires soon.
Best regards,
Sven Liang Jensen