Command-line adapter
Zica Valsan (101●2●48●45)
| asked Aug 05 '13, 7:25 a.m.
retagged Aug 08 '13, 4:16 p.m. by Laura W. Hinson (161●2●6)
Hello,
I need to install a command line adapter for one of our customers sing RQM and in the help notes I have found an information which sounds a bit confusing to me: "The executable file java.exe must be accessible in the path." On which machine should this jave.exe be: Tester machine, server machine or Target teste machine? Thank you, Zica |
6 answers
Vica,
Here is a portion of the 'Read Me' that talks about pre-requisites for running the Command Line Adapter
Pre-requisites
--------------
Before running this adapter, please make sure that
- java.exe is accessible in the path. The version of JAVA required is 1.5 or later
- the input information is available to start the adapter, namely
o the Jazz repository URL, typically http://<qmserver>:<port>/qm
o a user ID to login to RQM that has appropriate licenses to login as an adapter
o the password or this user
o the project area, if not registering with the default "Quality Manager" project area.
NOTE: The context root "/qm" may need to change depending on your servers configuration. The Jazz repository URL should match the Public URI configured for your RQM server.
|
The Command Line Adapter requires Java to run but does not come with it's own copy so you must have Java installed and accessable in the path on the system where you are running the command line adapter.
|
Vica,
One more quick note
If you haven't already, I would take quick look at the following article
This will give a good foundation of the Command Line Adapater
Ara
|
Hi Zica,
the part of the documentation you're referring to is dedicated to the Target machine: Regards, Stéphane |
Configure Rational Quality Manager Adapter1. Rational Quality Manager provides command line adapter to execute tests. In a standard installation, this adapter will be present in C:\Program Files\IBM\JazzTeamServer\server\conf\qm\adapters\RQMCommandLineAdapter.zip. Extract and Copy RQM command line adapter folder to the client machine where JUnit scripts reside. In this example the script is copied to folder C:\RQM Adapter\RQMCommandLineAdapter. 2. Create a configuration file (Junitconfig.ini) to connect to RQM server. Execute following command from Command prompt
C:\RQM Adapter\RQMCommandLineAdapter> start.bat -repository https://jazz-server:9443/qm -user ADMIN -password ADMIN -adapter RQMAdapter -adapterName Mani-RQMJUnit -projectArea JKE+Banking+%28Quality+Management%29 -configFile Junitconfig.ini
User will get the following success response
The adapter is now connected
Note:
|
The above was from my my article ---- instead of Junit , replace it by your cmd line adapter
|
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.