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

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

0 votes



One answer

Permanent link
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



0 votes

Comments

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 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
× 12,020

Question asked: Feb 25 '13, 3:37 p.m.

Question was seen: 4,663 times

Last updated: Mar 08 '13, 3:53 p.m.

Confirmation Cancel Confirm