The autoaggr command is returne CAUAJM_I_40024 messgae
search cancel

The autoaggr command is returne CAUAJM_I_40024 messgae

book

Article ID: 280378

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

User runs the autoaggr and may get this error - CAUAJM_I_40024 No statistics found for the specified time range.

For example:


autoaggr -m -J -c -o "c:\temp\servername.csv" 

Environment

AutoSys Workload Automation 12.x

Cause

Statistics data needs to be aggregated first before aggregated statistics reports can be generated.

Resolution

The command shown below is correct in syntax:

autoaggr -m -J -c -o "c:\temp\servername.csv"

To run the command, the statistics data need to be aggregated first either automatically by the scheduler or manually using sendevent.

For the Scheduler to aggregate statistics data automatically, set AggregateStatistics to 1 in %AUTOUSER%\config.%AUTOSERV% (Windows) or $AUTOUSER/config/$AUTOSERV (Unix)

To use sendevent, see the documentation at the following link:

sendevent Command -- Aggregate Statistics