Connect to RQM Command Line adapter through CLI.
Accepted answer
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?
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