Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 1 The TIBCO iProcess Engine Node : nodes

nodes
The nodes table holds information about this iProcess Engine node. A node is a single logical iProcess Engine, which may be installed either on a single computer, or spread over several using a node cluster architecture).
Structure
The nodes table has the following structure:
TABLE nodes(
node_id
INTEGER NOT NULL,
node_name VARCHAR(24) NOT NULL,
dir_name VARCHAR(28) NOT NULL,
mail_addr VARCHAR(149) ,
mail_cert VARCHAR(31) ,
mail_type INTEGER NOT NULL,
node_public SMALLINT NOT NULL,
node_slave SMALLINT NOT NULL,
node_deleted SMALLINT NOT NULL,
rpc_majvers SMALLINT NOT NULL,
rpc_minvers SMALLINT NOT NULL,
server_majvers SMALLINT NOT NULL,
server_minvers SMALLINT NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Table Activity
The nodes table contains one row, which is the entry for the iProcess Engine.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.