cancel
Showing results for 
Search instead for 
Did you mean: 

Regd URL Issue

0 Kudos

Hi All,

the below error occured , while we running the custom fiori application.

that is giving the output both ui5 application and odata channel url.

Failed to load resource: the server responded with a status of 404 (NOT FOUND)

https://192.168.10.213:44300/sap/bc/ui5_ui5/sap/zsalesorder_ui5/proxy/http/h2sb74.vctl.ad:8000/sap/o... metadata

Failed to load resource: net::ERR_INSECURE_RESPONSE https://static.dreamsadnetwork.com/chromeapp/sidebar/contentScript.js


my observations are:while testing on local machine we are able to get information service from odata.

but not in the  fiori application.



Kindly requied help ASAP.

Thanks  & Regards

Rakesh Raparthi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

https://192.168.10.213:44300

Why are you passing 44300 as a port? Shouldn't it be 443 ?OR is it a typo?

0 Kudos

Hi All,

this is the code which i am using .

  var Serviceurl = "proxy/http/h2sb74.vctl.ad:8000/sap/opu/odata/sap/SALESORDERSP";     

  var oModel = new sap.ui.model.odata.ODataModel(Serviceurl , false,"VCUSER","welcome");

         this.setModel(oModel);

      

         var SalesOrderList = new sap.m.List("SalesOrderList",{});

         SalesOrderList.addItem(

          )

Thanks & Regards

Rakesh R

midhun_vp
Active Contributor
0 Kudos

Make sure you provided the right URL. You can try with the below Fiori URL to make sure the fiori custom client is working: https://sapui5.netweaver.ondemand.com:443/sdk/test-resources/sap/m/demokit/poa/index.html

Regards,

Midhun VP