usm_analyze_job

Represents an analyze job, that may be scheduled to be executed at regular interval specified in usm_analyze_schedule.

Each job is associated with a scope and a set of report groups. The scope analyze function will be executed on the metric instances within the associated report groups that matches the scopes metrics and also the analyze function metrics.

Column Name Column Datatype Column Null Option Column Comment
analyze_job_id integer not null Unique identity for the analyze job
title nvarchar(255) with null The title for the job and the created analyses/reports.
scope_id integer with null Unique identity for the scope
recent_analysis_status integer with null The status of the most recent analysis available for this analyze job.

The most recent is not necessarilty the last run analysis

created integer with null  
updated integer with null  

Product Name: Unicenter Service Management

Table Type: Table

Relationships:

Primary Key Related Table Related Column
analyze_job_id usm_last_analysis analyze_job_id
analyze_job_id usm_analyze_export_option analyze_job_id
analyze_job_id usm_analyze_schedule analyze_job_id
analyze_job_id usm_analyze_job_option analyze_job_id
analyze_job_id usm_analysis analyze_job_id
analyze_job_id usm_link_analyze_job_group analyze_job_id


Copyright © 2006 CA. All rights reserved.