cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deployment BAS - Request failed with status code 403

13,263

Hello,

I want to deploy a app out of the BAS into my backend system. Unfortunately I get a status code 403. I also checked that I have space developer role in space of CF.

Any further points to check and resolve this 403 error?

Accepted Solutions (0)

Answers (2)

Answers (2)

Harish_Vatsa
SAP Champion
SAP Champion

Hello brosseit_mindsquare,

Here are a few things you can check to resolve the 403 error:

1. Verify your authentication: Make sure you are authenticated properly and have the required authorization to access the resource. Check if you are using the correct credentials and if they have the necessary permissions.

2. Check your firewall settings: Make sure that the firewall settings are not blocking the traffic to the backend system. You can check with the system administrator if there are any restrictions or firewalls in place.

3. Verify your deployment target: Ensure that you are deploying the app to the correct target. Check if the target host, URL, and port are correct.

4. Check for quota limitations: Verify that you have enough quota to deploy the app in the space. You can check the CF space quota using the command: cf space <space-name>.

5. Check for any conflicts in the environment: Ensure that there are no conflicts in the environment. For example, check if the environment variables set in the BAS match with that of the backend system.

6. Verify that the app is compatible with the deployment target: Check if the app is compatible with the deployed version of the backend system.

--

Kind Regards,

HV

Brenomatias
Explorer
0 Kudos
Hello Harish. I'm getting the 403 error too. When I check the transaction /IWFND/ERROR_LOG I see that the service from Eclipse is not found. Should I add this external service in SAP to be able to open the Fiori Project?
jlong
Product and Topic Expert
Product and Topic Expert
Gene
Explorer
0 Kudos
Thank you. This was the solution for me.