Multiple Command line adapters with same user/pw
We have set up 3 VM's and put an adapter on each of them with a unique adapterName but the rest of the properties is the same and the same user/pw
now we have the problem that we can't start execution on a SINGLE adapter, even though selecting a specific one in RQM Testscript, but rather it always runs on ALL active adapters
Is this due to the same automation user we have?
now we have the problem that we can't start execution on a SINGLE adapter, even though selecting a specific one in RQM Testscript, but rather it always runs on ALL active adapters
Is this due to the same automation user we have?
Accepted answer
If I remember correctly, the reported behaviour is observed, if you copy Config2.ini from machine to machine. AFAIK it is not sufficient to alter only the adapter's name: RQM discerns the adapters based on the unique adapter ID, i..e, I would suggest that you also change the property "rqm.adapterId" to a unique valie
The easiest approach to create a valid adapter ID may be to do an initial call passing all parameters
Hope that solves your problem. Cheers!
Timo.
The easiest approach to create a valid adapter ID may be to do an initial call passing all parameters
start{.bat/.sh} -user USER -password PASS -repository https://server/qm -projectArea AREA -adapterNamewhich automatically creates a valid adapter ID.
Hope that solves your problem. Cheers!
Timo.