IBM Tivoli Federated Identity Manager, Version 6.2.1

Administrative events report response file

Before you can run a report using the run operation with the manageItfimReports command, you must create a response file, and then edit the response file so that it contains the appropriate values for your environment.

Create a response file for running an administrative events report by running the following command:
$AdminTask manageItfimReports {-operation createResponseFile -fimDomainName name
		 -reportDesign administrative_events.rptdesign
  -fileId file}
After you have run this command, a response file is created as follows:
#Response File generated for administrative_events.rptdesign
#Wed Nov 28 00:14:52 CST 2007
Administrator=Enter a value here
Date_Range_Start=Enter a value here
Event_Type=Enter a value here
Date_Range_End=Enter a value here

Open the file with a text editor, review the attributes that are defined in the file, make changes to specify the type of report you want to run, and then save and close the file.

Parameters

Administrator=Enter a value here
The value can be All User IDs (case sensitive and specified as shown here), or a specific administrator user, such as fimadmin.
Date_Range_Start=Enter a value here
Specify the date and time on which the report should begin. The date must be specified in mm/dd/year format. The time must be specified in 12-hour format with hour, minute, seconds (hh:mm:ss) and the abbreviation AM or PM in uppercase, for example 12:00:00 AM.
Event_Type=Enter a value here
Specify the events to include in the report. Valid values are All Events, Federation Events, Federation Partner Events, Web Service Partner Events, or Audit Configuration Events.
Date_Range_End=Enter a value here
Specify the date and time on which the report should end. The date must be specified in mm/dd/year format. The time must be specified in 12-hour format with hour, minute, seconds (hh:mm:ss) and the abbreviation AM or PM in uppercase, for example 12:00:00 AM.

Example

Following is a report response file that has been edited. Values that are appropriate to a specific environment have been added.

 #Response File generated for administrative_events.rptdesign
#Wed Nov 28 00:14:52 CST 2007
Administrator=All User IDs
Date_Range_Start=01/01/2007 12:00:00 AM
Event_Type=All Events
Date_Range_End=01/31/2007 12:00:00 AM


Feedback