Hi all,
I have an issue that I suspect is due to missing roles. I try to create an SQL procedure, but the check fails due to a local table type, which is not accepted. The error is "Error creating procedure;invalid table type: Cannot find table type....[schema].[table name]". The value for "schema" defaults to my own schema (this is a public system, not a single-user AWS, so I have my own personal schema). By explicitly choosing other schemas for my local table type (ANOTHERSCHEMA.TT_LOCAL_TABLE), I get identical errors with these schema names.
Is this related to missing rights for creating artifacts in the selected schema? I tried creating a table in the same schema; this worked. Why then is my local table type not accepted?
Regards,
Trond