cancel
Showing results for 
Search instead for 
Did you mean: 

How to Check the destinations is connected or not?

0 Kudos

Hi All

I Am trying to connect my ABAP server with my locally Installed Web IDE.

I Created a Folder as destinations in config_master in orion eclipse and i created text document and gave following details

Description=ECC

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

Name=ECC

URL=http://192.168.0.29:8090

ProxyType=OnPremise

WebIDESystem=ECC

WebIDEEnabled=true

sap-client=100

But When I am trying to connect in web ide screen it's showing as check your abap developement configuration

With Regards

Vaishali

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member205280
Active Participant
0 Kudos

Hi Vaishali,

Did you activated ICF service /sap/bc/adt in the backend system?

Regards,

Michael

0 Kudos

Hi Michael Hu

my adt is active in my backend system

Regards

Vaishali

former_member205280
Active Participant
0 Kudos

Hi Vaishali,

Your URL doesn't seem like mine, here's mine and it's working well

URL=https\://fiorihub.xxxxx.com\:44300

Regards,

Michael

0 Kudos

Hi Michael

I am trying to connect with ES4 System. Can please provide me detail where your URL is connecting

Regards

Vaishali

former_member205280
Active Participant
0 Kudos

Hi Vaishali,

It's the URL format, here's the logic behind this

https\://your_target_hostname.domain

if you're using non-standard port

https\://your_target_hostname.domain\:port_number

You may need to restart the Web IDE after change this

Regards,

Michael

0 Kudos

Hi Michael

#ServiceDestinations

Description=SAPES4

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

Name=SAPES4

URL=https://sapes4.sapdevcenter.com

ProxyType=Internet

WebIDESystem=SAPES4

WebIDEEnabled=true

sap-client=800

Here my Target hostname is SAPES4 and domain is SAPDEVCENTER.COM

but still same error.

With Regards

Vaishali

former_member205280
Active Participant
0 Kudos

Hi Vaishali,

Please try this, also make sure your local host can resolve the name sapes4.sapdevcenter.com

#ServiceDestinations

Description=SAPES4

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

Name=SAPES4

URL=https\://sapes4.sapdevcenter.com

ProxyType=Internet

WebIDESystem=SAPES4

WebIDEEnabled=true

sap-client=800

You can also try with the following option

ProxyType=OnPremise

Regards,

Michael

omakinen
Participant
0 Kudos

Vaishali,

Clearing the browser cache fully is also known to help sometimes.

Are you able to open the ES4 Web GUI in https://sapes4.sapdevcenter.com/ using your browser? Can you logon to the system?

Can you please check from the browser's debugger is the "discovery" call successful or not? In Chrome start the debugger (F12) and then try to select the system in local WebIDE. After that, look in the debugger window and to the "Network" tab. You should see a GET call for discovery as the first line. Can you please share the status of that call?


br,

Ossi

0 Kudos

Hi Ossi

I am not getting discovery

Regards

Vaishali

omakinen
Participant
0 Kudos

Hi Vaishali!

That's surprising! You didn't tell us can you connect to ES4 Web GUI and log in using browser?


I can only think of some typing error somewhere or an obstacle in connectivity (firewall, antivirus). I don't have a local Web IDE installation anymore so I can't replicate the steps.

Is there a reason why you need the local Web IDE? Could you try using the HCP Web IDE and HANA Cloud Connector? You can connect to local on-premise systems with that combination.

br,

Ossi

omakinen
Participant
0 Kudos

Hi Vaishali!

There are couple of issues to check:

1. Are you able to connect to a public SAP gateway demo system which is known to work? System is ES4 and the instructions on how to get access are available here.

If that doesn't work you need to double-check your local Web IDE installation and connectivity (firewall etc.)

If ES4 connectivity works, then you can check:

2, What's the version of your own Gateway system? Are you meeting the pre-requisites?

You should have at least SAP_BASIS 7.31 SP14 or 7.40 SP 8 installed.


3. Are the required SICF services activated in the Gateway system, for example "/sap/bc/adt"?

4. Try to use the SAP HANA Cloud Connector instead. Here's a great blog to get started.

br,

Ossi

0 Kudos

Hi Ossi

To connect ES4 i have given this details in destinations in local web ide

#ServiceDestinations

Description=ES4

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

Name=ES4

URL=https://sapes4.sapdevcenter.com

ProxyType=Internet

WebIDESystem=ES4

WebIDEEnabled=true

sap-client=800

when i check in my web ide it's showing as

Regards

Vaishali