This section describes the dss_server_id table.

dss_server_id

This table stores information that the ScenarioClusterManager service uses to identify the process editor server in a multiple server configuration.

Column

Data Type

Constraint

server_id

VARCHAR(40)

NOT NULL

(primary key)

A combination of a server name and drpPort number that is used to uniquely identify each scenario server. Example: mymachine.example.com:8850.

server_type

INT

NOT NULL

The scenario server type. Possible values are 0 for the process editor server, 1 for a global server , and 2 for an individual server.

 
loading table of contents...