CRJAZ1357E repotools not working in RCLM 5.0.1
Hi ,
I am trying to run repotools command with user who is a member of JazzAdmins groups .. I am able to log to web console with the username and password. But repotools is not able to recognise this or any userid with admin privileges. I am stuck and in need to extract the list of users in RCLM using repotools. Kindly help on this.
CRJAZ1357E The repotools command could not log in to the following server: https://<hostname>:9444/jt
s. Check the login credentials.
The command I used is,
repotools-jts.bat -exportUsers toFile=C:\users.csv repositoryURL=https://<hostname>:9444/jts adminUserId=jfsadmin adminPassword=xxxxxxx
I am trying to run repotools command with user who is a member of JazzAdmins groups .. I am able to log to web console with the username and password. But repotools is not able to recognise this or any userid with admin privileges. I am stuck and in need to extract the list of users in RCLM using repotools. Kindly help on this.
CRJAZ1357E The repotools command could not log in to the following server: https://<hostname>:9444/jt
s. Check the login credentials.
The command I used is,
repotools-jts.bat -exportUsers toFile=C:\users.csv repositoryURL=https://<hostname>:9444/jts adminUserId=jfsadmin adminPassword=xxxxxxx
2 answers
Just a suggestion - but the default port number is 9443 (not the 9444 you show in the command strings provided above).
You might try the command again using: repotools-jts.bat -exportUsers toFile=C:\users.csv repositoryURL=https://<hostname>:9443/jts adminUserId=jfsadmin adminPassword=xxxxxxx