DSM Report Extractor. Reporter Data Source table, containing data sources from RDS files. Used by DSM Reporting and Querying
| Column Name | Column Datatype | Column Null Option | Column Comment |
| srcid | nvarchar(64) | not null | The ID of the data source |
| locid | nvarchar(3) | not null | The LOCALE identifier of the data source |
| dispname | nvarchar(127) | not null | The full, local display name of the data source |
| descript | nvarchar(15000) | with null | Description |
| type | integer | with null | Type identifier of the data source |
| status | integer | with null | Status flag for the data source |
| server | nvarchar(64) | with null | External DB Server holding the data |
| dbname | nvarchar(64) | with null | Name of DB containing the data |
| dsn | nvarchar(64) | with null | Name of DSN to use to access data |
| srcdef | nvarchar(15000) | with null | Additional properties for the data source |
| linkdef | nvarchar(15000) | with null | Link properties for the data source |
Product Name: Unicenter Desktop and Server Management
Table Type: Table