Data Entry > Viewing log information > Generating audit related reports
 
Generating audit related reports
Refer to the CreateOperatorReports.mrs sample script for information on using the InterviewerDataCollectionAudit_Analysis.mdd and DataCollectionAudit_Analysis.ddf files to generate audit related reports. The script is installed with the UNICOM Intelligence Developer Documentation Library at:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\DDL\Scripts\Interview\Utilities\CreateOperatorReports.mrs
and can be run by mrScriptCl.exe or in the UNICOM Intelligence Professional application.
Before running the reports, you will need to either copy the report script to the directory where the DataCollectionAudit_Analysis.mdd and DataCollectionAudit_Analysis.ddf are stored, or update the script (METADATA and DBLOCATION are defined at the top of the script) to point to the appropriate file paths. These files are typically in:
C:\Documents and Settings\<your Windows user name>\Application Data\IBM\SPSS\DataCollection\<version>\Interviewer\Config\Audit
You may also want to update the OUTPUT setting (this defines the name and location of the output file). The output files are named OperatorReport.mtd and OperatorReport.htm and are located in the current directory. However, you can provide a different path and file names by the OUTPUT define setting.
Once you have updated the settings, you can run the script from a Windows command prompt using:
mrScriptCl.exe CreateOperatorReports.mrs
This creates an output .htm file of exported tables as well as an output .mtd file that you can use in UNICOM Intelligence Reporter for more investigation.
See
Viewing log information