cancel
Showing results for 
Search instead for 
Did you mean: 

.xsodata file not activating

surendra_pamidi
Contributor
0 Kudos

Hi All,

I have a calculation view, want to configure in .xsodata file.

I am trying like below..

"schema"."folderName1.foldername2/viewName" as "entityName"

But it is not activating.

Can anyone help me in this..

Thanks,

Surendra.

Accepted Solutions (1)

Accepted Solutions (1)

rohit_chowdhury17
Participant
0 Kudos

Hi Surendra ,

Can you please add

  keys generate local "GENERATED_ID" ;  


in your odata file. For calculation view generated key needs to be added to the odata file .


i.e


service

{

"schema"."folderName1.foldername2/viewName" as "entityName"

  keys generate local "GENERATED_ID" ;  

}


Hope it helps .

Regards

Rohit

surendra_pamidi
Contributor
0 Kudos

Hi Rohit,

Thanks for ur reply.

I have done that and it is activated successfully.

But when I checked the .xsodata file with entity in browser to check data, I am getting this error..

{ "error": { "code": "", "message": { "lang": "en-US", "value": "Service exception: [2048] column store error"}}}

Do u have any idea about this??

Thanks,

Surendra.

rohit_chowdhury17
Participant
0 Kudos

Can you please check if you are able to perform datapreview of the underlying calc view , without applying any filter .

And also try applying a filter in the URi which you are requesting in the browser .

Regards

Rohit

surendra_pamidi
Contributor
0 Kudos

Hi Rohit,

I have 3 filters and I am adding filters in the url. Even though it is giving same error.

Regards,

Surendra.

former_member185414
Active Contributor
rohit_chowdhury17
Participant
0 Kudos

Hi Surendra ,

Is the underlying calculation view providing data preview .

Regards

Rohit

Answers (0)