Products | Versions |
---|---|
TIBCO iProcess Engine (Oracle) | - |
Not Applicable | - |
Description:
Product Name : TIBCO iProcess Engine (Oracle)
Release Version : 11.0.1-Hotfix08
Release Date : February 2009
=======================================================
This hotfix corrects the issues listed in the Closed Issues sections,
and includes all previous hotfixes except 11.0.1-Hotfix03 and 07.
This hotfix applies to TIBCO iProcess Engine version 11.0.1 running
on the following platform and database:
Intel Pentium x86; Linux with Oracle 10g
IBM RS/6000; AIX 5L with DB2 8.2/9.1
=======================================================
Closed Issues in 11.0.1-Hotfix08
Defect Id: MR 38686 (Parent MR 35523)
Errors are occurring due to parameter template procedures being
included in the audit procedure list.
Defect Id: MR 38265 (Parent MR 36789) (Oracle only)
TIBCO iProcess Engine uses Oracle Events for inter-process
communication. Because it does not use a fixed port number,
iProcess cannot communicate with Oracle Events across a firewall.
Corrected. It is now possible to specify a range of AQ port numbers
to be used in iProcess for communication through the firewall with
Oracle Events.
Ensure that you specify enough AQ ports for iProcess system
processes. On a typical system, you should specify a minimum of 7
ports for iProcess (sentinel and utility processes), plus an
additional port for each process defined in the process_config
database table.
In addition to configuring the AQ port range in iProcess as
described below, ensure that your firewall is configured to
allow access for the iProcess AQ port range that you defined as
well as the iProcess RPC port range, and any required Oracle ports
(such as the default port 1521).
The following two new tables are provided:
aq_port_range_conf: this records port ranges including the start
port number and the count of the ports.
aq_port_range: this records the state of every port in every
range.
The following new commands are provided in the SWDIR\util\swadm
utility to manage the two new tables:
Use the following command to add a new port range in the
aq_port_range_conf table.
swadm add_aq_port_range {<machine_id>|ALL|0} <start_port> <count>
<machine_id> The ID of machine to which the port range is
added. If this field is input as "ALL" or "0",
the port range will be added to all machines.
<start_port> The port at which the port range starts.
<count> The range size for the port range.
This command outputs a <range_id> which identifies this port range.
Use the following command to show all port ranges including RPC
port ranges and Oracle AQ event port ranges.
swadm show_ranges
Use the following command to modify Oracle AQ event port ranges.
swadm mod_aq_port_range <machine_id> <range_id> <start_port> <count>
<machine_id> The ID of the machine to which the port range
identified by the <range_id> argument applies.
<range_id> The range_id of the port range you wish to
modify.
<start_port> The port at which the modified port range now
starts.
<count> The new range size for the modified port range.
Use the following command to delete Oracle AQ event port ranges.
swadm del_aq_port_range <range_id>
=======================================================
NOTE: See attached Readme document for installation instructions and issues resolved in previous hotfix releases.
=======================================================
The TIBCO iProcess Engine (Oracle) 11.0.1 HotFix 08 can be downloaded from our support-ftp.tibco.com. You will be able to download by clicking on the link below after you provide your TIBCO Support Web username and password in the url:
ftp://username:password@support-ftp.tibco.com
Directory path:
available_downloads/StaffwareProcessSuite/iProcess/engine/11.0.1/hotfix-08
=======================================================