cancel
Showing results for 
Search instead for 
Did you mean: 

Offline implementation in the Ui5 Application facing issue after building the application

0 Kudos
174

Hi,

I am implementing offline feature in the Ui5 application in which I am trying for multiple Posting and also I am using various services for combo box,Other ui comtrols and Posting, the issue I am facing is after enabling HAT and Enabiling mobile service inside the sap-mobile-hybrid.js file I am passing the service roots which I am using for Posting and in the defining request I am passing the entityset now I am building the application I am getting the error as 857 server synchronization error and the application is not working in device , while running the application in web ide it is working correctly. Since I am new to this mobile service feature I am interested to know about this issue.Can anyone help me in resolving this issue.. Thanks In Advance..

Accepted Solutions (1)

Accepted Solutions (1)

guo-pingzhang
Advisor
Advisor
0 Kudos

The Error message in the middle is the root cause. Can you double check if the url is correct ? It is gotten from 'defining query' and is used to get data from backend. It's usually an EntitySet optionally followed by odata $filter. We expect status 200, but got 501 (not implemented)

Is 'CreateWorkOrderSet' a real EntitySet in an odata service? Please also check the other part of the url to make they're correct.

Answers (3)

Answers (3)

0 Kudos

Hi,

Guo- ping Zhang the Issue is resolved and there is a Problem with the service and the Mobile service cockpit, so getting that 501 (not implemented) and that was resolved from their end.. Thank you very much for the Support. 🙂

0 Kudos

Hi Geo-ping Zhang

Thanks you very much for your reply guo-ping.zhang I have attached the screenshot of the Error I am getting in the Mobile Service cockpit.

guo-pingzhang
Advisor
Advisor
0 Kudos

Any log of warning or error in mobile service cockpit?