Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Description:
TIBCO Adapter for ActiveDatabase 5.2.0 now supports TRA 5.2 and BusinessWorks 5.2, in addition to the currently supported TRA and BW versions as listed in the product documentation.
Configuration Changes:
====================
No adapter configuration changes are required to use TRA 5.2 or Business Works 5.2 with 5.2.0 of ActiveDatabase adapter.
Known Issues:
============
1. TIBCO Adapter for ActiveDatabase 5.2.0 fails to start on AIX platform.
Symptoms
========
TIBCO Adapter for Oracle Applications 5.2.0 fails to start on AIX platform with the following error.
Error:
Dependent module libmaverick50_shr.a could not be loaded.
Cannot load module libmaverick50_shr.a.
System error: A file or directory in the path name does not exist.
Impact
======
Loss of Functionality. Adapter does not start.
Cause:
======
The TRA library files libmaverick50_shr.a and librepowww532_shr.a have been renamed as libmaverick50.so and librepowww532.so on AIX 5.1/5.2 in TRA release 5.2.0. Please refer to LBN1-4B19Z7 for TIBCO TRA under TIBCO Active Enterprise product family.
Workaround
==========
Create soft links for libmaverick50.so and librepowww532.so under <TRA_HOME>/lib directory as shown below:
ln -s libmaverick50.so libmaverick50_shr.a
ln -s librepowww532.so librepowww532_shr.a