Update Very Slow on HANA Database
Hi Folks, Recently we migrated to HANA in our BW system. I am having a program which does an update on a table. When I write MODIFY statement program dumps with exception DBSQL_INTERNAL_ERROR (...
View ArticleRe: Update Very Slow on HANA Database
Just an update, I tried for one record then too the weel of death keeps rotating.
View ArticleRe: Chrome exports corrupted .tgz file while Firefox doesn't (HANA sp8)
Hi Eddy, Just for reference, I have now experienced the same thing with Chrome corrupting the archive. Did you manage to find a solution/work around to use the corrupted file? Thanks, Paul
View ArticleRe: Chrome exports corrupted .tgz file while Firefox doesn't (HANA sp8)
Hi Paul, I just used firefox and it worked. Eddy
View ArticleRe: How to install Hana studio and Hana client?
Hi, r u installing first time or u updating with new revision? download hana client and studio from this link w.r.t system 32/64 bit configuration. SAP | HANA Developer Edition
View ArticleRe: How to return custom output message in store procedure after performing...
Leo Epstein : thanks for your input. then how to handle success message in procedure. is there any way to return newly added entry id with success message. ?????
View ArticleRe: How to return custom output message in store procedure after performing...
No error message in the OUT parameter table means exactly that, success. The exact HTTP status code returned by ODATA implementation will depend on the operation: 301 Created for POST, 304 No Content...
View ArticleRe: How to install Hana studio and Hana client?
Hello I am installing first time and I downloaded form same link , 64 bit only
View ArticleFinding the MAX of the column
Hi I want to read a calc view and find a MAX of the column For this I am writing a calc view of type "script" and using the below code. Which is not working. Any hints on this? Or is there any other...
View ArticleRe: how to calculate the cumulative sum with certain interval in SAP HANA
create column table TAB(ID int, DATE TIMESTAMP, VAL int);insert into tab values(1,'2014-09-14 14:22:00',1);insert into tab values(1,'2014-09-14 14:25:00',1);insert into tab values(2,'2014-09-14...
View ArticleRe: Newbie to SAP HANA need any SAP work experience?
Thanks Srihari Given thread was good...
View ArticleRe: /uilib-sample/proxy in the TDG demo
hi,Gert VermeerschCan you please tell how to do it in intellij IDERegards,Ajaay
View Articlejdbc via SAML & mapping to database user ?
Was trying to get hands dirty with Java on Hana. Faced a scenario where we would like to use SAML authentication for our java app. In this case, also the jdbc connection have to be established via SAML...
View ArticleRe: Unit testing/testing in general on Hana
You can check this, https://go.sap.corp/xs-testing
View ArticleRe: SAP HANA analytic view reporting in html5
Hi Kemal, Create an Odata Service based on Analytic View and then use that service as Odata Model to fetch data in your SAP UI5 Web page You can check this blog for creating odata file and consuming it...
View ArticleRe: /uilib-sample/proxy in the TDG demo
Hi Ajaay, As far as I know, SAPUI5 development is only supported in Eclipse IDE with the SAP HANA tools add-on. I don't know if the SimpleProxyServlet is bound to Eclipse config or not, it might be...
View ArticleRe: SAP HANA analytic view reporting in html5
Hi Vivek,Thanks for your reply.I don't want to do it with SAP UI5. Is there any way to do it with HTML5?
View ArticleRe: SAP HANA analytic view reporting in html5
Hi Kemal, You can create an HTML file and then may be try calling odata Service using ajax. Why you don't want to use SAPUI5.Using SAP UI5 will make it lot easier for you. In SAP UI5, you just need to...
View ArticleActivation of project/repository stored procedures stuck at 11%
Hi , We're facing a peculiar issue during our procedure development. Time and again the activation of the stored procedures does not move beyond 11% in the progress bar (for stored procedures in a...
View ArticleRe: Export to Excel in XS Project
Hi Thomas, I have used the same for my project. The issue is that when I enter the URL of xsjs file in browser, I am able to get the excel file,...
View Article