Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Connect to RQM Command Line adapter through CLI.

I am trying to connect to RQM Command Line adapter through CLI.

Please let me know the minimal syntax required to connect to it.

Thanks
Vaibhav

0 votes


Accepted answer

Permanent link

I don't really understand what you're trying to do. The RQM Command Line Adapter basically attaches itself to the RQM server, receive commands/requests from the server and execute the commands accordingly. It is not a server. Why do you want to "connect" to it?

Vaibhav S selected this answer as the correct answer

0 votes

Comments

Hi Donald, re-framing the question:  I am trying to run the RQM adapter . Using this:

 start.bat -repository https://*****.com:9443/qm -user  -pasword  *** -adapterName com.ibm.rqm.adapter.commandline_6.0.300.v20161022_0636 -projectArea TestProjectFromOSLCCode \
[-adapter com.ibm.rqm.adapter.commandline_6.0.300.v20161022_0636] [-sleepTime 1000]

Is it the correct way to do so ?

So your question is really "how do I run the RQM Command Line Adapter".

Your command looks strange. In the syntax description, angle brackets (<>) mean "required", and square brackets ([]) mean "optional". You should not have square brackets in your command. Also, the -adapterName is whatever name you will give this particular adapter, something like "adapter_1", not the name of the .jar file.

Hi Donald, thanks for the help. As mentioned by you its working.

Used the below one:

start.bat -repository https://**/qm -user ***  -password *** -adapterName adapter-1 -projectArea TestProjectFromOSLCCode -adapter com.ibm.rqm.adapter.commandline_6.0.300.v20161022_0636;

Thanks
Vab

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,220

Question asked: Mar 21 '17, 6:12 a.m.

Question was seen: 2,611 times

Last updated: Mar 23 '17, 2:27 a.m.

Confirmation Cancel Confirm