Hi Omer,
I create the River project first,
then I used this three procedures to create the river environment and add roles to myself:
CALL CREATE_RIVER_ENVIRONMENT ('testutility', ?);
CALL ADD_USER_TO_RIVER_DT_ROLE('ERIC', 'mypassword','testutility');
CALL ADD_USER_TO_RIVER_RT_ROLE('ERIC', 'mypassword','testutility');
Is this the right way to create the project?
I tried to execute the following sql statements with my user "ERIC" and the "SYSTEM" user:
set schema "testutility";
grant execute on "MY_PROCEDURE_TEST3" to _SYS_REPO WITH GRANT OPTION;
the error message is:
Could not execute 'grant execute on "MY_PROCEDURE_TEST3" to _SYS_REPO WITH GRANT OPTION' in 9 ms 697 µs .
SAP DBTech JDBC: [258] (at 18): insufficient privilege: Not authorized to grant the privilege on the procedure: line 1 col 19 (at pos 18)
I am sorry, I am in China now, it is not convenient to contact you by telephone.
According to the trace file in the index server, maybe there are some privilege problems.
Regards
Eric