cancel
Showing results for 
Search instead for 
Did you mean: 

oData call does not return results

arpitasethi
Explorer
0 Kudos

Hello Experts,

We have a calculation view and have oData service for this view.

We are not able to get the data from the call, but the data preview of the view works. Also the metadata of the oData call returns correct values.

The message we get is -

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

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

<code/>

<message xml:lang="en-US">Service exception: column store error.</message>

<innererror>

<exception>

exception 1: no.71002048 (ptime/query/plan_executor/trex_wrapper/trex_wrapper_body/trex_query.cc:809) [2048] column store error: search table error: [23013] Unknown view attribute NO exception throw location recorded. Stack generation suppressed.

</exception>

</innererror>

</error>

Can you please suggest?

Thanks and Regards,

Arpita

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arpita,

I have already executed CV by odata service, it is no problem.  According to error information, it seems like "NO" was not defined, it maybe table or attribute view or analytic view structure was updated.

How about your service definition? such as

service namespace "xxx" { "<schema anme>.xxx.xxx.calculation name" as "odata";}

Besides, whether you save and activited your CV ? and data preview is ok or not?

If possible, please post your script.

Hope this can help you.

Regards,

Jerry.