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 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. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031205490 |
BZSVCCFG_ID+CLONE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_150 |
BZSVCCFG_ID |
BZSVCCFG |
BZSVCCFG_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.