Hi,
I am trying to create a calculation view but I am ending up with error "
user is not authorized (2950)". I think i hae a NON System user id: 'HANA'.
I checked the roles and privileges for my user' HANA' and SYS_REPO..etc
Am I still missing anything.
Request clarification before answering.
Execute the below statement in SQL console and activate your view
GRANT SELECT ON SCHEMA SCHEMA_ABC TO _SYS_REPO WITH GRANT OPTION
Note : At SCHEMA_ABC give your schema name
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You saved my day , pal !
Excellent!
Hello!
When I try to set the rights SELECT for the _SYS_REPO user (with command GRANT SELECT ON SCHEMA SCHEMA123 TO _SYS_REPO WITH GRANT OPTION), I get an error about insufficient rights
SAP DBTech JDBC: [258]: insufficient privilege: Detailed info for this error can be found with guid '325B73EE97FF7D478DA315EA3A11D53C'
I trying it with SYSTEM user.
If I try add permission to _SYS_REPO user, I get error - Could not modify user '_SYS_REPO'. Could not grant privilege SELECT on SCHEMA123 You are not authorized to perform the required actions
How I can add this permission?
Hi Vadim,
The scenario for which the statement mentioned above is this.
Please check. Also the user with which you are executing this statement should have the privilege to access 'SCHEMA123'.
kindly check these.
Thank you.
Thanks Kolli,
Worked perfectly for me. I'm wondering that when I execute the above statement, on behalf of which user is the statement getting executed. I mean to ask which is the user which is granting select privilege on my schema to _SYS_REPO user along with grant option?
Btw, one free virtual beer to you 🙂
Hi,
I happened to use Schema's from different Packages and hence used the above GRANT SELECT statement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.