Database Table: BZSVCCFG

This table contains rule service configuration data. Each row represents a rule service configuration, including to which rule server the service belongs.

Column Name Column Type Column Description
AGENTS INTEGER
NOT NULL, DEFAULT -1
The initial number of rule agents the system creates when it starts this rule service. Setting this to the special value -1 causes the system to create and destroy rule agents as required.
BZSRVCFG_ID INTEGER
NOT NULL
The ID of the rule server to which this rule service belongs.
BZSVCCFG_ID INTEGER
NOT NULL
A system generated ID for this rule server configuration.
ENABLED INTEGER
NOT NULL, DEFAULT 1
Indicates whether the rule service is enabled: 0=false, 1=true.
LASTUPDATE TIMESTAMP
NOT NULL
The date and time of the last time this rule service was updated, either by changing configuration data or the underlying rule project.
PROJECTPATH VARCHAR (1022)
NOT NULL
The location of the rule project on the file system. This should be a fully-qualified path.
SERVICENAME VARCHAR (127)
NOT NULL
The name of this rule service. Any non-empty string is valid. The name must be unique within a rule server and store entity.
SESSIONTIMEOUT INTEGER
NOT NULL, DEFAULT 30000
The length of time (in milliseconds) the system will wait for this rule service to respond to a request.
STOREENT_ID INTEGER
NOT NULL
The store entity to which this rule service belongs.
Indexes:
Index Name Indexed Column Names Index Type
I0000052 SERVICENAME, STOREENT_ID, BZSRVCFG_ID Unique Index
SQL030416034849540 BZSVCCFG_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_149 BZSRVCFG_ID BZSRVCFG BZSRVCFG_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_150 BZSVCCFG_ID BZSVCSTA BZSVCCFG_ID Cascade