Re: default_file in subfolder
Sure. { "exposed" : true, "rewrite_rules" : [ { "source": "", "target": "ui/index.html" } ] }In that case the URL does not change if you enter the root...
View ArticleConverting DTR statements into grant statements
Hi All, I want to convert the below statements from design time roles into normal grant statements. catalog analytic privilege: "_SYS_BI_CP_ALL";catalog sql object "SYS"."REPOSITORY_REST":...
View ArticleProcedure with result view
Hi, I successfully created a procedure with the .hdbprocedure syntax. Now I wanted to add a result view to this procedure (which has only one output parameter) as described in the SQLScript Reference...
View ArticleRow Store Tables of SAP not shown when creating views in HANA Studio
Hi HANA Master's, I have requirement to create a HANA Calculation view on SAP standard table "TBTCO", but in HANA studio i am not able to see this table because it have a storage type as "ROW STORE", i...
View ArticleRe: SAP HANA enable job scheduler
Hello Andreas, do you or your admin have assigned role "sap.hana.xs.admin.roles::JobSchedulerAdministrator". This role allows you to enable the job scheduler. Best Regards,Florian
View ArticleInsufficient privilege in trial account
I'm trying to load a CSV into my SAP HANA trial account using HANA Studio.I created a table and executed the following code: IMPORT FROM CSV FILE 'C:/Users/.../data.csv' INTO...
View ArticleRe: Procedure with result view
You should use a table UDF(.hdbtablefunction) for this requirement instead. There is no plans to support WITH RESULT VIEW in .hdbprocedure Cheers,Rich HeilmanSAP HANA Product Management
View ArticleHANA Studio's Extract Semantics tool
HANA Studio’s Extract Semantics tool supposedly alleviates the issues frequently encountered when modifying a view; e.g., when removing a join below the top-level aggregation node so as to insert a new...
View ArticleRe: SQL Analytic Privilege
I can't add to your specific issue, but I cannot for the life of me get a clear answer on the difference between these two options. I'm thinking that Lars Breddemann might know. I checked the...
View ArticleRe: Row Store Tables of SAP not shown when creating views in HANA Studio
Hi Ahmed, CA views supports row tables, I checked and its working for me. What's the HANA version you are using? Regards,Chandu.
View ArticleRe: Schema mapping for HDBprocedures
Hi, The Schema Mapping functionality only works for the HANA Views (Attribute View, Analytic View, Graphical Calculation View etc.). If you are creating and files like .hdbprocedure then the schema...
View ArticleRe: Row Store Tables of SAP not shown when creating views in HANA Studio
Hi Chandra, Correct me If i am wrong. can we use row based tables in our all information views( like attribute,analytical and calculation view)? I think we cannot use row tables,only column ones can be...
View ArticleRe: SAP HANA enable job scheduler
Hello Florian, thanks for your reply. This resolved the problem. A good guide how to enable the scheduler would be very helpful, but in the guide from help.sap.com wich is linked in my post, I can't...
View ArticleRe: Howto retrieve current authenticated user in SAPUI5/XSODATA app?
>Do you know what priviege I need?Select on SYS.DUMMY since that's the table you are reading from. I created a new user and only gave it SELECT on SYS.DUMMY and I'm able to perform the SQL statement...
View ArticleRe: Howto retrieve current authenticated user in SAPUI5/XSODATA app?
Hi Thomas, how do I do this grant in a hanatrial environment? This select seems to have a general problem on hanatrial. When I execute it in the Web Based Development workbench, I get no error, but...
View ArticleRe: Howto retrieve current authenticated user in SAPUI5/XSODATA app?
HANA trial? Your access is very limited in the trial system since you are sharing it with many other people. Not sure you will have access to grant your user additional authorizations there. You'd...
View ArticleRe: Howto retrieve current authenticated user in SAPUI5/XSODATA app?
Ok, thought that also this is because of the hanatrial limitations. I am just doing additionally some experiments on hanatrial.
View ArticleI can´t connect to SAP HANA Cloud Trial Instance
Hi all, I tried to create a connection to SAP Cloud Platform System from Perspective - Systems in eclipse The error log says: Message:Connection to host 'hanatrial.ondemand.com' failed. Caused by:...
View ArticleNeed to get list of entities for a xsodata file
Hi , I would like to know if is there a procedure or process to get the list of Entities(Entityset names) from a give xsodata file. We could find the the entire file content of xsodata inthe CDATA(clob...
View ArticleRe: Rev. 80: Error with counter and analytic privilege
Hi Fabian, I am researching the ussage of the option of "Applicable to All Congtent Modesl" in HANA Stduio, and reading your post now. Actually there is not enough information about that... BTW, I read...
View Article