Getting error message in RTC 3.0.1 CRJAZ1994E The database server version check failed
Hello,
I upgraded RQM 2.0.1 to RQM 3.0.1. The RQM 2.0.1 data was exported to an Oracle database version 11.2.0.2.0. The app is installed in Windows 2008 R2 Enterprise Ed Service Pack1. I am running RTC/RQM on WebSphere Application Server version 7.0.0.31, 64bit version. Per RQM 3.0.1 upgrade instructions, I set up the environment variable JDBC_DRIVER_FILE in Windows. I am using ojdbc5.jar version 11.2.0.2.0, as it's been my understanding that this is the minimum version required. I am attaching some screen shots for reference. I am getting the following error message: |
One answer
Hi Kegham,
According to the last sentence in technote http://www-01.ibm.com/support/docview.wss?uid=swg21461402, if you are using WAS 7 which is based on a 1.6 JVM, you need to use the ojdbc6 driver (11.2.0.2.0 or higher). Though the error code is different, you can have a try. Comments
Kegham Anbarjian
commented Mar 13 '14, 5:12 p.m.
Hi Lily,
Lily Wang
commented Mar 13 '14, 6:32 p.m.
Hi Kevin,
Kegham Anbarjian
commented Mar 13 '14, 7:10 p.m.
Thanks, Lily. I added the following custom JVM property in WAS Console, it still throws the same error:
Lily Wang
commented Mar 14 '14, 1:16 a.m.
As I known the most possible cause is OJDBC driver version which should be 11.2.0.2.0 or later.
Kegham Anbarjian
commented Mar 14 '14, 2:01 p.m.
Hi Lily,
Lily Wang
commented Mar 17 '14, 1:14 a.m.
Hi Kegham,
Kegham Anbarjian
commented Jun 25 '14, 12:34 p.m.
Hi Lily, To follow up, I opened a ticket and worked with the Rational team back then. It turned out that the Windows environment variable ORACLE_JDBC which was being used for exporting RQM 2.x data to a tar file was interfering with the Windows env variable ORACLE_JDBC_DRIVER_FILE used for importing RQM data into RQM 3.x. Once I removed ORACLE_JDBC and restarted WAS, the problem went away. Same cleanup was done within the WAS integrated console, as I made sure that ORACLE_JDBC is removed in JVM property settings. Thought of sharing this with everyone, in case someone else encounters similar conditions.
showing 5 of 7
show 2 more comments
|
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.
Comments
Here are the screen shots.