DSM Report Extractor. Reporter Data Source table, containing field categories from RDS files. Used by DSM Reporting and Queries
| Column Name | Column Datatype | Column Null Option | Column Comment |
| catname | nvarchar(127) | not null | The full, native name of the category which also serves as ID. |
| locid | nvarchar(3) | not null | The LOCALE identifier of the category |
| dispname | nvarchar(127) | not null | The full, local display name of the category |
| sources | nvarchar(256) | with null | The list of data sources that defines this category |
| descript | nvarchar(15000) | with null | Description of category |
| priority | integer | with null | The priority of the category, optionally used for listing order |
| status | integer | with null | The status flag of the category |
| type | integer | not null | The type of category |
| catdef | nvarchar(15000) | with null | Additional properties for the category |
Product Name: Unicenter Desktop and Server Management
Table Type: Table