Re: SAP HANA SPS 12: ETL Access to HDI Container: Not authorized
The "names" list in the "schema_roles" section refers to a list of roles which you'd like to include in this role. If you just want to include schema privileges or object privileges, then just remove...
View ArticleRe: SAP HANA SPS 12: ETL Access to HDI Container: Not authorized
As you said, I removed the schema_roles section. But now I'm struggling with "insufficient privilege: Not authorized". I'm wondering because I'm not able to set Execute privileges for my container... {...
View ArticleRe: Debug XSoData Create using Stored Procedure
Right. The role and I gave all grants using SQL commands as wel.I used to have a small x over my breakpoints which was due to insufficient authorization but I fixed this already.
View ArticleRe: Flowgraph vs PAL procedures
Hello Mohamed, PAL was introduced to HANA in a "only SQL way". That means that you first needed to create a PAL procedure via SQL. Later the concept of flowgraphs was introduced (for different...
View ArticleRe: SSH Error Installing SDS HANA
Hi Johann, This is a known issue when installing on SLES 12 (and also RHEL 7) - the fix is included in SPS12 Rev 121. As a workaround you can invoke hdblcm with --remote_execution=saphostagent Best...
View ArticleRe: Stored Procedure - Tracking Execution History
Hello Muthuram, to my knowledge there exists no real "tracking" feature for procedures. There exists an audit log policy type for procedure execution, but I think that is not the information you wanna...
View ArticleRe: Debug XSoData Create using Stored Procedure
Thomas, So I went and tried this approach again but it is still not triggering any debug session in Eclipse.It is triggering a google chrome session where I need to grant soms session debug access for...
View ArticleRe: Debug XSoData Create using Stored Procedure
Try Web Browser Internal instead of External. It should all run within Studio then.
View ArticleRe: Debug XSoData Create using Stored Procedure
Thanks for you quick reply! I also gave this a shot but nothing is being triggered and I only have the indication in the right lower corner of Eclipse. But I can wait for days, it won't do anything but...
View ArticleRe: Debug XSoData Create using Stored Procedure
I had one last option (as far as I know) and that is using the web based workbench from the HCP. Here I can enter debugging when I envoke the procedure (envoke using UI doesn't work either). CREATE...
View ArticleRe: Debug XSoData Create using Stored Procedure
It's strange answering my own questions but it's working now and I was able to correct the error in my script. Very stupid one actually . I has forgotten to read the other imported values into the...
View ArticleRe: SAP HANA SPS 12: ETL Access to HDI Container: Not authorized
Hi Arne, with your terrific help I got it hopefully solved now. Now I'm able to load data. Obviously it seems that I need only ECECUTE privileges for my schema to get access to my tables within my...
View ArticleUSING SAP HANA AFM APRIORI LITE Function
Hi All, I have a problem in creating SAP HANA AFM Apriori function algorithm. I created AFM project and flowgraph and given DATA and mapping asOder_id as transactionproduct_id as items volume of data...
View ArticleDatabase proxy not showing content objects
Hi , I have created a procedure which does a normal insert in the content folder under the package pdms. I am trying to create a database proxy it says the procedure does not exist in the catalog. I...
View ArticleRe: How to pass default value to Input parameter in underlying HANA View
I saw that option. But I was not sure whether we can pass the expression value in the constant or not. Because, we need to pass yesterday's date so it will be different depending on when you are...
View ArticleRe: How to pass default value to Input parameter in underlying HANA View
Ok, now I got you completely. No, sorry, expressions cannot be used as constants in the parameter mapping. If you cannot resolve the issue on the client side (setting the a default value for a...
View ArticleRe: Issue while loading data from excel into hana
Hi, You can keep that in Excel format only but while reading from it file format you can define as VARCHAR.as a workaround if you are still getting 0 in the value you can trim them off from the...
View ArticleRe: How to pass default value to Input parameter in underlying HANA View
Thanks. That is what I am doing it right now. But, was looking for any better solution.
View ArticleHow to find record count and size of table which are not loaded into HANA DB...
Hi Experts, How can we find size of the Tables which are not loaded into HANA Database Memory. If you check M_TABLES, it will display TABLE_SIZE and RECORD_COUNT for those tables in any schema which...
View ArticleRe: Database proxy not showing content objects
Hello Manikandan, what procedure type you are using? The deprecated .procedure or .hdbprocedure ones. To my knowledge only the depracted .procedure db procedures are supported by database procedure...
View Article