It's all about the answers!

Ask a question

Why do Command Line Adapters have the same ID even when installed on 2 different PCs ?


Beat Jäggli (112) | asked Sep 16 '15, 8:23 a.m.

The problem is, in the Client we only see one of the adapters at the same time. I want to use them in parallel.
I do give them different Names, that won't help.

When I patch the Adapter ID in the config2.ini, it seems to make them unique, as expected.
(I changed the last letter from 'A' to 'B')

Adapter 1:
<entry key="rqm.adapterId">_j8-Mzy7PEeWt2ObWJ0rwjA</entry>
<entry key="rqm.adapterName">ATI_PC_3_LW012_UL</entry>

Adapter 2:
<entry key="rqm.adapterId">_j8-Mzy7PEeWt2ObWJ0rwjB</entry>
<entry key="rqm.adapterName">ATI_PC_5_LW012_UL</entry>

-> Could you please change the algorithm to create the adapterId containing the factor of time and/or coincidence.
Adapter Version: 5.0.200.
Thanks.

bR Beat Jäggli

One answer



permanent link
William Chen (31215) | answered Sep 16 '15, 11:12 a.m.
Hi Beat,

This works for me on the same Adapter Version: 5.0.200 with RQM 5.0.2. You do not need to edit the adapterid key since it will be generated by CLA unless you use -configFile option. However, you would need two machines with -adapterName option as shown below:

Machine A - adapterA
   
start.bat -repository https://502.testsvr:9443/qm -user CLA -password CLA -adapterName adapterA -projectArea RQMDemo

Machine B - adapterB
   
start.bat -repository https://502.testsvr:9443/qm -user CLA -password CLA -adapterName adapterB -projectArea RQMDemo

Please let us know if this helps.

Cheers,
Will

Your answer


Register or 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.