Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Browsing all 9165 articles
Browse latest View live

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 Article


XSJS - 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 Article


Re: 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 Article

How 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 Article

Re: 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 Article


Re: 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 Article

Dynamic 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 Article

Re: 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 Article


Populate 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 Article


Re: SAP HANA - Unable to convert to Varbinary data type

The alternative join method is really helpful. ThanksPedro Amaro

View Article

Image may be NSFW.
Clik here to view.

Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article


Re: How to define Foreign key in .hdbtable

I am looking for referential join i.e foreign key relationship

View Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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
Browsing all 9165 articles
Browse latest View live