It's all about the answers!

Ask a question

How to retrieve the admin user id and password of Jazz team server . I installed in the previous month and now has no info of it


ashish gautam (1123) | asked Jul 07 '12, 1:58 a.m.


How to retrieve the admin user id and password of Jazz team server . I installed in the previous month and now has no info of it

 

Initially on the installation there was a admin user and password ADMIN but now it is not working.

 

Accepted answer


permanent link
Leonardo Benevides (266327) | answered Jun 26 '18, 7:59 p.m.
I just made it in a local server using Libert profile as webserver.

To re-enable the default ADMIN access:

1. Stop the Jazz Team Server
2. Go to <server_install_dir>\server\conf\jts directory
3. Edit the file: teamserver.properties
4. Change the property: com.ibm.team.repository.ws.allow.admin.access=false
    to:   com.ibm.team.repository.ws.allow.admin.access=true
5. Save the change

Under <server_install_dir>\server\liberty\servers\clm\conf directory, look for a file named basicUserRegistry.xml, and edit the file, then insert the ADMIN user on JazzAdmins group and save.

<group name="JazzAdmins">
        <member name="ADMIN"/>

Start the CLM server and login using your ADMIN acount. (ADMIN/ADMIN)






Ralph Schoon selected this answer as the correct answer

2 other answers



permanent link
Stephane Leroy (1.4k149) | answered Jul 08 '12, 5:19 p.m.
JAZZ DEVELOPER
Hi Ashish,

which application server are you using ?

If it's Tomcat, you might want to have a look at this TechNote :
http://www-01.ibm.com/support/docview.wss?uid=swg21314276

Stephane
Jazz Jumpstart


permanent link
Pramod Chandoria (2.1k11220) | answered Jul 07 '12, 8:42 a.m.
JAZZ DEVELOPER
by default ADMIN/ADMIN is the user password. It often gets disabled during setup and you essentially creates your own admin user and corresponding password. You no longer should be able to login using ADMIN as it is disabled. I would advice you to work with support to recover the admin user id which you created during setup.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.