Hi all,
I have some probleme with Hana Cross_Database_access in a multitenant system.
I already configured "cross_database_access" in "global.ini" configuration and crate "targets_for_<database_name>" parameter, create a user in both tenant with "remote identity" privilages and grant "select" access in one table in a schema.
But when I try to do a sql statement in target tenant, I always have an error message like this:
"Could not execute 'SELECT * FROM "HC1"."EFASHION_TUTORIAL"."ARTICLE_COLOR_LOOKUP"'
SAP DBTech JDBC: [258]: insufficient privilege: Not authorized"
Could anyone help me?
Thanks