cancel
Showing results for 
Search instead for 
Did you mean: 

XI Runtime Cache

Former Member
0 Kudos

Hi,

I have two integration processes in the XI Runtime cache. I deleted both integration processes already. In the integration builder. How can I also delete the processes from the cache list. I tried several things: Start_Complete refresh cache, no errors

I refreshed the cache in the administration for integration, runtime in repository, runtime and directory.

Any thoughts on that.

Cheers, Jo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for that, but the mentioned transaction does not show the Processes. So I cant delete them any other hints?

Cheers, Jo

MichalKrawczyk
Active Contributor
0 Kudos

Hi Jochen,

you can try the <b>hard (probably not supported) way</b>:

1. TCODE - SE16

2. Table: SWFXICACHE

get the guid of your integration process

then:

DELETE FROM SWFXICACHE

WHERE GUID = 'yourguid'.

if this works,

please finish this thread

Regards,

michal

Former Member
0 Kudos

Check the following thread.

regards

SKM