![]() |
Copyright © TIBCO Software 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 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 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 © TIBCO Software Inc. All rights reserved. |