on 2017 May 17 4:42 PM
Hello,
I've SAP Web IDE installed on my development PC and trying to connect to SAP systems in my company network.
When I choose
New Extension Project > Select Application > SAPUI5 ABAP Repository > System
when I select system as one of the SAP systems created as destination, I got following error:
Error 404 ProxyServlet: /destinations/k0d/sap/bc/adt/discovery
And on browser, I can see the error as
Error 404 ProxyServlet: /destinations/k0d/sap/bc/adt/discovery. The server has not found any resource matching /sap/bc/adt/discovery
The same problem occurs when I try to deploy a project too.
I can request the discovery xml from the SAP system. /sap/bc/adt service is active.
Is it related with orion.ini ? Could you help me to troubleshoot the problem?
Request clarification before answering.
Hi,
Can you please try to remove the .txt extension from the file?
It's mentioned in our guide not to use extension:
https://www.sap.com/documents/2016/05/64fa4c4f-747c-0010-82c7-eda71af511fa.html (page 31)
Hopefully this will resolve your error.
Regards,
Michal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Michal,
Thank you for response 🙂
In my PC, in following path
C:\SAPWebIDE\eclipse\config_master\service.destinations\destinations
I have text file
s4s.txt
with following content
#ServiceDestinations
Description=s4s
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=s4s
ProxyType=Internet
URL=https\://s4s.kodyaz.com
WebIDEUsage=odata_abap,odata_gen,ui5_execute_abap,dev_abap,bsp_execute_abap,odata_xs
WebIDESystem=s4s
WebIDEEnabled=true
sap-client=060
I cannot reach the SAP systems when I also use "Project from template" wizard
This time error is as : Catalog service is unavailable. Please try again.
In browsers F12 tools, I have 404/ Not Found response
Name Protocol Method Result Content type Received Time Initiator
http://localhost:8080/webidedispatcher/destinations/s4s/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Servi... HTTP GET 404 text/html 1,46 KB 88,19 ms XMLHttpRequest
Request URL: http://localhost:8080/webidedispatcher/destinations/s4s/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/Servi...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I try to Import an Application from SAPUI5 ABAP Repository,
on browser logs I see
But when I replace, the request URL from the destionation file I can get the XML file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can you please share a screenshot of how you configured your destination? And how did you name the destination file?
Also, are you able to reach your system via the "Project from template" wizard? Do you get all services from your service catalog?
And one last question, what is the failed request and its response in the network trace in the browser's developer tools? (F12).
Regards,
Michal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
10 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.