It's all about the answers!

Ask a question

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


Michael Alberda (2311648) | asked May 05 '21, 6:03 a.m.
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.

One answer



permanent link
Kevin Ramer (4.5k9186201) | answered May 05 '21, 2:47 p.m.
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.

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.