RP/TUX 7.1, TUX 8.0, TUX 8.1 - Incorrect table size in LIBGW_CAT:5205
(Doc ID 772469.1)
Last updated on SEPTEMBER 08, 2023
Applies to:
Oracle Tuxedo - Version 6.4 and laterInformation in this document applies to any platform.
Information in this document applies to any platform
Goal
PLATFORM: HP11i After patch 226, the action table size for GWTDOMAIN is configurable. However, the error message: LIBGW_CAT:5205: ERROR: Maximum action table size(10000) reached alway uses the default table size 10000. The following source code should be modified: if (num_act >= gw_actmax_size) { .................. (void)userlog(_MHS_(LIBGW_CAT, 5205, MHS_USERLOG, "ERROR: Maximum action table size(%d) reached"), GW_ACTMAX); ***************** }
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |