Hi,
Is there any Limitation on maintaining number of Accessories for a product in a catalog. My requirement is to maintain more than 250 accessories for a product, But while loading these accessories in product details page in webshop it is taking too long time and sometimes it is throwing null pointer exceptions as below.
at com.sap.isa.backend.crm.webcatalog.pricing.PriceCalculatorCRMIPC.getDynamicPrices(PriceCalculatorCRMIPC.java:882)
at com.sap.isa.backend.crm.webcatalog.pricing.PriceCalculatorCRMIPC.getPrices(PriceCalculatorCRMIPC.java:1135)
at com.sap.isa.businessobject.webcatalog.pricing.PriceCalculator.getPrices(PriceCalculator.java:108)
at com.sap.isa.catalog.webcatalog.WebCatItemPrice.(WebCatItemPrice.java:48)
at com.sap.isa.cataog.webcatalog.WebCatItem.readItemPrice(WebCatInfo.java:678)
This exception is coming for that particular product only. is that exception is because of number of Accessories are more? is there any TREX/IPC fine tuning methods we have to follow? an anyone throw some light on it.
Thanks,
Kiran K Vemula.