Defines the installation definition and value, used by installation to determine what is installed.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| host_id | integer | not null | The identity of the host. |
| product_code | nvarchar(64) | not null | Product code are:
USV: Unicenter Service View USA: Unicenter Service Accounting USC: Unicenter Serviec Catalog USM: Unicenter Service Meter USS-BO: Unicenter Service SLM-Base Options USS-AO: Unicenter Service SLM-Advance Options |
| name | nvarchar(128) | not null | Field name
it will contain data like buildnumber is_installed |
| value | nvarchar(64) | with null | Field value |
| data_type | integer1 | with null | Holds the Data Type for the name field
String = 0 Integer = 1 Float = 2 Date = 3 Decimal = 4 Double = 5 Binary = 6 |
Product Name: Unicenter Service Management
Table Type: Table