I have managed to configure everything correctly (Cloud Connector and corresponding destination) in order to use an ODATA service from an ABAP Backend system. For the data connection, it looks like the Web IDE automatically tries to connect to the first available client of that system
Even when I use additional property "sap-client" to destination, it doesn't work.
In Web-IDE when you choose New Project from Template ... Choose Data Connection ... where you choose your destination, i get the following error in the java-script console:
GET https://webide-<removed>.dispatcher.hanatrial.ondemand.com/destinations/FD0/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/$metadata 403 (Forbidden)
When i test the given link, i get the error
Access denied to system <removed>. In case this was a valid request, ensure to expose the system correctly in your SAP HANA Cloud connector.
When i test it on HANA Cloud connector, everything is fine.
If sap-client would work, everything would be fine. It seems that sap-client is ignored because there is another "default" mandant where i get this error message.
Any ideas why sap-client is ignored or something i could have make wrong ?
Regards,
Jarl