cancel
Showing results for 
Search instead for 
Did you mean: 

sxi_cache & clear sld cache

Former Member
0 Kudos

hi all,

i want to know the difference between sxi_cache & clear sld cache.

regards,

Mohammed.

Accepted Solutions (0)

Answers (4)

Answers (4)

maxim_naidenov
Explorer
0 Kudos

Hi,

sxi_cache is the cache of Integration Builder and Integration Repository data in the ABAP runtime of Integration Server. It contains all parties, channels, agreements and so on objects you use to build and configure an integration scenario. You can clear this cache in the SXI_CACHE transaction.

sld cache is the subset of SLD content that is necessary for the ABAP runtime of Integration Server. It contains landscape configuration information - like the IS hosting application server details, XI components and their landscape-related settings and so on. You can clear this cache by executing function module LCR_CLEAR_CACHE in se37.

Former Member
0 Kudos

Hi,

Check this as well

SX_CACHE Ripped Off

/people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off

How to handle cache

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a7930...

Ram

Former Member
0 Kudos

Mohammed,

Check out this thread....you will get better idea between two cache mechanism...

Nilesh

turmoll
Active Contributor
0 Kudos

Hi,

Generally,

SXI_CACHE shows you IR and ID objects cached on ABAP stack used during runtime.

Clear SLD data cache available in IR allows you to refresh SWCVs chenged in SLD.

For more details ref this doc: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01be34">How to Handle XPI Caches in SAP NetWeaver 7.0 (2004s)</a>

Regards,

Jakub