Table that keeps track of Unicenter NSM repositories used by Service Analyzer
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) Numeric ID |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(60) | not null | The sym value for this Business_Management_Repository. |
| nx_desc | nvarchar(40) | with null | The description value for this Business_Management_Repository. |
| userid | nvarchar(40) | with null | The userid value for this Business_Management_Repository. |
| password | nvarchar(200) | with null | The password value for this Business_Management_Repository. |
| hostname | nvarchar(64) | not null | The hostname value for this Business_Management_Repository. |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
Product Name: Unicenter Service Desk
Table Type: Table