cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog Services unavailable in WebIDE Personal Edition

Former Member
23,890

I have a done a local installation of SAP WebIDE personal edition. I have created an ODATA Service which I would like to be able to connect with my template Fiori app. We have an on premise setup.

I am returned this error regardless of any changes I make.

I want give you guys a reference of the text document with the destinations.

Thank you.

Former Member
0 Kudos

I went and checked if the version 2 (v=2) catalog service is working. I can confirm that when I pull it up using the link below (image) it does work.

working-v2-catalog-service.png(6.6 kB)

However, the webide gives an error because it is asking for the link

Therefore, the destination file is pointing it the wrong way.

Here is the destination file that I am using. Feel free to give suggestions.

When I go to maintain services menu, I see that the catalog service has no local system alias and it does not allow me to add one either.

Could this be the potential problem? that the webide server cannot point to the catalog service? If anybody has different ideas please let me know.

View Entire Topic
bert_furey3
Explorer
0 Kudos

I got it to work by changing the https to http. I tested the service

/IWFND/SG_MED_CATALOG and I noticed that in the gateway client it was using http in my particular case. As soon as I switched it to http instead of https it worked.

I switched URL=\://https://xxx-xxx-xxxx.xxx to

URL=\://http://xxx-xxx-xxxx.xxx