Products | Versions |
---|---|
TIBCO ActiveMatrix Adapter for Oracle BRM | - |
Not Applicable | - |
Description:
Infranet Adapter 4.1.1 Patch 5 is available for all platforms supported by Infranet Adapter 4.1.1.
To know the platforms supported by Infranet Adapter 4.1.1 please see the readme file.
Defects Fixed
-------------
1. Defect_Id: 1-3HHZAC
Defect description: The adapter Subscriber and RPC Server dumped core
on HP-UX when used in multi-threaded mode under very heavy load.
Solution: This defect has been fixed.
The connection handling mechanism of the adapter has been modified
to replace the shared pool of connections with dedicated connection
for every dispatcher thread.
With this modification, the number of connections made by the adapter
to Infranet would be equal to the number of dispatcher threads created
for the adapter. Every dispatcher thread will have a dedicated
connection handle with Infranet and hence a particular thread during
its lifetime, would use only the connection handle associated with it.
Runtime adapter will ignore the Connection 'PoolSize' configured for
the adapter instance and will create as many connections as there are
dispatchers configured for adapter Sessions. If no value is set for
dispatcherCount for any of the adapter sessions, by default one
connection would be opened with Infranet and it would be associated
with the default dispatcher thread of the adapter instance.
Example:
If an adapter instance has 3 transport sessions with dispatcherCount
for every session set to 4, then the adapter will have a default
dispatcher thread at instance level and 4 additional threads for
every session. In this case the adapter will have altogether
13(3*4 + 1) dispatchers and hence the adapter will create 13
connections with Infranet and associate a dedicated connection
handle to each dispatcher thread.
2. Defect_Id: 1-3P36HP
Defect description: The adapter Subscriber and RPC Server show a growth in memory usage.
Solution: This defect has been fixed.
3. Defect_Id: 1-3DVFY2
Defect description: For every service request, the adapter logs a large number of trace
messages under Info role that should ideally have been logged under Debug role.
Solution: This defect has been fixed.
The patch can be downloaded from the TIBCO Product Support ftp server, ftp://support-ftp.tibco.com/, using your username and password for the TIBCO Support Web. Once logged on you can find the patch under:
available_downloads/ActiveEnterprise/Adapters/Infranet/4.1.1/patch-5
Please contact TIBCO Support if you have any problems finding or downloading this patch.