cancel
Showing results for 
Search instead for 
Did you mean: 

XSODATA Service is not activated with error

former_member89149
Participant
0 Kudos
543

Hi all!

I've created following design-time objects in project:

  1. hdbtablefunction on select from sys.granted_privileges;
  2. hdbview on the hdbtablefunction above;
  3. hdbview on the hdbview above.

In xsodata I try to create and to activate service on view from step 3 but error returns:

[project.package:odata.xsodata] Repository: Encountered an error in repository runtime extension;caught ltt::exception thrown by runtime OData service runtime while trying to generate objects.

What is this error about?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member89149
Participant
0 Kudos

I've found error: it is not supported in hdbview boolean values TRUE/FALSE. Instead it is needed to type 1/0.