cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WebIDE Personal Edition: No Systems Found

amy_king
Active Contributor

I've followed instructions both from SAP Help and from a blog by Florian Henninger on installing SAP WebIDE Personal Edition v. 1.53.9 on my local Windows 10 workstation and connecting it to a backend SAP system. When I try to import an application however, the WebIDE finds no systems (the highlighted dropdown list is empty):

There are similar questions posted on SAP.com and also in the comments section of Henninger's blog but no solutions are posted. Note that SAP Cloud Connector is not installed because I'm not connecting to the cloud. I have stopped and restarted the Orion server multiple times.

My system file named XYZ is located in directory

C:\SAPWebIDE\eclipse\config_master\service.destinations\destinations\

and was created via the console echo command. The file has type "File" (not "Text") and contains the following contents (URL and sap-client have real values in my file)

#ServiceDestination
Description=XYZ
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=XYZ
ProxyType=Internet
URL=https\://<host>\:<port>
WebIDEUsage=odata_abap,odata_gen,ui5_execute_abap,dev_abap,bsp_execute_abap
WebIDESystem=XYZ
WebIDEEnabled=true
sap-client=000

Has anyone encountered this same issue and discovered the solution?

Cheers.

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

The problem turned out to be that localhost (where WebIDE runs) was not a trusted site. After adding localhost as a trusted site under control panel > internet options > security, we now see our SAP systems in the dropdown.

Answers (2)

Answers (2)

Florian
Active Contributor

hi Amy,

are you able to do a ping to the address from your workstation via powershell or command line?

Have tried it with one of my system and that is the answer:

If that doesn't work you have to take care that the workstation and the system get to know each other.

And just to make it double sure, the mentioned ICF-services are all active.

amy_king
Active Contributor

Thanks Florian. The solution turned out to be making localhost a trusted site on my workstation. Thanks for being so responsive to questions and for your very straightforward blog.

0 Kudos

Hi all,

I'm having the exact same problem but the thing is windows only allows adding https adresses to trusted sites. Any idea?