cancel
Showing results for 
Search instead for 
Did you mean: 

Refrshing cache?

Former Member
0 Kudos

Hi Friends,

1. What will happen when we refresh the cache.?

2.why refreshing of cache in sxi_chache will resolve many errors in adapter engine etc etc, like the one issue resolved in the below forum?

3.In what all the specific situations we refresh cache in IR, ID and SXI_CAHCE?

Thanks,

Suresh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Cache is nothing but a buffer kinda where all the recently accessed data r stored.

so sometimes even after making changes u access the page the old data/page is displayed...

so Web AS cache works as a normal refresh deleting all the recently accessed data/pages...

it clears or frees ur memory so tht no irrelevant data is obtained...

for further details, refer to google search... " Web AS Cache Refresh in SAP-Xi"

/message/514186#514186 [original link is broken]

refer to the following guide on XI caches:

https://service.sap.com/~sapidb/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi

In Simple watever object changes made in the SLD IR ID has to be available to the IS for runtime with the latest objects.

Implictly whenever u activate any objects it will get cache updated .

Same process can be explicitly using SXI_CACHE which does above functionality

regards

srinivas

Former Member
0 Kudos
Former Member
0 Kudos

Read this blog and you will come to know everything.

Regards,

Sarvesh

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

There are 3 caches, so you have to know the purpose of each cache refresh.

1) SLD Cache - Used to cache the objects you created in SLD to runtime.You can check if SLD cache is updated or not in Integration repostory or Integration Directory.

2) CPA cache - Used to cache , adapter or communication channels as well as changes to adapter fraemwrok to runtime.You can check the status of this cache in http://<host><port>/CPACache

3) Repository cache - Used to cache Development obejcts from IR and ID e.g Message Type , Interface, Receiver determination etc .You can track this in SAP Transaction code SXI_CACHE.

Hope this help you.

Refer below link for Cache monitoring

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Properties for Service SAP XI AF CPA Cache (SAP Library - Configuration of Usage Type Process Integration (PI))

http://help.sap.com/saphelp_nw04s/helpdata/en/a8/22ee41c334c717e10000000a155106/frameset.htm

How to Handle XPI Caches in SAP NetWeaver 2004s (NW7.0)

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01...

Former Member
0 Kudos

Hi,

Cache maintain all the runtime objects.

If you r doing any changes to IR,ID objects, the changes may not reflected sometimes.

then we need cache refresh, which will update with recent verstion/status of the objects

Regards,

Sreeni

Former Member
0 Kudos