Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 16 iProcess Server Plug-ins : eai_registry

eai_registry
The eai_registry table stores information about each iProcess server plug-in that is installed on this iProcess Engine. The background process reads this table to determine which iProcess server plug-ins to start.
Structure
The eai_registry table has the following structure:
TABLE eai_registry(
eai_type
VARCHAR(20) NOT NULL,
logical_machine_id INTEGER NOT NULL,
release_version VARCHAR(32) NOT NULL,
plugin_library VARCHAR(256) NOT NULL,
init_params VARCHAR(1024) )
EAIDB  EAI Database
EAISCR  EAI Script
EAIWEBSERVICES  EAI Web Services
Note: If a node cluster architecture is in use, the iProcess server plug-in must be installed on each server in the cluster that is configured to run a background process.
Pathname (on this logical_machine_id) where this EAI server plug-in is installed.
Primary Key
The following primary key is defined for this table.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Table Activity
The eai_registry table contains one row for each iProcess server plug-in that is installed on each server in this iProcess Engine node.
Rows are added, updated and deleted in the following situations.
 

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.