Hi Experts,
Am getting this issue while clicking on order history tab in our website, and this issue is due to background execution of OOTB flexi query ralted to cat2prodrel. This query executes while getting super categories of the product. Some how our code flowing to this query execution and throwing identifier too long error as the particular user having groups more than 1600 and the below query taking those groups in IN clause obviously taking 1600 plus values in IN clause is not acceptable. Please suggest with the java class which i need to customize for this (which is holding this query) and customization ways for this.
Thanks in Advance.