cancel
Showing results for 
Search instead for 
Did you mean: 

Technical error for App created using Template in HCP Trial Web IDE

prakashsaurav
Active Participant
0 Kudos

Hello Experts.

I have used HCP Trial account and created oData services on HANA MDC TRIAL.

I linked it successfully in Destination.

And I was able to read service details during app creation.

But after App is generated, when I run app I get below error.

"requestUri": "/LINK2FIORI/linktofiori.xsodata/$metadata?sap-documentation=heading",

  "statusCode": 404,

  "statusText": "Not Found",

  "headers": [],

  "body": "<html><head><title>Error report</title></head><body><h1>HTTP Status 404 - Not Found</h1></body></html>"

}

And I see that URL was wrongly constructed even when Service was correctly mapped.

Please help me to fix this issue.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I hit the same issue for my internal test.

And I tried to create different projects/app with the same URL, this error disappeared after

several try. Maybe it is a temporary issue of builder or something, I am not sure.

You may try to create a different app again and check if the error persists.

Regards, Daniel

Answers (1)

Answers (1)

prakashsaurav
Active Participant
0 Kudos

This error is auto-resolved. I guess it might be auto rendering issue.

Today I was able to create app and consume oData services