local webIDE not connectig to es4 service

2k views Asked by At

I have installed SAP WebIDE local on my machine and trying to connect with the below services:

https://sapes4.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/?sap-ds-debug=true

http://services.odata.org/v3/northwind/northwind.svc/

I am getting two errors attached for reference.

service unavailable error screenshot

not found error screenshot

Below is my destination file1:

Description=es4
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
WebIDEUsage=odata_abap
Name=es4
WebIDEEnabled=true
URL=https\://sapes4.sapdevcenter.com\:443
ProxyType=Internet
WebIDESystem=es4

File 2:

Description=es4
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
WebIDEUsage=odata_gen
Name=es4
WebIDEEnabled=true
URL=https\://sapes4.sapdevcenter.com
ProxyType=Internet
WebIDESystem=es4

Is there any configuration needed in my local Cloud connector?

2

There are 2 answers

0
MichalK On

First, you shouldn't have separate files for the same destination. Please have it in one file and separate the WebIDEUsage values with commas (make sure there are no spaces). More information can be found in the documentation Hofit has added.

Second, there's no need in a Cloud Connector, as there's no cloud here. If you install Web IDE locally then it's installed in your local station, there's no connectivity to the cloud.

I'm sure you can find all the needed information in both the documentation and SAP community.

1
Hofit On

I just tried to connect to es4- as you did in the first screenshot and it is working fine. (the name in the service catalog dropdown should be es4 as the name in the destination file 1- and not es4123).

Here is a link to the documentation.