This table contains legacy DTS agents that checkin to the TOS. This table is maintained by the TOS and forms a part of the DTS Network Repository (NOR). DTS notify the TOS and provide the information that is inserted into this table. Depending upon the version of the agent, certain fields may not be completed.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| object_id | integer | not null | Unique primary key. No other object in the NOR will have the same object id |
| name | nvarchar(10) | with null | Name field for OBJ/TNG WV API compatability |
| label | nvarchar(100) | with null | Label field for OBJ/TNG WV API compatability |
| description | nvarchar(150) | with null | Description for this subscription object |
| user_data1 | nvarchar(255) | with null | To store client data |
| user_data2 | nvarchar(255) | with null | To store client data |
| agent_naddr | nvarchar(50) | with null | Address of the agent |
| agent_uuid | nvarchar(40) | with null | Host uuid of the agent |
| update_time | integer | with null | Time that the agent last checked in |
| agent_version | nvarchar(15) | with null | Version of the agent |
| agent_name | nvarchar(255) | with null | Name (usually machine name) reported from the agent |
| agent_installed | nchar(1) | with null | Is there a DTS Agent installed |
| nos_installed | nchar(1) | with null | Is there a DTS NOS installed |
| tos_installed | nchar(1) | with null | Is there a DTS TOS installed |
| sos_installed | nchar(1) | with null | Is there a DTS SOS installed |
Product Name: Unicenter Desktop and Server Management
Table Type: Table