It's all about the answers!

Ask a question

Can we pull out all the users details from Jazz?


anoop mc (74811192221) | asked Feb 26 '15, 12:28 a.m.
 Hi,

We have our JAZZ CLM integrated with LDAP. In the near future we are planning for a server change. 

There are more than 200 users being imported into JAZZ via User Management.

Would like to know if there is a way we can pull out the user details from JAZZ to inform them of the server rename.


2 answers



permanent link
Ralph Schoon (63.1k33646) | answered Feb 26 '15, 1:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
repotools-jts -exportUsers

Comments
anoop mc commented Feb 26 '15, 5:39 a.m.

 We are using Apache Tomcat as the application server. 


When ran the above command from our test server get the below message

E:\Program Files\IBM\JazzTeamServer\server>repotools-jts.bat -exportUsers
Could not find provisioning directory E:\Program Files\IBMWebSphere\AppServer\pr
ofiles\AppSrv01\config\cells\<servername>Node01Cell\RTC\v3013\jazz\server\conf\
ramccm\provision_profiles.  If you have moved or renamed your configuration dire
ctory, you can use the environment variable JAZZ_PROVISION_PROFILES to point to
its new location.


Ralph Schoon commented Feb 26 '15, 5:56 a.m. | edited Feb 26 '15, 5:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Please don't run any administrative command without checking the syntax and checking what they do.
Please read the documentation for the repotools. If you don't know what they do run

repotools-jts >> Help.txt

and open the file generated for all the options as an alternative.

Repotools require additional parameters and some require the server to be down.


permanent link
Rohit Balduwa (945511) | answered Feb 26 '15, 2:08 a.m.
Hi Anoop

In the Rational Team Concert 4.0.1, New and Noteworthy document described  a new functionality:
Server alert messages

You can use a new REST service to create and manage server alerts. You can use alerts to inform users of important system-wide events, such as scheduled outages or server renames. The messages are displayed in the upper-right corner of the web client, and multiple alerts scroll within the banner.


Follow the steps:
- Open the URL:
https://<<hostname:port>>/jts/admin#action=com.ibm.team.repository.admin.systemAlerts

- Click on Add and enter the Alert message, Begin date and Expires On date. Click Finish.

This Alert message is to broadcast information to your users, such as scheduled outages or Server Renames.The messages are displayed in the upper-right corner of the web client, and multiple alerts scroll within the banner.

If this answers your question please mark it as accepted.

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.