Defining Object Lists and Exclusions - Teradata Viewpoint

Teradata Viewpoint User Guide

Product
Teradata Viewpoint
Release Number
16.00
Published
October 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
fey1467302953244.ditamap
dita:ditavalPath
2206_User_vp_1600_NEW.ditaval.ditaval
dita:id
B035-2206
lifecycle
previous
Product Category
Analytical Ecosystem

This topic provides general information on how to define object lists to use in job scopes, and how to prevent objects from being included in the jobs.

Creating Object Lists

You can create an object list in Teradata Database and use the list when specifying the scope of jobs.
  1. Create an object list using the TDStats.CreateObjectList stored procedure.
  2. Populate TDStats.ObjectListEntry with appropriate values.
  3. Wait for the Stats Manager data collector to run for the object list to be recognized by the portlet. Once recognized, it appears in the existing object list on the Scope tab when editing a job.
  4. Select the object list to have the job use for the job scope.

Excluding Objects from Jobs

Define Global Excludes to prevent objects from being included in Stats Manager jobs and from appearing in the portlet.
  1. Use the TDStats.AddExcludedObject stored procedure to identify objects for exclusion.
  2. Wait for the Stats Manager data collector to run for the excluded object list to take effect.

For more information, see Application Programming Reference.