Good day,
I was starting the SAP River setup according to the developer guide and came across a problem with executing those 3 lines of SQL to call the river procedures. Specifically I'm receiving an error when calling the "_SYS_BIC"."sap.hana.rdl.setup::create_river_environment" procedure, returning an error for the following line in the procedure:
exec 'grant select on _SYS_RT.CDS_ARTIFACT to "' || :DTRole || '"';
The problem being that "SYS_RT.CDS_ARTIFACT" doesn't exist. I recently upgraded to SPS8.
If anyone has any insight into how this can be resolved it would be much appreciated.
Cheers,
JB