Engineering

Engineering

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  A cap on RQM adapters?

    Posted 02/02/17 04:20 PM

    I can’t seem to run more than 2 adapters on the same maching. Is there a limit I am unaware of? Or, is there a parameter that I can set?

     

    Thanks

    Gene


    #Engineering
    #Sustainability


  • 2.  RE: A cap on RQM adapters?

    Posted 02/03/17 01:09 PM

    Which adapter are you attempting to run, eg the command-line adapter, Selenium adapter, etc?

    Which version of RQM are you using?


    #Sustainability
    #Engineering


  • 3.  RE: A cap on RQM adapters?

    Posted 02/03/17 01:26 PM

    I figured put what the problem was! The rqm.adapterId in the Config2.ini file is also used to identify the adapter, so I needed to create multiple Config2.ini file and give them as argument in the starts.sh cmd, ie

    ./start.sh -configFile ./Config01.ini
    and use a different rqm.adapterId in each config file.

    #Sustainability
    #Engineering