Previous Topic: List of Report URLsNext Topic: AuthMinder Logging


Examples of Using the Tool

The following is the code snippet for downloading the User Activity Report:

java -jar arreporttool.jar --protocol http --host localhost --port 8080
-- admin-org-id arcot --admin-id ga --admin-password ga123 --report-id AAC.ViewUserActivityReport --report-url /Ac_AdminUserActivity/view.htm --startdate-time "01/01/2012" --end-date-time "01/30/2012" --log-file C:/tool.log -- organizations ARCOT --userName ua

The following is the code snippet for downloading the Organization Report:

java -jar arreporttool.jar --protocol http --host localhost --port 8080 -- admin-org-id arcot --admin-id ga --admin-password ga123 --report-id AAC.ViewOrgActivityReport -report-url /Ac_AdminOrgActivity/view.htm --start-date-time "01/01/2012" --end-date-time "01/30/2012" --log-file C:/tool.log --organizations ARCOT;TEST