cancel
Showing results for 
Search instead for 
Did you mean: 

WEB IDE Error "Authentication Failed for the selected system"

Former Member
0 Kudos

Hi All,

I am creating Fiori App as a trial with WEBIDE, referring to https://blogs.sap.com/2015/07/27/creating-and-deploying-sap-fiori-app-dc-exercise-part-1-of-3/.

Even though I set NoAuthentication for the destination, an authentication popup appears when selecting a destination in Data Connection step. After closing the popup, the error message "Authentication Failed for the selected system" shows up.

Could anyone know how to deal with this issue?

Best Regards,

Yudai

MKM
Active Participant
0 Kudos

Hi Yudai,

I am also facing the same issue for ES5 system even though i have followed all the available steps.

Although I can access below metadata URL (Service - GWSAMPLE_BASIC) from browser.

https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/$metadata

Not able to connect to this service from my demo app. It is not taking the credentials.

Any help will be appreciated.

Thanks,

Manoj

Accepted Solutions (1)

Accepted Solutions (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert

Hi,

Get an account using this tutorial first:

https://www.sap.com/developer/tutorials/gateway-demo-signup.html

You will notive ES4 system is being retired and replaced by ES5. I believe for your Web IDE exercise it will make no difference and thus it will be safe to use ES5 instead. The registration link will give you hints on how to create an account on ES4 if you feel lucky :-).

Regards,
Ivan

Former Member
0 Kudos

Thank you so much. It has been solved.

Answers (3)

Answers (3)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert

Hi Yudai,

You need to provide user/password authentication to that particular service or even to call system ES4 to search the odata service catalog.

ES4 is a "public" ABAP system provided to developers, but it requires you to request an account first. If you have already done it, check you can call the following URL:

https://sapes4.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/

It should return an XML with the service metadata.

I believe the easyest way is to enter your credentials for Basic Authentication for destination ES4 instead of using NoAuth mechanism.

Regards,
Ivan

Former Member
0 Kudos

Thank you for the answer.

Do you know what credential we need to enter for es4? I tried to enter my SID but it didn’t work.

smilewang
Employee
Employee
0 Kudos

hi, i have met the same issue with you , instead i use a local system , how you solved the problem at last

michal_keidar
Active Contributor
0 Kudos

Hi,

Setting "No Authentication" means exactly it. It means you as a user does not provide any authentication in the destination.

So the browser "takes care of it" and pops-up this popup. This is the expected behavior.

You can choose "Basic Authentication" and then provide your system credentials in the destination. Then the browser will not raise this popup.

Regards,
Michal.

Former Member
0 Kudos

Hi,

in my settings I have "BasicAuthentication". But the Pop-Up (see first picture from Yudai) appears. Do you have any notes?

Regards,

Serkan

michal_keidar
Active Contributor
0 Kudos

Maybe your credentials are incorrect