Report: Read
The module reads reports for a set of object in a given period of time. The reports will be written to files that are based on the object name, the report type and the runID. Optionally the content of the reports can be filtered based on a regular expression.
Designation
- Name
- info.ReportRead
- Aliases
- ReportRead
Configuration
- Optionen
- Begin timestamp (
stat-begin
) - Beginning of time period
- End timestamp (
stat-end
) - End of time period
- Task states (
states
) - defines the task status a task must haveMögliche Werte: ANY_ABEND (
ANY_ABEND
), ANY_OK (ANY_OK
), ANY_SKIPPED (ANY_SKIPPED
), ENDED_CANCEL (ENDED_CANCEL
), ENDED_EMPTY (ENDED_EMPTY
), ENDED_INACTIVE_OBJECT (ENDED_INACTIVE_OBJECT
), ENDED_INACTIVE (ENDED_INACTIVE
), ENDED_NOT_OK (ENDED_NOT_OK
), ENDED_OK (ENDED_OK
), ENDED_OK_OR_EMPTY (ENDED_OK_OR_EMPTY
), ENDED_OK_OR_INACTIV (ENDED_OK_OR_INACTIV
), ENDED_SKIPPED (ENDED_SKIPPED
), ENDED_TIMEOUT (ENDED_TIMEOUT
), ENDED_UNDEFINED (ENDED_UNDEFINED
), ENDED_VANISHED (ENDED_VANISHED
), FAULT_ALREADY_RUNNING (FAULT_ALREADY_RUNNING
), FAULT_NO_HOST (FAULT_NO_HOST
), FAULT_OTHER (FAULT_OTHER
), USER_100_200 (USER_100_200
), USER_147 (USER_147
), USER_201_299 (USER_201_299
), USER_300 (USER_300
), USER_500_600 (USER_500_600
)
- Agent (destination) (
agent
) - Pattern of an agent name for the destination agent
- include child tasks (
children
) - Activating the option will include the child tasks in the analysis
- Number of Levels (
recursion-depth
) - Defines how many levels of child tasks should be included
- Maximum number of results (
max-results
) - Defines the maximum number of statistics records that will be retrieve per object
- Output directory (
output-dir
) - The directory where the report files will be stored
- Report types (
report-types
) - Selection of report types to investigateMögliche Werte: Aktivierungsreport (
ACT
), Mandanten-Report (CLNT
), Laufzeit-Report (LOG
), SYSLST-Report für BS2000-Jobs (LST
), Objekt-Report (OBJ
), Agent-Report (PLOG
), Post-Script-Report (POST
), Interner Report (PP
), Jobreport (REP
), Script-Report (REV0
), JCL-Report (REV1
), Objektzugriffsreport (REV2
)
- create folders (
with-folders
) - creates the folders of the objects on the file system. Otherwise the files will be stored in the given folder.
- Use Object Alias (
use-alias
) - If set the object alias of statistic record is used in the filename instead of the object name
- Regular Expression (whole line) (
regex
) - Only the lines matching the given regular expression are written to the report files. The expression must match the whole line and not just a part of it.