WebFOCUS Online Help > ReportCaster End User > Maintaining a Schedule > Viewing a Log Report
How to: Reference: |
Information about the date, time, execution status, and recipients of a distributed report job can be accessed using the Log icon. The Log icon enables you to run a log report that contains information about a distributed job, such as whether or not the job executed successfully, when the report output was distributed, in what format the report output was sent, and the method of distribution. Log reports are stylized HTML format, and appear in a separate browser window. You can search, print, or save the log report.
From the Schedules window in the ReportCaster HTML User Interface, you can view one or more log reports for a schedule by performing the following steps:
Note: To select multiple schedules, use the Shift key and Control (Ctrl) key as in a standard Windows interface.
The following image shows the East Coast Sales and Sales schedules selected in the Schedules window.
The following image shows the ReportCaster Web Page Dialog box that opens, with the Selected Schedule check box active and checked and the Last Executed option selected.
To switch from the schedule you selected to viewing information about all of your schedules, uncheck the Selected Schedule check box. If you want to change your selection criteria, click Cancel and select another schedule from the list.
If you have selected the Date Executed option, proceed to the following step. Otherwise, proceed to Step 6.
The Job Process Log Report opens.
The log report displays information according to your specifications in a separate browser window. One log record is produced for each scheduled job run in the specified time frame. The following image provides an example of a typical log report.
If you chose to view log reports for multiple schedules, the Job Process Log Report contains a log record for each schedule you selected. The following images shows an example of a log report for multiple schedules.
The log report first lists the job description for the record, which is the unique description identifier that you specified when you created the schedule. Underneath the Job Description, the left column of the log report includes the following information:
In the second column, the log report specifies messages consisting of the following:
Values from &ECHO variables and –TYPE commands in WebFOCUS procedures appear in log reports. The &ECHO variable displays command lines as they execute in order to test and debug procedures. The -TYPE command enables you to comment and evaluate your code for informational and debugging purposes. For example, if the following procedure is scheduled using ReportCaster, it may produce a log report similar to the example that follows this procedure.
-SET &ECHO=ALL; -TYPE Country Sales and Growth -TYPE Parameter RATE is passed into report to forecast potential sales growth TABLE FILE CAR HEADING "Sales Growth Forecast using Rate: &RATE " SUM SALES AS 'Sales' COMPUTE GROWTH/D12.2 = (SALES * &RATE) + SALES; AS 'Sales, Forecast' BY COUNTRY AS 'Country' END
The following image shows an example of the log report.
Note: For more information about &ECHO variables, see Testing and Debugging a Dialogue Manager Procedure in the Developing Reporting Applications manual.
When viewing a log report, be aware of the following considerations.
Task and Report Names:
The ReportCaster Log references Managed Reporting folders and FEXes by their names and not their descriptions.
E-mail Addresses:
ReportCaster cannot validate e-mail addresses since e-mail validation is performed by the mail server. The log report will include any e-mail addresses validated by the mail server and returned to ReportCaster.
Burst Reports:
Burst Value: value is not in the database.
FILE filename SUCCESSFULLY DISTRIBUTED TO destination FOR burst value.
Unavailable Options:
When schedules with unavailable Task Types or distribution methods are not permitted to run, error notification is triggered and information is included in full and brief notifications and in the log report that your ReportCaster Administrator or the owner of the schedule must change the unavailable Task Types or distribution methods in the schedule.
When schedules with unavailable Task Types or distribution methods are permitted to run, normal job execution occurs and a message appears in the log report indicating that your ReportCaster Administrator is allowing existing schedules using the unavailable Task Types or distribution methods to run.
If you do not receive a log report because there is an insufficient amount of memory available, this may be because the report is too large or you have too many windows open. Information Builders recommends closing all windows and attempting to run the log report again. If you are still unsuccessful, rerun a schedule that successfully created a log report. If you are successful in running the log report, this confirms that the original log report that did not run was too large to be processed. Contact your ReportCaster Administrator to help you troubleshoot this issue.
WebFOCUS |