Purchase Order Batch Receive Errors

jdetech05

Well Known Member
Hello All

Does anybody try to do batch receive on Purchase Order Line
I have PO Line for 100 Qty
I have 20 Lines of 5 Each.

When i try to process using R47031 ...to....R47071 it is
giving following errors after 14 lines.

4196/4932 WRK:Starting jdeCallObject Mon Mar 12 17:20:26.111000 jdecache.c1749
CAC0001017 - (jdeCacheOpenCursor) failed to open cursor due to reach the max #cursors (100) for cache (0B4302180G41963)


Workaround on this if i try to generate unique EDI Document for every line it is generating PDF for every document.

Any Suggestions Please ??

One World 8.12
Toolset 8.96
 
Hi there,
You must review the B43 function being used and check to see if the there
is a similar code as described

if (CursorHandle != NULL) {
jdeCacheCloseCursor(CacheHandle, CursorHandle);
}

you must have a close cursor command to avoid your problem
REGARDS
CHRIS
 
Hi Chris

There is already code in the Function similar to what you have mentioned.....
if(hCursor != (HJDECURSOR) NULL)
{
jdeCacheCloseCursor(lpidCacheHandle, hCursor);
}

Can you please be more specific on what you are suggesting.

Thanks
One World (8.12)
Tools Rls 8.96
SQL 2K
 
Back
Top