Global_Servers - Maintains a list of Service Desk installations that comprise the Global Service Desk
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| 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 |
| remote_sys_id | integer | not null | Regional system id |
| sym | nvarchar(30) | not null | Descriptive name |
| description | nvarchar(100) | with null | Comments field |
| cr_prefix | nvarchar(5) | with null | Prefix for requests for a region |
| chg_prefix | nvarchar(5) | with null | Prefix for changes for a region |
| iss_prefix | nvarchar(5) | with null | Prefix for issues for a region |
| is_master | integer | with null | Is this server defined as master |
| global_name | nvarchar(30) | not null | Value of NX_GLOBAL_NAME on region server. Used by region processes to determine what region they are running in. |
| slump_addr | nvarchar(30) | with null | Slump server address as known by master region |
| web_protocol | nvarchar(10) | with null | Web access protocol (http, https) |
| web_server | nvarchar(30) | with null | Web server name |
| web_server_port | nvarchar(10) | with null | Web server port(can be blank) |
| web_url | nvarchar(100) | with null | Rest of URL to pdmweb.exe of remote system (or webdirector) |
Product Name: Unicenter Service Desk
Table Type: Table