cancel
Showing results for 
Search instead for 
Did you mean: 

DEV164 Workflows HandsOn - Authentication error

vsp4btp
Explorer
0 Kudos

I am doing the exercises for DEV164 (Workflows). I have successfully finished the step "Build MTA Project". I can see the WFTutorial_0.0.1.mtar file. But, when I try to perform the next step "Deploy MTA Archive", I am getting the below error:

Authentication failed: API endpoint: https://api.cf.us10.hana.ondemand.com Authenticating... Password: API endpoint: https://api.cf.us10.hana.ondemand.com API version: 3.108.0 Not logged in. Use 'cf login' or 'cf login --sso' to log in. FAILED

I am unable to proceed with my exercises. Please help me get over this error.

Thank you.

View Entire Topic
Illya
Product and Topic Expert
Product and Topic Expert

Hi @vsp4btp 

you must first sign in to your cloud foundry dev space before you can deploy your application to it.

If not already done, enable your cloud foundry on subaccount level (Overview) and create a space called "DEV".

Back in SAP Business Application Studio (BAS) select the "View -> Find Command ..." menu. Enter "CF" and select the "CF: Login to Cloud Foundry" entry. Follow the steps as described in the BAS.
Once you have successfully signed in to your cloud foundry space, try deploying your .mtar file again.

Hope, this helps you!

BR,
Illya

vsp4btp
Explorer
0 Kudos
I am doing all that is mentioned. But still unable to deploy the project. What am I still missing?