Book Image

Pentaho Business Analytics Cookbook

By : Sergio Ramazzina
Book Image

Pentaho Business Analytics Cookbook

By: Sergio Ramazzina

Overview of this book

<p>Pentaho Business Analytics 5 is a complete open source business intelligence suite, providing data integration, OLAP, reporting, data visualization, and data mining features.&nbsp; Pentaho Business Analytics Cookbook provides you with a valuable and detailed set of recipes that illustrate all the features of Pentaho Business Analytics 5, the new version of the popular BI platform. The book provides clear illustrations and simple examples, helping you learn the core topics visually.</p>
Table of Contents (19 chapters)
Pentaho Business Analytics Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Checking schedule execution


Periodically, we might want to check our schedules' execution. This recipe will discuss how we can do this.

Getting ready

To get ready for this recipe, the following conditions must be met:

  1. The Pentaho user must be successfully logged in to the Pentaho User Console.

  2. The user role must have the Schedule Content operational permission assigned.

How to do it...

Perform the following steps to check the schedules for execution:

  1. Go to the Schedule perspective.

  2. The schedule entries list appears; it provides the ability to check for the schedules' execution status.

How it works...

We can check for schedule execution by going to the Schedule perspective and looking at the schedule entries list. The schedule entries list has a column named Status, which is useful if we want to understand what happened.

You might be interested to know the entire set of possible statuses our schedule could be in. To satisfy our need for this knowledge, we could take a look at the Schedule State drop...