An error message appears when I run an IBM RIT project through of RQM
Basically, I can run RIT project directly on my computer but when I try to use RQM and appears error messages
[CRRIT8792E] Error obtaining a database connection. [CRRIT4227E] Unable to load driver class. This should be configured in Library Manager (com.ibm.as400.access.AS400JDBCDriver). If I try to execute the same RIT project from RQM pointing to RTCP server (installed on virtual machine) also with IBM RIT Agent running happens that I set the library manager with jt400.jar but it does not work neither |
Accepted answer
These would be the first steps to try:
As an aside, questions about the Integration Tester side of this RQM integration are more likely to get answers here: https://developer.ibm.com/answers/topics/integration-testing/?smartspace=continuous-testing (in this case, the fact that the error message identifier starts "CRRIT", and mentioned Library Manager, both indicate an Integration Tester problem, not an RQM problem). But I'm happy to provide this answer here as this is where you've asked it.
Sergio Ruiz selected this answer as the correct answer
Comments
Sergio Ruiz
commented Jun 08 '16, 4:18 p.m.
Thanks Martin Pain,
|
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
Hi, Sergio
As there is an error to obtain a database connection for RIT, you may want to review the below technote first:
http://www-01.ibm.com/support/docview.wss?uid=swg21696360
Thanks Don Yang, your technote help me to validate if the DB connection was working or not, simply the issue was related with permissions and RIT Agent configuration.
Thanks again