Hey Guys,
I want to create a OData or JSON "Monitoring Service" (Using the internal Views in SCHEMA "SYS"). I created a User with all possible Authorizations...
My hello.xsodata looks like this:
service {
"SYS::M_SYSTEM_OVERVIEW";
}
But I get some activation errors:
Description Resource Path Location Type
[40136] Unknown object name "SYS::M_SYSTEM_OVERVIEW". test.xsodata
and
TestOData:systemview.hdbschema Schema name SYS is not equal to object name systemview. Please delete the object and create a new one that matches the schema name. Do not change the schema name in this object.
My systemview.hdbschema looks like that:
schema_name="SYS";
Is there anybody out there, help me sing my song ?!
Thanks and best regards
Daniel