E1: 04: UBE Server Errors For Voucher Batch Upload (R04110ZA)
(Doc ID 1904776.1)
Last updated on AUGUST 16, 2022
Applies to:
JD Edwards EnterpriseOne Accounts Payable - Version 9.1 to 9.1 [Release 9.1]Information in this document applies to any platform.
Symptoms
Every time UBE R04110ZA is generating error logs for “Un-terminated Cache” and “Data Pointer Leaked” issues. Functionality wise it is working fine but it should not create the logs for “Un-terminated Cache” and “Data Pointer Leaked”.
It is showing below logs:
13072/10824 MAIN_THREAD Thu Mar 06 10:36:37.492001 RUNUBE.C788
Startup for User=BATCH-BFI1, Env=PD910, Role=*ALL, Report=R04110ZA, Version=BFI0001
13072/10824 MAIN_THREAD Thu Mar 06 10:36:50.568000 jdecache.c1433
CAC0001111 - (jdeCacheDestroyAllUserCaches) Unterminated cache 1F04UI002 with 0 record(s), created from File=b0400047.c, Function=F0411FSClearStack, Line=6341.
13072/10824 MAIN_THREAD Thu Mar 06 10:36:50.568001 jdecache.c1433
CAC0001111 - (jdeCacheDestroyAllUserCaches) Unterminated cache 1F04UI001 with 0 record(s), created from File=b0400047.c, Function=F0411FSBeginDoc, Line=539.
13072/10824 MAIN_THREAD Thu Mar 06 10:36:50.569000 JDB_CTL.C1809
JDB4100006 - DP - While freeing the JDB environment, leaked data pointer (086D5B18), pointer handle (1001), stored from File=b0404110.c, Function=BatchVoucherCacheRead, Line=4760.
This UBE calls master business functions B0400047 and B0404110 during execution. MBF B0400047 is responsible to throw error “Un-terminated Cache” and MBF B0404110 is throwing “Data Pointer Leaked” error.
The following cache “1F04UI002” and “1F04UI001” has been initialized in business function B0400047 but nowhere terminated. Similar “RemoveDataPointer” and “StoreDataPointer” is happening in certain condition of else part in B0404110 but for few last records it goes to if condition where Data pointer is not getting removed and crossing the max limit.
Cause
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
Symptoms |
Cause |
Solution |
References |