Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleREPORT_MAP_CAUSES
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key 
CAUSENOT NULLVARCHAR start cause as used by JobScheduler
MAPPED_CAUSENOT NULLVARCHAR individual mapping of start cause
CREATEDNOT NULLDATETIME timestamp of record creation
MODIFIEDNOT NULLDATETIME timestamp of record modification

 

Custom Tables (Samples)

  • The following tables are used for customization of reports. Users can add individual records that are used for the mapping of results in individual reports:
    • Mapping of applications to jobs
    • Mapping of mandators to jobs

 

Aggregation Tables

Expand
titleREPORT_CUSTOMTRIGGER_APPSRESULTS
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key 
NAMESCHEDULER_IDNOT NULLVARCHAR application name
TITLENULLVARCHAR application title
Expand
titleREPORT_CUSTOM_JOBS
TITLE
corresponds to SCHEDULER_ORDER_HISTORY.SCHEDULER_ID
HISTORY_IDNOT NULLNUMERIC corresponds to SCHEDULER_ORDER_HISTORY.HISTORY_ID
TRIGGER_
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Foreign Key 

references REPORT_TRIGGERS.ID

START_CAUSENAMENOT NULLVARCHAR 

references SCHEDULER_HISTORY.CAUSE of the first step

for the value order check the start cause given in INVENTORY_JOB_CHAINS.START_CAUSE

STEPSNOT NULLNUMERIC job name

specifies the number of job steps that have been executed

ERRORNOT NULLNUMERIC 

specifies if an error occurred

  • 0: no error
  • 1: error
ERROR_CODENULLVARCHAR job title
Expand
titleREPORT_CUSTOM_MANDATORS
JobScheduler error code
ERROR_TEXTNULLVARCHAR error message
CREATED
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key 
NAMENOT NULLVARCHARDATETIME mandator nameTITLEtimestamp of record creation
MODIFIEDNOT NULLVARCHARDATETIME mandator titletimestamp of record modification
Expand
titleREPORT_CUSTOMEXECUTION_JOB_APPSDATES
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key 
JOB_NAMENOT NULLVARCHAR corresponds to INVENTORY_JOBS.NAME
APP_NAMENOT NULLVARCHAR corresponds REPORT_CUSTOM_APPS.NAME
Expand
titleREPORT_CUSTOM_JOB_MANDATORS
IDMANDATOR.ID
SCHEDULER_IDNOT NULLVARCHAR corresponds to SCHEDULER_ORDER_HISTORY.SCHEDULER_ID
HISTORY_
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key corresponds to SCHEDULER_ORDER_HISTORY.HISTORY_ID
REFERENCE_ID JOB_CHAINNOT NULLVARCHARNUMERICForeign Key

references REPORT_

JOBS

TRIGGERS.ID or REPORT_EXECUTIONS.ID

MANDATOR
REFERENCE_TYPENOT NULLNUMERIC 

type of reference:

  • 0:
Foreign Key
  • references REPORT_

Aggregation Tables

  • TRIGGERS
  • 1: references REPORT_EXECUTIONS
START_DAYNOT NULLNUMERIC 

calendar day

e.g. 1

START_WEEK
Expand
titleREPORT_TRIGGER_RESULTS
SCHEDULER_IDVARCHARHISTORY_IDSTART_CAUSEVARCHARERROR
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key  

calendar week

e.g. 52

START_MONTHNOT NULLNUMERIC corresponds to SCHEDULER_ORDER_HISTORY.SCHEDULER_ID

calendar month

e.g. 12

START_QUARTERNOT NULLNUMERIC 

quarter

e.g. 1

START_YEARcorresponds to SCHEDULER_ORDER_HISTORY.HISTORY_IDTRIGGER_IDNOT NULLNUMERIC Foreign Key

references REPORT_TRIGGERS.ID

year

e.g. 2015

END_DAYNOT NULLNUMERIC 

references SCHEDULER_HISTORY.CAUSE of the first step

for the value order check the start cause given in INVENTORY_JOB_CHAINS.START_CAUSE

calendar day

e.g. 1

END_WEEKSTEPSNOT NULLNUMERIC 

specifies the number of job steps that have been executed

calendar week

e.g. 52

END_MONTHNOT NULLNUMERIC 

specifies if an error occurred

  • 0: no error
  • 1: error
ERROR_CODENULLVARCHAR JobScheduler error code

calendar month

e.g. 12

END_QUARTERNOT NULLNUMERIC 

quarter

e.g. 1

END_YEARNOT NULLNUMERIC 

calendar year

e.g. 2015

ERROR_TEXTNULLVARCHAR error message

CREATEDNOT NULLDATETIME timestamp of record creation
MODIFIEDNOT NULLDATETIME timestamp of record modification

Custom Tables (Samples)

  • The following tables are used for customization of reports. Users can add individual records that are used for the mapping of results in individual reports:
    • Mapping of applications to jobs
    • Mapping of mandators to jobs

 

Expand
titleREPORT_EXECUTIONCUSTOM_DATESAPPS
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICPrimary Key 
SCHEDULER_IDNAMENOT NULLVARCHAR corresponds to SCHEDULER_ORDER_HISTORY.SCHEDULER_ID
HISTORY_IDNOT NULLNUMERIC corresponds to SCHEDULER_ORDER_HISTORY.HISTORY_ID
application name
TITLENULLVARCHAR application title
Expand
titleREPORT_CUSTOM_JOBS
REFERENCE_REFERENCE_TYPENUMERIC
FieldNullableData typeConstraintDescription
IDNOT NULLNUMERICForeign Primary Key

references REPORT_TRIGGERS.ID or REPORT_EXECUTIONS.ID

 
NAMENOT NULLVARCHAR 

type of reference:

  • 0: references REPORT_TRIGGERS
  • 1: references REPORT_EXECUTIONS
job name
TITLENULLVARCHAR job title
Expand
titleREPORT_CUSTOM_MANDATORS
NUMERIC
FieldNullableData typeConstraintDescription
ID
START_DAYNOT NULLNUMERIC 

calendar day

e.g. 1

START_WEEKNOT NULLNUMERIC 

calendar week

e.g. 52

START_MONTHNOT NULLNUMERICPrimary Key 

calendar month

e.g. 12

START_QUARTER
NAMENOT NULLVARCHAR 

quarter

e.g. 1

START_YEARNOT NULLmandator name
TITLENULLVARCHARNUMERIC 

year

e.g. 2015

mandator title
Expand
titleREPORT_CUSTOM_JOB_APPS
END_MONTHNUMERICEND_QUARTERNUMERIC
FieldNullableData typeConstraintDescription
ID
END_DAYNOT NULLNUMERIC 

calendar day

e.g. 1

END_WEEKNOT NULLNUMERIC 

calendar week

e.g. 52

Primary Key 
JOB_NAMENOT NULLVARCHAR 

calendar month

e.g. 12

corresponds to INVENTORY_JOBS.NAME
APP_NAMENOT NULLVARCHAR corresponds REPORT_CUSTOM_APPS.NAME
Expand
titleREPORT_CUSTOM_JOB_MANDATORS
FieldNullableData typeConstraintDescription
ID

quarter

e.g. 1

END_YEARNOT NULLNUMERIC 

calendar year

e.g. 2015

Primary Key 
JOB_CHAINCREATEDNOT NULLDATETIMEVARCHAR timestamp of record creationForeign Keyreferences REPORT_JOBS.ID
MANDATOR_IDMODIFIEDNOT NULLDATETIMENUMERIC Foreign Keyreferences REPORT_MANDATOR.IDtimestamp of record modification