It's all about the answers!

Ask a question

Why am I getting a syntax error in my DB connection string?


Melissa Kivisto (2871021) | asked Apr 12 '16, 11:32 a.m.
I have been using the same DB connection string for a long time and not have issues.
Suddenly, I have troubles logging in to any */web pages, and when on jts/admin I get errors saying
"Service Temporarily Unavailable - The Server is temporarily unavailable to service your request due to maintenance downtime or capacity problems.  Please try again later."

When I look in the jts.log, I see the following error:
2016-04-11 11:27:07,121 [              WebContainer : 5] ERROR com.ibm.team.repository                             - CRJAZ2654E The server was unable to connect to the database because the database connection syntax is invalid. Verify the syntax in your teamserver.properties file. See the Jazz Team Server log for more information.
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server did not return a response. The connection has been closed.".

I confirmed that the timestamp from teamserver.properties is old and that there have not been any changes to the credentials for the DB.

The only changes to the server was a security/encryption update.

One answer



permanent link
Melissa Kivisto (2871021) | answered Apr 12 '16, 11:33 a.m.
The issue was the JDBC driver.
While it was working previously, the correct version was not being used.
Updating the driver resolved the issue.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.