Skip to Content
0
Former Member
Apr 12, 2017 at 01:21 PM

Authentication problem trying to get service catalog in WebIDE

1650 Views Last edit May 21, 2020 at 06:12 PM 4 rev

Hi all!

I'm having a problem getting a service catalog from the Data Connection tab when creating a new Fiori App from a template. The service catalog I want to use is a HTTP destination I've created type onPremise using cloud connector that I've checked connection in the destination tab and it connects successfully.

The problem is when I select the service catalog from the dropdown menu it ask me for credentials, and I tried all the credentials I have with no luck.

In the cloud connector I have only one resource defined for the virtual host with URL path:

/sap/opu/odata

and access policy:

Path and all sub-paths

Also, if i paste the URL in the browser it also ask me for credentials. This is the URL:

https://webide-<ACCOUNT>trial.dispatcher.hanatrial.ondemand.com/destinations/<DESTINATION>/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/ServiceCollection?sap-client=300$format=json

My destination configuration is defined like this:

Properties:

Type = HTTP
Location ID = <OUR LOCATION ID>
URL = <Virtual URL configured and working in Cloud Connector>
Proxy Type = OnPremise
Authentication = BasicAuthentication
User = <Backend User working in SAPlogon>
Password = <Backend Password working in SAPlogon>

Additional Properties:

CloudConnectorLocationId = <OUR LOCATION ID>
sap-client = 300
WebIDEEnabled = true
WebIDESystem = <OUR IDE SYSTEM>
WebIDEUsage = odata_abap,dev_abap,ui5_execute_abap

Thanks in advance!

Ignacio de la Torre