Re: Recursive Query in HANA
Thanks for your cooperation. I managed to understand how the Syntax of the 'Father-Son Hierarchies', but unfortunately I can not use recursive querys why in my column 'SUCC' can have duplicate values,...
View ArticleRe: Update table via HANA Procedure
Hi Rich,I changed the sqlscript_mode as per your suggestion, but still getting the error shown. Any pointers please? Thanks,Anil
View ArticleRe: Update table via HANA Procedure
Angad,Thanks for the response, yes I did try with that too after which I was able to check my procedure. But I was getting a privilege related error message later on.. Thanks,Anil
View ArticleRe: Update table via HANA Procedure
You do not appear to have privileges to the table(or schema) in which you want to update. Add the correct privileges to your user profile and try again. Cheers,Rich Heilman
View ArticleHANA Calculation of differential amount on the fly
Hi, I have a scenario where I want to calculate the differential amount between successive rows on the fly..sample structure of my table is like this:...
View ArticleHow to GRANT the Analytic Priviledge _SYS_BI_CP_ALL using SQL?
I'm trying to define a user named LUMIRA that can be used as a least privileged user for accessing Analytic Views that I've created for use with Lumira.So far, I did the following to define access to...
View ArticleRe: How to GRANT the Analytic Priviledge _SYS_BI_CP_ALL using SQL?
I figured it out by looking at the SQL Plan Cache after assigning the Analytic Privilege using the UI. I saw a statement that looked like this: call GRANT_ACTIVATED_ANALYTICAL_PRIVILEGE(?,?); Knowing...
View ArticleRe: Update table via HANA Procedure
Hi Ravi,I get the below error with this sample code and I am writing this using File --> New --> cerate new procedure where in the procedure is created in the project explorer tab and we can...
View ArticleRe: How to FInd Last Iserted Row Id in Hana
In order to keep track of Last Inserted records in all the tables , I have generic Insert function which accepts the Table as parameter and returns back last value of AUTO_INCREMENT column . We...
View ArticleRe: How to FInd Last Iserted Row Id in Hana
I am looking for a function in SAP HANA which should return the Last ID generated by a Insert query on a table with a Column having the Auto_Increment Attribute ( Primary Key) . Something similar to...
View ArticleRe: Error while creating procedure through SAP HANA Development in revision 58
First, I would highly commend that you use a XS project rather than a general project. Second, I think you might be getting an error saying that you are only allowed to create read-only procedures in...
View ArticleRe: Update table via HANA Procedure
Hi Rich, I went in to the SAP HANA System --> Security --> Users and selected "SYSTEM" (I logged in as) and added "_SYS_BIC" and granted all the privileges to this. Still getting the same...
View ArticleRe: Error:"Access Denied" while importing data from local csv file using HANA...
I'm getting this same error. My file is on a share. Is HANA Studio trying to create a temp file on the laptop as like a cache while loading? Prashanth Polasa, did you solve this? Mike
View ArticleRe: SAP HANA LIVE VIEW BROWSER LOGON ISSUE
Hi Sathish, Can you please raise a message under the component "CA-EPT-HCO-EXP" mentioning the steps you followed for installation? Also can you see which service call giving error by doing the...
View ArticleNo objects to activate !!!
We moved some objects (at views) from one dev sys to another dev system. I used the developer mode. When the objects got to the new system they had a diamond on them like this:There are like 500 of...
View ArticleRe: HANA OData Service Filters
I'm facing this exactly same issue! In my case too, I need to filter a numeric field that is not null, but I didn't realize how to do this in an elegant way. Have you solved this??
View ArticleRe: How to FInd Last Iserted Row Id in Hana
Hi Vimal, If I understood your requirement you want to have in hands the ID saved on your latest transaction. Is not it? Well, you can obtain the unique number using sequences and make the INSERT to...
View ArticleRe: Error : string is incompatible with varchar3
Hi Ravindra, Below is my requirement. From UI i am getting three input parameters. 1) First input parameter is array which is containing columns of existing view. 2) Second parameter is also an array...
View ArticleRe: SAP HANA LIVE VIEW BROWSER LOGON ISSUE
Hi Prabhu , Hi Fernando,, I accessed the HANA Live URL in Google chrome. I got the following error ( Please refer below screenshot). Thanks Sathish
View ArticleRe: How to refer Welcome file(except index.html) in XSJS project.
Thank you so much Jerry for your support. I did this by creating one "index.html" file in parent folder and redirected to the required page by java script coding from index.html . index.html :-...
View Article