Forum Discussion
JavierEnroute
8 years agoNew Member
odata
I built a virtual database which publishes data using Odata protocol. I have been able to access the database using the url directly on my browser as well as connecting using other tools such as Tab...
v-xjiin-msft
8 years agoSolution Sage
Hi JavierEnroute,
What kind of error did you get? Please share us the entire error message.
Thanks,
Xi Jin.
JavierEnroute
8 years agoNew Member
Xi Jin,
Attaching an image with the 2 errors. The parsing error appears when I format my data as json, and the second error when using atom as format.
- v-xjiin-msft8 years agoSolution Sage
Hi JavierEnroute,
Based on your first error message, it cannot parse the hostname of the URL. Since you are using the URL with Localhost:8080. Please verify that you can visit it on your machine first. Also make sure that the 8080 port was opened.
Then to troubleshoot the second error, please refer to following article:
Atom Format (OData Version 3.0)
Thanks,
Xi Jin.