How to start command line adapter in RQM from configurations saved in config.ini file?
I am able to start command line adapter from this command (start.bat -repository https://rqm:9443/jazz -user ADMIN -password ADMIN -adapter RQMAdapter -projectArea Quality+Manager -configFile config.ini)
These configurations are saved in config.ini file.
I read in ReadMe text file,
"To restart the command line adapter, if it has registered with the server before
Windows: run the batch file without any arguments:
C:\ start.bat"
But when i try to start the command line adapter again, using the saved paramenters in config.ini, its says "Must specify -repository, invalid arguments"
Please guide on how to proceed with starting CLA with config.ini file.
Accepted answer
Hi Shuchita,
readme.txt provided with Command-Line adapter states that it uses Config2.ini file for restarting without parameters. You're currently using config.ini which causes the "start.bat" batch script to ask for parameters to run.
In short: to solve your problem, make sure you use Config2.ini
Regards,
Stéphane
readme.txt provided with Command-Line adapter states that it uses Config2.ini file for restarting without parameters. You're currently using config.ini which causes the "start.bat" batch script to ask for parameters to run.
In short: to solve your problem, make sure you use Config2.ini
Regards,
Stéphane
One other answer
Hi Stephane,
Thanks for your reply.
However, i got the way to start CLA using config file.
The command is
start.bat -configFile config.ini
Thanks for your reply.
However, i got the way to start CLA using config file.
The command is
start.bat -configFile config.ini
Comments
1 vote
showing 5 of 6
show 1 more comments