Re: How to debug a procedure invoked by an OData request?
>Maybe there is an issue with the Web Sockets connection?No, if "XS JavaScript: Manual Session" debugging is working then this wouldn't be a problem with general configuration or Web Sockets since...
View ArticleRe: Modifying SAP HANA Live GR/IR application
Hi,Please post your requirement. Regards,Kamruz
View ArticleRe: How to fetch ST_POINTS from table?
I've run into the same problem and the unfortunate answer appears to be that most of the methods you'd want to use to calculate intersections don't work in the round-earth SRID. This thread seems to...
View ArticleRe: Where can I download HANA Studio dev edition
Thank you, Florian, unfortunately it's not possible to connect to HCP due to a server error: Re: Connection failed. Could not connect to the SAP HANA Cloud Platform System Best Robert
View ArticleRe: Modifying SAP HANA Live GR/IR application
I need to modify certain images of the app. Any idea how to go about it? Regards,Alston.
View ArticleRe: PAL Procedure call from Cal View
Hello All, I was able to over come my issue. The approach I took was instead of populating the physical column table with the procedure call, I passed the var_out variable of the calculation view and...
View ArticleRe: role to allow use to stored procedures
I managed to figure this out. The problem was the role was assigning privileges to a stored procedure that contained selects to schema that weren't authorized to _SYS_REPO.
View ArticleRe: role to allow use to stored procedures
So now this works, with updated package names: role com.mycompany.roles::limiteduser { sqlobject com.mycompany.procedures:myProcedure.hdbprocedure: EXECUTE;}
View ArticleRe: How to create a Join (in calculation view) using other calculation views...
Seriously, I have no idea what you are talking about.Can you be more specific?
View ArticleRe: HANA recovery in DR setup
Hello Pavan, Let say Host1 is the primary system and Host2 secondary system. If you recover primary system to a point of time, you need to stop the secondary system for the time that the primary system...
View ArticleRe: Logout from SAPUI5 / XSJS page
Thank you for your response Christian. The requirement of directly closing the browser has come as a result of not being able to clear SSO cookies after logoff. For logoff, we're calling the standard...
View ArticleRe: HANA - hierarchy view issues error [6991] Each predecessor (except the...
Hi, Suren,I had the same problem and I made some research on it, which resulted in this blog. I hope that it will help you too. KR,Igor
View ArticleRe: How to create multpile Join in calculation view using GRAPHICAL option
Hi Please check the image. Hope this will give you some idea.
View ArticleRe: SAP PAL : No ScriptServer available. See SAPNote 1650957
Dear, Did you solve this issue?please let me know if you have any solution to this problem, because i have the same issue. best regards,Murhaf
View ArticleRe: Logout from SAPUI5 / XSJS page
If you are using HTTP BASIC authentication the only way to complete the logoff is closing the browser. The SSO cookie can be cleared but this must done the server side (that will tell the browser to...
View ArticleRe: Logout from SAPUI5 / XSJS page
check this, doLogout: function(){ <span style="font-family: Arial, Verdana; font-size: small;"> </span> $.ajax({ url : "/sap/hana/xs/formLogin/token.xsjs", type : "GET",...
View ArticleHANA - BI Dashboard performance
Hi, How can i trace complete statistics of dashboard (xcelisu) running on top of HANA Following details expected 1. SQL run time in HANA2. i/O 3. CPU utilization4. Front end time5. Components loading...
View ArticleRe: Syntax issue with table variable declaration
You can't.This language feature is available as of SPS 9. - Lars
View Article