Hi Experts,
I am trying to export BW query as an ODATA service. I am following http://scn.sap.com/community/netweaver-gateway/blog/2012/12/08/transform-sap-bw-queries-into-odata-service-generation-and-activation link for achieving the same.
I am able to complete first 2 part of thatseries. I am able to see my ODATA service as an XML in the browser with metadata information.
http://<Host> :< Port>/sap/opu/odata/sap/<service name>/$metadata
But when I try to do http://<Host> :< Port>/sap/opu/odata/sap/<service name>/<queryname>Results , getting following error.
Please help me to resolve this error. I am also aware about easy query but my BW system is 7.02 so cannot use that functionality.
Regards,
Niket Talati