CHANGES
Cloned Production Instance. This is working in Production,
but not in the new Test instance
CAUSE
The pay_action_parameter TAX_LIBRARIES is not correct. It
should point to the same directory as
the LD_LIBRARY_PATH.
1.- SQL> select * from pay_action_parameters where
parameter_name like 'TAX%';
PARAMETER_NAME PARAMETER_VALUE
--------------- --------------------------------------------------
TAX_LIBRARIES
/Prod/applmgr/1159/pay/11.5.0/vendor/quantum/lib
/usr/lib:/Test/applmgr/1159/pay/11.5.0/vendor/quantum/lib:/Test/product/806/network/jre11/lib/i
86/native_threads:/Test/product/806/network/jre11/lib/linux/native_threads:/Test/product/806/li
:/usr/X11R6/lib:/usr/openwin/lib:/Test/product/iAS/Apache/jdk/lib
SOLUTION
Please update path for
TAX_LIBRARIES to include the fully qualified path in Test instead of
Production. This
path should be the same as the
$LD_LIBRARY_PATH.
Conn apps/<appspwd>
SQL> update
pay_action_parameters
set PARAMETER_VALUE =
'/Test/applmgr/1159/pay/11.5.0/vendor/quantum/lib'
where PARAMETER_NAME =
TAX_LIBRARIES;
SQL> commit;
++++++++1186805.1++++++++
No comments:
Post a Comment