Hello All,
We have upgraded to SPS7. We are trying to use an INSERT statement on a database table in a .hdbprocedure. For this we removed the READ SQL
addition on the SQL header, made SQLSCRIPTMODE parameter as UNSECURE in Configuration.
But the problem with privilege seems to be at the table level. I try to create a Custom role(.hdbrole). This gets activated fine when I just give the SELECT on the SCHEMA.
But when I add INSERT in addition to SELECT privilege on schema holding the table it gives an error Cannot Activate/No Privilege to activate Catalog Object
.
The INSERT on the table is not letting me activate the .hdbprocedure or a custom role. Can you please advice what could be the problem.
Also, an SLT has been configured to get data into these set of tables, could this be the problem.
Best regards,
Pavan