It's all about the answers!

Ask a question

Audit report that shows which users have access to/have loaded which files?


Murad Korejo (2699) | asked Feb 25 '13, 3:37 p.m.
Is there a way, perhaps with RRDI, to generate a report that shows which users have access to, or have loaded, which files?  Just looking for anything helpful along these lines.

I did see this enhancement request which is somewhat helpful:
https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=151796

One answer



permanent link
Kevin Ramer (4.5k8183200) | answered Mar 08 '13, 3:44 p.m.
Well, on the RTC server the log4j can be configured to export 'SCAA' records.   Then your server admin could share the logs for your use.
e.g. 
conf/XXX/log4j.properties  #XXX will be jazz or ccm depending on the age of your repository

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/scaa_content_rtp-rtc1.log

The records are rather arcane:

2013-03-08 15:43:02,286 SCAA:hobbes/FileItem,testchecksum.py,_BCSIEKqJEeGix_iHXD-AVQ,_gIumRaqKEeGxssqvXRpG1A/Test Automation,_kBFZgNcXEd-ViaS_JVysPQ
2013-03-08 15:43:02,432 SCAA:calvin/FileItem,fciv.exe,_BCQS4KqJEeGix_iHXD-AVQ,_gImDXaqKEeGxssqvXRpG1A/Test Automation,_kBFZgNcXEd-ViaS_JVysPQ




Comments
Kevin Ramer commented Mar 08 '13, 3:53 p.m.

It is also possible to pull feed data on a scheduled basis.  There ought to be some posts somewhere detailing how to do that with Perl and a few Perl modules.

Your answer


Register or to post your answer.