Re: How to navigate through a cursor?
Hi Ravindra, You are right. I copied the code directly from page 44 of the HANA SQL Script Guide, but I didn't check that the code was correct. Thanks for pointing out. pedro
View ArticleRe: Problem activating HANA SP5 Decision Table
Hi Venkat, Thanks a lot it works . Regards Ashutosh
View ArticleRe: HDB Multiple error's - After Upgrade to Rev 56
We have the same Problem. We have m2.2xlarge on AWS and ram usage is very high.The performance is gone. on rev 48 our query takes 2,7 sec now on rev 56 it takes 12,8 sec. we only did the update.
View ArticleRe: Unable to access SAPUI5 help on my Remote machine
Are you sure SAPUI5 is even installed on this HANA System. In any 'normal' HANA system this step would be unnecessary because this Delivery Unit is installed by default. However I can't really comment...
View ArticleRe: Problem with SAP HANA server on AWS
Hi Henrique, wht port i have to mention.i tried giving 8000 still it is not connecting.i m able to connect to server using ssh i started the hana db also still no luck with http access .could you...
View ArticleRe: Recent MS-Access ODBC Issue with HANA
I am still awaiting on my company's IT response to solving this issue, but in the meantime I have a related question. As stated in the original post I am using HANA with MS-Access via ODBC. Our IT...
View ArticleRe: distinct clause while designing views(Attribute,Analytic,Calculation) in...
Hi Chetan, Usually a distinct clause is used in a query to only return a subset as a result. I may be wrong but I do not think you can do a distinct directly into an attribute or analytic view. You can...
View ArticleRe: Problem with SAP HANA server on AWS
Hi Sarb, The port is 8000, are you using the elastic IP address as host name? Regards,Eduardo
View ArticleOrder of calculations
If you have calculations in a calcuation or analytic view and you use procedures, which get executed first? Is there a best practice document that discusses order of calculation?
View ArticleRe: Order of calculations
Hi Laura, Do you wish to know the order of execution like Operator precedence as mentioned here. Or you wish to know if you have calculations in Analytic view and the Analytic view is used in another...
View ArticleRe: distinct clause while designing views(Attribute,Analytic,Calculation) in...
Hi Ravindra, Thanks for the post! I have designed an analytic view that is based on a star schema .This analytic view contains a single fact table with some dimension tables having cardinality 1 :N...
View ArticleUnable to access SAPUI5 help on my Remote machine
Hi Mr. Jung, I was able to run the code for "fade-out()". I am really sorry to bother you with such a silly question. You are Gr8. Thanks a TON Rahul
View ArticleRe: distinct clause while designing views(Attribute,Analytic,Calculation) in...
Hi Sharan! Thanks for the point. I can use a calculated view in the script mode and write the sql but I want to use the distinct clause as a part of the analytic view that I have designed.This analytic...
View ArticleRe: distinct clause while designing views(Attribute,Analytic,Calculation) in...
Hi Chetan, If you look into the execution plan (Visual plan) for the query against the HANA table / Information model object, you can see that any joins are performed on the columns. Please refer to...
View ArticleRe: Order of calculations
Thank you Ravi,The link helps for part of my question. If I have procedures that use CE to calculate a column view and I want to use those columns in a calculation view to further use the results in...
View ArticleRe: Unable to access SAPUI5 help on my Remote machine
Hello Mr. Jung, Thanks a lot for your guidance. I followed the steps mentioned by you and now I am able to install SAPUI5 on my remote machine. However, the code mentioned in the tutorial for fade-out...
View ArticleRe: How to call HANA store procedure with table variables in xsjs?
You should use temporary tables. From XSJS write your data you want to pass into the procedure into the temporary table. Then in the CALL statement for the procedure use the temporary table as the...
View ArticleRe: Basic question about real time measurements in power electricity
Yes, as I had stated myself above (read the * in two posts above). It is possible to develop a job in SLT to read data from one DB to another, but then you wouldn't have the trigger capability as you...
View ArticleRe: Using HANA with MS-Access via ODBC
Thanks Ravi, for your reply - which does sound a lot like the kind of reply I would get from our IT department, This confirms to me that our IT attitude to what I am doing is not unusual, and they are...
View ArticleRe: distinct clause while designing views(Attribute,Analytic,Calculation) in...
Hi Chetan, You don't need to get distinct attribute values for the dimension tables to apply distinct on the attribute value before the join is done in the data foundation. It is not required. Moreover...
View Article