cancel
Showing results for 
Search instead for 
Did you mean: 

PPChache

Former Member
0 Kudos

Hi,

What is PPCache

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There is no PPCache and there is a CPACache

Regards

Seshagiri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Caches can be classifed as CPA CACHE and SLD CACHE,

Caches also contain the runtime-relevant data from the System Landscape Directory.

To display cache notifications, choose Environment  Cache Notifications in the menu bar of the Integration Builder.

In the Check Cache Notifications screen you can restrict the display of the released change lists to the

•Time when change lists were released (dropdown listbox in field Notification Period)

•User who released the change lists (dropdown listbox in field Author)

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

refer these blogs

blogs :

- sxi_cache ripped off

-cache refresh errors

and also refer this link

http://help.sap.com/saphelp_nw04/helpdata/en/c7/5c564077d96f13e10000000a1550b0/frameset.htm - Analyzing an Integration Process in the XI Runtime Cache

Regards,

Suryanarayana