Copyright © Cloud Software Group, Inc. All Rights Reserved |
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.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 ID of the computer that this iProcess server plug-in is installed on, as defined in the node_cluster table.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.
This key enforces the DELETE CASCADE referential action.
The eai_registry table contains one row for each iProcess server plug-in that is installed on each server in this iProcess Engine node.
Copyright © Cloud Software Group, Inc. All Rights Reserved |