Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is there a way to check which users are actively using source control across all Project areas?

Good Day,

Is there an easy/quick way to check which users are actively or recently using source control across all project areas in RTC without having to check the individual history of each and every stream? I would prefereably like to generate a list using the thick client.

Any assistance would be greatly appreciated.

thankyou,
Kind Regards,
Michael.

0 votes



One answer

Permanent link
Depends on which side of RTC you are asking about.   The RTC server has log settings that report activities on files.  Look at the <jazz_install>/server/conf/ccm/log4j.properties for items relating to scm_scaa like the following

log4j.appender.scm_scaa=org.apache.log4j.DailyRollingFileAppender
log4j.appender.scm_scaa.layout=org.apache.log4j.PatternLayout
log4j.appender.scm_scaa.DatePattern='.'yyyy-MM-dd
log4j.appender.scm_scaa.layout.ConversionPattern=%d{ISO8601} %m %n
log4j.appender.scm_scaa.File=/scaalogs/rtp-rtc1-9443-jazz.log
log4j.appender.scm_scaa.MaxBackupIndex=2
#log4j.appender.scm_scaa.MaxFileSize=7000KB
log4j.logger.scm_scaa=TRACE, scm_scaa
log4j.additivity.scm_scaa=false   

If those are commented (# at start of the line), adjust to your liking, especially the File line( the default type RollingFileAppender )

Then do the Reload Logs admin task.   Our Outfit makes us collect and provide those logs on a daily basis for analysis.

From the client side there may be Feeds that can be read to ask about Deliver activities.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 05 '21, 6:03 a.m.

Question was seen: 1,213 times

Last updated: May 05 '21, 2:47 p.m.

Confirmation Cancel Confirm