Job Management Partner 1/Software Distribution Description and Planning Guide

[Contents][Glossary][Index][Back][Next]

Appendix C.43 netmdm_monitoring_program

This table stores information about a program being monitored for software operation monitoring.

Column name Oracle Microsoft SQL Server Embedded RDB Description Key No.
Data type Size Data type Size Data type Size
dm_policyname VARCHAR2 64 varchar 64 MVARCHAR 64 Policy name 1
dm_seqnumber NUMBER 10 Int 4 INTEGER -- Sequence number of the program being monitored for a policy 2
dm_filename VARCHAR2 255 varchar 255 MVARCHAR 255 File name of the program being monitored --
dm_originalfilename VARCHAR2 255 varchar 255 MVARCHAR 255 Formal file name of the program being monitored --
dm_fileversion VARCHAR2 50 varchar 50 MVARCHAR 50 File version of the program being monitored --
dm_filelanguage CHAR 2 char 2 VARCHAR 2 File language of the program being monitored.
If no value is specified, NULL is set.
--
dm_productname VARCHAR2 50 varchar 50 MVARCHAR 50 Name of software containing the program being monitored --
dm_productversion VARCHAR2 50 varchar 50 MVARCHAR 50 Product version of the program being monitored --
dm_productlanguage CHAR 2 char 2 VARCHAR 2 Product language of the program being monitored.
If no value is specified, NULL is set.
--
dm_actiontype CHAR 1 char 1 VARCHAR 1 Whether startup is to be suppressed:
  • 0x00: Permit startup
  • 0x01: Suppress startup
  • 0x02: Reference permission conditions
--
dm_filetype CHAR 1 char 1 VARCHAR 1 Whether the monitoring target is specified by file name or path name:
  • 0x00: File name
  • 0x01: Path name
If a path name is specified in dm_filename, 0x01 is set.
--

Legend:
--: Not applicable