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


Chapter 17 Firewall Port Ranges : port_range_active

port_range_active
The port_range_active table lists what port/RPC numbers are being actively used to provide RPC services by iProcess Engine processes.
Structure
The port_range_active table has the following structure:
TABLE port_range_active (
logical_machine_id
INTEGER NOT NULL,
logical_process_name VARCHAR(10) NOT NULL,
logical_process_instance INTEGER NOT NULL,
process_id INTEGER NOT NULL,
port_number INTEGER NOT NULL,
rpc_number INTEGER NOT NULL)
Note: See "Administering iProcess Engine Server Processes" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names.
Primary Key
The following primary key is defined for this table.
logical_machine_id, logical_process_name, logical_process_instance
Triggers
None.
Indexes
None.
Table Activity
The port_range_active table contains one row per port/RPC number that is being actively used by the iProcess Engine.
Rows are added, updated and deleted in the following situations.

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