Hi Niraj,
you may need to grant select rights of the tables used in your attribute view to the _SYS_REPO user with the following statement:
GRANT SELECT ON SCHEMA "<your_schema>" TO "_SYS_REPO" WITH GRANT OPTION
Kind regards
Christian
Hi Niraj,
you may need to grant select rights of the tables used in your attribute view to the _SYS_REPO user with the following statement:
GRANT SELECT ON SCHEMA "<your_schema>" TO "_SYS_REPO" WITH GRANT OPTION
Kind regards
Christian