Audit report that shows which users have access to/have loaded which files?
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
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
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