cancel
Showing results for 
Search instead for 
Did you mean: 

Denying feature access.

former_member600277
Discoverer
0 Kudos

Hi,

when I am testing the destination of my native app, I cannot get access to my destination. I receive the following error message in the "Technical Logs":

To work with com.sap.mobile.platform.server.foundation.ff.ondemand.TenantFlippingStrategy,
you must provide 'cloud.tenantId' parameter in execution context.
Denying feature access.

The destination is a cloud platform destination (using SAP connector) and it works fine with the WebIDE.

My destination properties include the following parameters:

WebIDEUsage: dev_abap,bsp_execute_abap,ui5_execute_abap,odata_abap,odata_gen,mobile,svc_mgmt
WebIDEEnabled: true
sap-client: 123

Any help is appreciated!

Thank you!

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member600277
Discoverer
0 Kudos

Adding the SAP client as a custom header solves the issue.

sap-client: XXX

However, the error on TenantFlippingStrategy persists. Strange...

robli
Discoverer
0 Kudos

Hi Michael, which landscape is this? What's your tenant technical name?

former_member600277
Discoverer
0 Kudos

Hi, I am using an S4 provided by the University Competence Center. The Cloud Connector runs in a Docker container on my local machine. When I use the WebIDE, everything works fine.

Can you please explain where I can find the tenant technical name?

Thank you!

former_member276237
Participant
0 Kudos

Hi Michael. I assume you are using OData V4? If yes, try using V2 and see if it works.

former_member600277
Discoverer
0 Kudos

How do I switch to Odata v2? Adding ;v=2 to the URL does not change the result.