cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WEB IDE Local

Former Member
0 Kudos

Hi Experts,

I'm new to SAP WEB IDE. I'm trying to install SAP WEB IDE local through Eclipse Orion. Everything looks ok. But when I start a new project with FIORI application, I'm not able to connect to any ODATA services. I'm using Service URL option. System is throwing message like "Invalid URL". If I use Service catelog option, it is throwing message like 'Unable to connect to system'. Please help me out.

Thanks,

Kaarthick

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

Hi Kaarthick,

from what destination you wanna use a service?

If you want to consume a service from a remote system, did you setup the service destination file (how to is described in document SAP Web IDE Dev Guide (Local Installation) | SCN, chapter 3.1.3).

Best regards,

Florian

Former Member
0 Kudos

Hi Florian,

Yes I have maintained that file. In fact, my remote system is getting listed out in the WEB IDE. But It did not show ODATA services.

This is Destination file which I used:

Description=FRI description

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

Name=FRI

ProxyType=Internet

URL=https\://sapfiorierp.ap.att.com\:8001

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

WebIDESystem=FRI

WebIDEEnabled=true

Please let me know if this file is ok.

Thanks,

Kaarthick

pfefferf
Active Contributor
0 Kudos

Hi Kaarthick,

as far as I can see the file looks ok. The only thing I would check is the URL. You are using HTTPS but the port (8001) does not look like a usual HTTPS port.

Regards,

Florian

Former Member
0 Kudos

Hi Florian,

It looks like my ECC 6.0 is on Linux OS. In that case, can you help me in the destination file format like url command or whatever neccessary command?

Thanks,

Kaarthick

pfefferf
Active Contributor
0 Kudos

Hi Kaarthick,

as I wrote your file seems to be correct. I would check if the protocol (HTTP or HTTPS), the host and the port are correct.

Did you also check if the OData service node is active in SCIF?

Regards,

Florian