Advanced Search fail in P3210 looking for complex configurator items

AntonioB

Member
When doing search and select for a configured Sales Order from P3210 Segments are getting lost.
The logs show CAC00010
17 - (jdeCacheOpenCursor) failed to open cursor due to
reach the max #cursors (100) for cache (1B32003501) occurs.

It's happens when we manage a item with many segments and a big number of record in the configurated table F3201/15.

8.12 Tools 8.97.20

Thanks.
 
[ QUOTE ]
The logs show CAC00010
17 - (jdeCacheOpenCursor) failed to open cursor due to
reach the max #cursors (100) for cache (1B32003501) occurs.

[/ QUOTE ]
It means a/some BSFN/s open/s 100 cursors for the same cache without close them. You can't open more than 100 cursors for the same cache. If you analize the jdedebug.log you can find the BSFN/s that open the cursors and don't close them. If you upload a jdedebug.log maybe I can help you.

Regards,



Luis.
 
Back
Top