Hi all,
Just before running my AMDP via SE24, i get this error ;
SQL code of the database: 258 SQL message from the database: "insufficient
privilege: Not authorized"
Everyting is working fine in development envrionment but it keep failing on production after transport.
I give all select/execute authrozation to my SAPXXX user and _SYS_BIC schemas but still failing,
here is the trace file;
27542]{463464}[537/-1] 2015-12-14 16:24:35.637787 i Authorization SQLFacade.cpp(01222) : UserId(150731) is not authorized because invalid privilege 27 on ObjectId(6,0,oid=5137569)
[27542]{463464}[537/-1] 2015-12-14 16:24:35.637862 i Authorization SQLFacade.cpp(01750) :
schemas and objects in schemas :
SCHEMA-150732-SAPXXX : {CREATE_PROCEDURE} , {}
SCHEMA-139816-_SYS_BIC : {} , {EXECUTE}
PROCEDURE/FUNCTION-5137569-ZPROCEDURE_TEST : {EXECUTE} , {}
[27542]{463464}[537/-1] 2015-12-14 16:24:35.637888 i Authorization query_check.cc(03287) : User SAPXXX tried to execute 'create procedure
"ZPROCEDURE_TEST=>RUN"
language sqlscript sql security invoker as begin
call "_SYS_BIC"."ZPROC_TEST"(:I_VAL);
end; '
i checked the object from OBJECTS table and it is under_SYS_BIC schema.;
Select * from objects where object_oid = '5137569'
Which authrozation do i need to give ?