Skip to Content
0
Mar 19, 2009 at 09:59 PM

B2C Catalog deleting every 1 hour.

30 Views

Hi,

I have a b2c application. The Catalog is getting deleted/cleared every hour. Again if i hit the first page [b2c/init.do] it takes a long time to load the catalog and all subsequent calls will be fast.

I tried by editing the init-config.xml in *b2c\root\WEB-INF\xcm\sap\modification* by changing

*<param name="removal" value="4711"/>*

*<param name="expiration" value="4711"/>*

but its not working.

Also tried with adding the init-config.xml in *b2c\root\WEB-INF\xcm\customer\modification*

http://www.w3.org/2001/XInclude" xmlns:xml=" http://www.w3.org/XML/1998/namespace">

<!-- customer changes in init-config should be done here by extending/overwriting the base configuration-->

<xi:include href="$/modification/init-config.xml#xpointer(initializations/*)"/>

Added below:

<initialization isa:extends="../initialization[@className='com.sap.isa.catalog.cache.CatalogCacheInitHandler']">

*<param name="removal" value="4711"/>

<param name="expiration" value="4711"/>

</initialization>

</initializations>

but its not working.

Can someone tell me what is the resolution for this.

I have the following SAP J2EE Engine/6.40 PatchLevel 108290.313

Thanks in advance.

Thanks,