WebFOCUS Online Help > ReportCaster Development and Administration > Tracking a Schedule Using the Log Option > Viewing a Log Report
In this section: |
Using the Schedule Log option, you can run a log report for one or more specified schedules or for all schedules owned by a specific user. The Schedule Log option also enables you to purge specific log files to conserve space.
Tip:
The following procedure describes how to run a log report for specific schedules. For more log options, including the ability to run a log report for all schedules for a specific user, see Viewing a Log Report Using the Schedule Log Option.
The ReportCaster Log Option dialog box opens with the Selected schedules check box checked.
Note: You cannot uncheck the Selected schedules check box.
If you have selected the Date option, proceed to Step 3. Otherwise, proceed to Step 7.
When you access the ReportCaster Development and Administration Interface, click the Schedule Log link to access the ReportCaster - Log Management window.
From the ReportCaster - Log Management window, you can:
For an alternative way to view a log report for specific schedules, see How to View a Log Report for a Specific Schedule Using the Log Icon or Right-Click Option.
Select one or more schedules (for example, Schedule ID Su1jlkjr3 and SU3scSc1f5) and then click the Open Log Report icon. You can also select the schedule(s) and click Open from the Action menu, or right-click the schedules and click Open from the drop-down list.
Note: To select multiple schedules, use the Shift key and Control (Ctrl) key, as in a standard Windows interface.
The ReportCaster Log Selection Options dialog box opens with the Selected schedules check box active and checked.
Note: To switch from the item(s) you selected to viewing all schedules for that user, uncheck the Selected schedules check box.
To view a log report for all schedules:
Click the Open Log Report icon without selecting a schedule. The ReportCaster Log Selection Options dialog box opens with the Selected schedules check box inactive and unchecked.
If you have selected the Date option, proceed to step 4. Otherwise, proceed to step 8.
This section contains information about how to read a log report, how values from &ECHO variables and –TYPE commands in WebFOCUS procedures can appear in log reports, and considerations for e-mail addresses and burst reports when viewing a log report.
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 and/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 and/or distribution methods in the schedule.
When schedules with unavailable Task Types and/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 and/or distribution methods to run.
WebFOCUS |