Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, 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
varchar2(20) NOT NULL,
logical_machine_id number(5) NOT NULL,
release_version varchar2(32) NOT NULL,
plugin_library varchar2(256) NOT NULL,
init_params varchar2(1024) NULL)
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.
Storage
The following STORAGE values are 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 © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved