RQM 6.0.2 Test Execution Tool ANT Task executeTestCaseExecRecord passwordFile parameter does not work
Hello, I'm creating a ANT build to cover RTC and RQM tasks, things work fine when I pass the RQM task the password parameter and when I use the passwordFile parameter in the RTC tasks, but fail with a illegal argument exception: problems processing password file error when using it the executeTestCaseExecRecord task. Any pointers appreciated, as said above if I replace the passwordFile with password it works fine, but that isn't very secure! Cheers Richard |
One answer
Hi Richard,
Creating encrypted password files
You can create an encrypted password file that you can use with the Rational Team Concert™ Build toolkit Ant tasks or to start the Jazz™ Build Engine.
Procedure
Results
Comments
Somashakar Kannan
commented Nov 06 '17, 12:11 p.m.
Richard Good
commented Nov 06 '17, 1:18 p.m.
Thanks for the attempt at helping me. I know how to create a password file, it just doesn't work in 6.0.2. There is a defect in the tool it works in 6.0.4. Unfortunately the fix has not been back ported and I cannot upgrade. Defect is here: - https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/149301
Richard Good
commented Nov 22 '17, 10:18 a.m.
Good news, IBM have now fixed it for 6.0.2, hopefully they will update it on their website soon. |
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
There is a finishing "=" inside the generated password key in the password file, could this be causing this bug? It must be some fairly basic encryption as I regenerated the file and got exactly the same key. Any way to make it generate something different?