This table contains rule server configuration data. Each row represents a rule server.
This table is deprecated and is provided for backward compatibility only.
Column Descriptions
Column Name
| Column Type
| Description
|
BZSRVCFG_ID
| INTEGER NOT NULL
| A system generated ID for this rule server configuration.
|
SERVERNAME
| VARCHAR(127) NOT NULL
| The name of the server. Must be unique within the table.
|
ENABLED
| INTEGER NOT NULL DEFAULT 1
| Indicates whether the rule server is enabled: 0=false, 1=true.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|