Has anyone successfully configured CLM 6.0.6.1 on Oracle RDS from AWS?
Yes, 6.0.6.1 is out of support.
I am trying to upgrade to 7.0.2 but I am using SQL Server and I can't run RDNG 7.0.2 on SQL Server, so I have to migrate the databases over to Oracle. We have the apps running on AWS EC2 and we currently have the databases on SQL Server 2014 RDS. The Oracle RDS has been created and the necessary databases as well. The databases have been set up with data encryption so certificates come into the picture.
We keep running into this error:
The server was unable to connect to the database because the database connection settings are invalid or because database is unreachable (SQLSTATE: 08006, SQLCODE: 17002). Verify the connection settings in your teamserver.properties file.
The connection string referenced:
com.ibm.team.repository.db.jdbc.location=thin:<DBNAME>/{password}@//hostname.rds.amazonaws.com:1521:<SID>
Has anyone successfully set up CLM 6.0.6.1 or 7.0.2 using secured Oracle RDS?
One answer
First try the steps documented for 7.0.2 which may work for older versions: https://www.ibm.com/docs/en/elm/7.0.2?topic=server-establishing-secure-oracle-database-connection-liberty
Something else you could try, based on experience with 6.0.6.1 getting a secured connection to SQL Server: I had to update the jre to get it to work. I think this is because the SSL/TLS implementation is in JRE and there have been breaking changes since the JRE shipped with 6.0.6.1 - sorry, I don't have more detail.
Obviously care is needed replacing the JRE so get a backup of everything first! Strongly suggest doing this in a test environment first!
I needed jre >= 8.07.10, see https://www.ibm.com/support/pages/ibm-sdk-java-technology-edition-version-80-websphere-liberty-using-archives - you may as well update to latest.
To update: Download the jre archive from the link above, delete the jre folder in 6.0.6.1 and copy over from the archive
Run java -version to confirm it's the new version
Then the SSL connection will hopefully work.
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 18 '23, 11:33 a.m.Ryan McBryde
Mar 18 '23, 6:29 p.m.David Honey
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 20 '23, 4:29 a.m.Ryan McBryde
Mar 20 '23, 6:00 p.m.