cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WebIDE got error "catalog service is unavailable, please try again"

former_member186148
Active Participant
0 Kudos

Hello.

I want to make a little demo project with SAP Fiori elements based on the ABAP OData services. As I understand, only SAP WebIDE has a project template for them and there is no way to use HANA Studio (am I correct?). I've got SAP Web IDE personal edition and SAP Netweaver ABAP 7.5 developer edition at the same machine. NW 7.5 runs in Virtualbox and WebIDE runs on the host system.

I've created a destination to the ABAP system and when I try to create a new project in WebIDE, I've got an error "NPL Catalog service is unavailable, please try again" at the step "Data Connection". The destination itself is avalilable in the WebIDE.

My destination:

Description=NPL
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=NPL
ProxyType=Internet
URL=https\://vhcalnplci.dummy.nodomain\:8000
WebIDEUsage=odata_abap,odata_gen,ui5_execute_abap,dev_abap,bsp_execute_abap
WebIDESystem=NPL
WebIDEEnabled=true
sap-client=001

In the Developer tools of Chrome I've got the following error:

GET http://localhost:9090/webidedispatcher/destinations/NPL/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Servi... 500 (Server Error)

former_member186148
Active Participant
0 Kudos

Does anybody know?

0 Kudos

Did you ever get this working...

I'm trying to do exactly the same thing local Web IDE and consume odata services from a Trial edition of NW 7.5 running in Virtualbox.

My destination is also being overiden to localhost instead of my actual virtualbox server:

I have no problem accessing my odata services from chrome with the link below:


http://virtual_linux:8000/sap/opu/odata/iwfnd/CATALOGSERVICE/CatalogCollection



Description=NPL

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

Name=NPL

ProxyType=Internet

URL=https\://virtual_linux:8000

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

WebIDESystem=NPL

WebIDEEnabled=true

former_member186148
Active Participant
0 Kudos

Unfortunatelly I didn't.

Accepted Solutions (0)

Answers (2)

Answers (2)

Vignesh
Explorer
0 Kudos

@lev.kulaev - Did you fix the error which you are mentioning above? I'm facing exactly the same error when tried to connect to local webide.

If you have solved the issue, please let me know.

Thanks,

Vignesh.

This is an old blog thread but if anyone is stuck there is now a SAP note that should help you fix the problem. It is specifically for the personal edition of the Web IDE:

https://launchpad.support.sap.com/#/notes/2684697

In my case the config file was named incorrectly: it should be called "NPL" (no extension). This is specific to the pre-configured trial system running in a virtual Linux instance. For other types the file name is the system ID.

former_member356171
Participant
0 Kudos

Have you checked the connection in cloud connector? is that reachable?

and check connection in cloud platform is successful?