Encrypted password is not working to connect to RTC
![]()
I've encrypted password refereed to the below IBM site
copied pass.txt to file to different location
when I try to access RTC and it is failing, something wrong with my command, can you please help.
lscm login -r http://test.xxx-xxxxx.com/ccm -u cc-adm-xxx -P "C:\RTC_Password\pass.txt" -n buildlogin
error message:
Could not log in to http://test.xxx-xxxxx.com/ccm/ as user cc-adm-xxx: CRJAZ0124
E The user name or password is invalid.
CRJAZ0124E The user name or password is invalid.
An error has occurred. Kindly check the log for more details.
|
2 answers
![]()
The link to the encrypted password reference is for the Jazz Build Engine. The SCM command line tool doesn't have a feature to encrypt the password.
You could create a certificate so that you're not sending a cleartext password. Details are at:
https://jazz.net/library/article/606
Hope this helps.
|