cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP HTTP cache refresh

Former Member
0 Kudos

Hi-

What role is required for an Integration Server (ABAP) HTTP cache refresh?

This is accessible if you go to XI Administration -> Cache Overview and click on Full Cache Refresh for INTEGRATIONSERVER_. It calls this URL.

http://hostname:8000/sap/xi/cache?sap-client=800&mode=F

XISUPER has all SAP_XI* roles. I get a "403 Forbidden" unless I include SAP_ALL.

Thanks,

J Wolff

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check these roles:

SAP_XI_CONFIGURATOR

SAP_XI_CONTENT_ORGANIZER

regards,

Wojciech

moorthy
Active Contributor
0 Kudos

Hi,

Refer SAP note -751856

also make sure that ICF services are active–Go to SICF transaction and activate the services. Refer SAP Note -517484

Regards,

moorthy

Former Member
0 Kudos

Hi,

This is not for the adapter framework as note 751856 refers to, it's for the Integration Server ABAP HTTP cache refresh. The ICF services are active and my user has all of the SAP_XI* roles assigned.

It works, but only if I include SAP_ALL.

Thanks,

J Wolff

Former Member
0 Kudos

Hi,

Check this document:

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

Also verify if the user has such roles:

SAP_XI_ID_SERV_USER

SAP_XI_IS_SERV_USER

SAP_XI_IR_SERV_USER

Regards,

Wojciech

Former Member
0 Kudos

Hi,

Unfortunately the Cache Handling How-To only mentions this type of cache refresh initiated from the ABAP stack (SXI_CACHE), not from the Java stack (HTTP).

Also, I tried those roles, but they didn't make a difference. Only SAP_ALL works for me.

Any other ideas?

Thanks,

J Wolff