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 Description(s):
Column NameColumn TypeDescription
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.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031205490 BZSVCCFG_ID+CLONE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_150 BZSVCCFG_ID BZSVCCFG BZSVCCFG_ID Cascade

Feedback