ltt/impl/memory.cpp:64 Allocation failed
Hi, While selecting the aggregated data from half million dataset. I am getting Below error. ltt/impl/memory.cpp:64Allocation failed ; $size$=8388608; $name$=temp_aggregates; $type$=pool;...
View ArticleXSJS - Zip file download using $.util.Zip
Hi , I'm trying to create a zip file in the server. Zip file will contain XML files. var zip = new $.util.Zip(); zip["test.xml"]="<xml ...> <body>........</body></xml>";...
View ArticleRe: XSJS - Zip file download using $.util.Zip
Not really necessarily or appreciated to double post your question. You already posted exactly the same thing as a comment on my blog here: View all comments on this blog post Same answer to you:I'm...
View ArticleHow to Execute a Procedure in the Background?
Hi, I have written a procedure which fills a table with records. How can I start that procedure as a background task? Regards & Thanks,Ingo
View ArticleRe: How to Execute a Procedure in the Background?
Stored Procedures can be scheduled as jobs using an XSJOB object. Scheduling XS Jobs - SAP HANA Developer Guide for SAP HANA Studio - SAP Library
View ArticleRe: how we can learn sap on line
One good resource are the open online courses delivered by SAP at https://open.sap.com -bret
View ArticleDynamic Ananlytical privileges
Helo All, We have created dynamic privileges but it has the limitation on tools that can connect directly to the HANA views since what we built is based on BOUSER (to identify the user who is...
View ArticleRe: SAML2.0 XSApplication LUMIRA
Okta and SAP HANA XS App SAML 2.0 Configuration.HANA SPS82SUSE LINUX Enterprise SERVER 11 sp3SAP CRYPTO Library: SAPCRYPTOLIBP_8435-20011697.SAR OKTA: Activate: Template SAML 2.0 App App...
View ArticlePopulate previous non zero value from the list
Hi Team, I'm using scripted calculation view and after computation my data in the view/table will be displayed as below and certain cases where there are no transaction happened for that particular...
View ArticleRe: SAP HANA - Unable to convert to Varbinary data type
The alternative join method is really helpful. ThanksPedro Amaro
View ArticleRe: User 'P' doesnot have permission 'ReadDbInformation' in account 'Ptrial'...
Solved.Just has to use the correct account name; the account and password were OK but the account name has to match what's written in the "account" tab of the cockpit (i.e., it bears the -trial...
View ArticleRe: SAP Hana Update or insert multi rows in one sql statment
Thanks LarsI knew I can execute them one by one but my requirement to execute them all in one statement,it works with SQL anywhere but not Hana
View ArticleRe: SAP Hana Update or insert multi rows in one sql statment
Correct. So what? SAP HANA doesn't provide a multi-insert SQL statement.What you can do as a developer is to use the BATCH functionality instead. That boils down to pretty much the same amount of code...
View ArticleRe: user defined function does not work in select statement
Hi, Lars.We were having a lot of troubles with something very similar. We thought that this is kind of a bug, but I couldn't find any note about this.Do you have a SAP Note about this error? We have...
View ArticleRe: User defined function does not work in SELECT statement with "column table"
I've had similar problems with UDF.When they have "constant" input parameters there's no problem, but when they work on an entire column you can find that error. We also found that the UDF works with...
View ArticleRe: How to define Foreign key in .hdbtable
I am looking for referential join i.e foreign key relationship
View ArticleRe: How to define Foreign key in .hdbtable
If the join type is referential then referential integrity is assumed and not checked for performance reasons.try setting join type to inner explicitly .
View ArticleRe: user defined function does not work in select statement
Nope, I don't have a SAP note on that.You can open a support incident to have that confirmed, though.
View ArticleRe: field with default current_timestamp on update
What is your requirement here?Why does anyone has an interest in when a record has been changed on DB level?
View ArticleRe: Problem With Variables on Hana Studio
Hi, You activate your model and get the output. This code you cant put in your analytical view. For this either you create a small procedure or create one more graphical calculation view and put this...
View Article