Hi All,
We're currently doing some ETL work with HANA tables being the source. I've created a user which only has READ access to the HANA schema for which we're pulling our data from, for many reasons. But this is causing us an issue when we execute ETL that contains a SELECT DISTINCT checked in the query transform. It appears that the ETL is trying to create a table to do this work and is failing due to permissions.
Any alternatives to simply providing this user the ability to CREATE tables in this schema?
error <[SAP AG][LIBODBCHDB DLL][HDBODBC] General error;258 insufficient privilege: Not authorized>. The SQL submitted is |
<CREATE TYPE "SAP_MEX"."DS_TT_73D81" AS TABLE ( "ORG_KEY" INTEGER ,"GJAHR" VARCHAR (4) ,"UM01U" DECIMAL(15, 2) ,"UM02U" |
DECIMAL(15, 2) ,"UM03U" DECIMAL(15, 2) ,"UM04U" DECIMAL(15, 2) ,"UM05U" DECIMAL(15, 2) ,"UM06U" DECIMAL(15, 2) ,"UM07U" |
DECIMAL(15, 2) ,"UM08U" DECIMAL(15, 2) ,"UM09U" DECIMAL(15, 2) ,"UM10U" DECIMAL(15, 2) ,"UM11U" DECIMAL(15, 2) ,"UM12U" |
DECIMAL(15, 2) ) >.>. |
Thanks,
Jeff.