cancel
Showing results for 
Search instead for 
Did you mean: 

When we use T CODE : SXI_CACHE

Former Member
0 Kudos

When we use T CODE : SXI_CACHE?

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

hi praveen kumar

we use sxi_cache

1)for activating integration process,and check the return code

2)To get the updated information in IR and ID when any changes are made in SLD

3)Unable to read INTEGRATION_DIRECTORY_HMI:Undocumented Bug-SXI_CACHE

4)When we execute cache refresh explicitly from SXI_CACHE

it tries to retrieve the meta data of design and configuration objects using the FM SAI_CACHE3_REFRESH_HTTP

FM SWF_XI_BPM_CACHE_REFRESH is used for refreshing workflows (ccBPM’s).

See some of the important cache system tables used by SXI_CACHE:

1. TRD_RELATION- Meta Data for Receiver Determination

2. TRD_RULE- Meta Data for condition based routing

3. TRD_NAMESPACE-Meta Data for XPATH rules

4. TRD_EXTRACTOR- Meta Data for containers used in ccBPM

5. SMPPREL3-Meta Data for Mapping runtime

6. SMPPMAP3- Meta Data for Mapping runtime

7. SMPPSPLIT- Meta Data for Mapping runtime

8. SXI_SWCV_LAYER- Meta Data for SWCV

9. SSRVBINDING- Meta Data for Service Bindings

10. SSRVPARTY- Meta Data for Parties

11. SSRVSERVICE- Meta Data for Services, Party Identifiers for a Service

12. SSRVCHANNEL- Meta Data for Communication Channels

13. SWFXICACHE- Meta Data for ccBPM’s

14. SWFXICLOG- Meta Data for ccBPM message logs

15. SWFXIOBJS- Cache: Objects of a Process Definition (Proxy, CRL..)

try to see all the above tables which table is for what . whenerror occurs you can know exactly what was the error.

regards

kumamri

Former Member
0 Kudos

hi praveen

SXI_CACHE is for Runtime active versions of Integration Enngine, ie it validates active connection between Repository, Directory and SLD during runtime. Also used to check the runtime active version of integration process (BPM)

SXI_CACHE: A memory area where the information about the design and configuration objects of the J2EE stack is stored in temporary ABAP data dictionary tables. The integration engine uses it at the run time for accessing the appropriate design and configuration objects of J2EE stack.

regards

kummari

Former Member
0 Kudos
Former Member
0 Kudos
Former Member
0 Kudos
Former Member
0 Kudos

hi,

For cahe notification we have use the TCode sxi_cache.

If you have a scenario already.But you want to update something.Like some RFC or IDOC.

But some time the reflect will not get in to the cache.

So we need to refresh it.sxi_cache used for that.

Regards,

Prakasu