Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Error in ODATA Services for calling Analytical view

$
0
0

Hi Every One,

 

   We are working on creating Odata services for consuming the views inside the HANA.

 

But here facing the challenges.

 

We created xsproject --> share the project --> folder services --> created a file data.xsodata

 

Script in xsodata file

 

service namespace "servicename" {

 

"SAP_BW::AN_BW" as "Analyticalview" keys generate local "ID";

}

 

SAP_BW is the package name and AN_BW is analytical view inside the package.

 

After that we created two files .xsaccess and .xsapp

.xsaccess code is

 

{

     "exposed" : true

}

 

.xsapp code is

{ }

 

Activated the project successfully.

When ever we ran in browser with following url : http://173.11.159.101:8000/SAP_BW/Odata_Anv/services/data.xsodata

 

It showed the following the error

 

This XML file does not appear to have any style information associated with it. The document tree is shown below.

 

<servicexmlns:atom="http://www.w3.org/2005/Atom"xmlns:app="http://www.w3.org/2007/app"xmlns="http://www.w3.org/2007/app"xml:base="http://173.11.159.101:8000/SAP_BW/Odata_Anv/services/data.xsodata/">

 

 

<workspace>

 

 

<atom:title>Default</atom:title>

 

 

<collectionhref="Analyticalview">

 

 

<atom:title>Analyticalview</atom:title>

 

</collection>

</workspace>

</service>


if we run the url

http://173.11.159.101:8000/SAP_BW/Odata_Anv/services/data.xsodata/Analyticalview?json

 

It showed the following error..

 

This XML file does not appear to have any style information associated with it. The document tree is shown below.

 

<errorxmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

 

 

<code/>

 

<messagexml:lang="en-US">Service exception: feature not supported.</message>

</error>

 

Can Any One can provide the solution to resolve the above issue. Thanks in advance


Best Regards,

Siva Rama Prasad.G


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>