WebSphere Commerce database table: BZSVCSTA

This table indicates the last-known status of a rule service. Each row represents status reported by an application clone for a rule service. This table is deprecated and is provided for backward compatibility only.

Column Descriptions
Column Name Column Type Description
BZSVCCFG_ID INTEGER NOT NULL The ID of the rule service to which this status report corresponds.
CLONE_ID VARCHAR(32) NOT NULL The name of the application clone reporting status.
STATUSCODE VARCHAR(32) NOT NULL A code representing the status of this rule service. The code must not be translated.
OPTCOUNTER SMALLINT Reserved for IBM internal use.

Indexes
Index Name Indexed Column Names Index Type
SQL060903235134200 BZSVCCFG_ID+CLONE_ID Primary Key

Constraints
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_150 BZSVCCFG_ID BZSVCCFG BZSVCCFG_ID Cascade