Is this really a id/password issue
Received an issue about the RQM Execution from one of our QM users:
The test case execution by command line stop working after the RQM 4.0.7 installation. I have some scripts that start the test case executions by command line and now I getting the following error. Customer insists the correct credentials are being used. We just upgraded from 4.0.5 to 4.0.7 and migrated to WebSphere 8.5. SSL Certificate is the same that was active when Tomcat was the application server. I don't see much in the wiki with respect to the above. Suggestions? |
One answer
That error can be misleading. I tried to help clear it up a bit via Command Line adapter gives poor error message when required params are missing. Also the message strings are not externalized (112616). But that fix is later than 4.0.7.
Looking at your example, you're using -projectName as an arg. That should be -projectArea. That's your issue. Regards, John Nason QM Development |
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
Note that the first SEVERE error is
I understand about the certificate trust, as I use an OSLC library that i must have a keystore with the ssl keys of the jazz server I want to point the OSLC toward.
I have a small 'certificate loader' I may share with the user so that the SSL certs from the qm server can be added to his jre/lib/cacerts.
Response from user is that the value of -publicURI should not end with the / character.
All is well.