Hi,
I've created a schema and created an activated a view in SPS09 in the normal way. I can access data in the schema using normal SQL, but when I try to access the view, I get:
Could not execute 'SELECT TOP 10 * FROM "_SYS_BIC"."package/CALCVIEW"'
SAP DBTech JDBC: [258]: insufficient privilege: Not authorized: line 1 col 33 (at pos 32)
I created another user, and assigned the package and schema-level access to that user, but get the same error.
Did something change in SPS09? I have of course run GRANTSELECTONSCHEMA SCHEMANAME TO"_SYS_REPO"
Thanks!
John