cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WebIDE local configuration error

0 Kudos

Dear All,

I have configured WebIDE locally on my system using these guidelines.

but when I created the text file holding information about connections, its not working the exact way as it should have worked. Below are my connection details,

Description=Test7
description Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=Test7
ProxyType=Internet
URL=http\://XXX.XXX.XXX.XXX\:XXXX
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
WebIDESystem=Test7
WebIDEEnabled=true
User=test
Password=test
sap-client=XXX

but when I am creating a new project its showing following error:

Please advise where I am doing wrong, or if there is any specific patch or odata that need to be configured in order to make this connectivity possible.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hamdan,

Please remove the term 'description' from your second line. Also: check the file name. In your example it would be Test7 (without any extension) and placed in folder config_master/service.destinations/destinations/


config_master/service.destinations/destinations/Test7


Description=Test7

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

Name=Test7

ProxyType=Internet

URL=http\://XXX.XXX.XXX.XXX\:XXXX

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

WebIDESystem=Test7

WebIDEEnabled=true

User=test

Password=test

sap-client=XXX

You can also try remove the last 3 lines for testing purpose in case they cause your trouble.

Greetz

Silvio