Job Management Partner 1/Software Distribution Description and Planning Guide

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

Appendix C.61 netmdm_registry

This table stores the registry information for a client.

Column name Oracle Microsoft SQL Server Embedded RDB Description Key No.
Data type Size Data type Size Data type Size
dm_nodename VARCHAR2 64 varchar 64 MVARCHAR 64 Host name (host name, IP address, or host ID) 1
dm_regpath VARCHAR2 255 varchar 255 MVARCHAR 255 Registry path 2
dm_regstatus RAW 1 binary 1 BINARY 1 Registry status:
  • 0x00: Data has not been collected
  • 0x01: Data has been collected successfully
  • 0x02: Specified registry path was not found
  • 0x03: Data was not found
  • 0x04: Data has exceeded the maximum value
--
dm_regtype RAW 1 binary 1 BINARY 1 Registry attributes:
  • 0x01: Character string
  • 0x02: DWORD
  • 0x03: Binary
--
dm_value VARCHAR2 255 varchar 255 MVARCHAR 255 Registry data --
dm_oskind NUMBER 10 int 4 INTEGER -- OS type of the destination:
  • 0x02: Windows NT 4.0
  • 0x04: Windows 2000
  • 0x08: Windows XP
  • 0x10: Windows 95
  • 0x20: Windows 98
  • 0x40: Windows Me
  • 0x80: Windows Server 2003
  • 0x100: Windows Vista
  • 0x200: Windows Server 2008
  • 0x400: Windows 7
  • 0x800: Windows Server 2008 R2
  • 0x1000: Windows 8
  • 0x2000: Windows Server 2012
--

Legend:
--: Not applicable