I've created an attribute view and can preview the data with it. I've created a oData service and can retrieve the metadata. However, when I try to retrieve the data I get the following error:
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code/> <message xml:lang="en-US"> Service exception: column store error. </message>
</error>
This happens for every service based on an attribute view but not for services based on tables.
Any suggestions?
Thanks,
Ross