Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Browsing all 8968 articles
Browse latest View live

Re: How to write SQL queries to run in Parallel

Hi Lars, Per our business logic I have to write write-enabled stored procedures that involves cursors, temporary tables (without CE functions). Is there any specific parameter that has to be focused so...

View Article


Re: Stored Procedure in HANA Development perspective (XS Project)?

If you want non-read-only procedures, just remove the line of text that says READS SQL DATA.

View Article


Re: No valid SAP crypto configuration

Yes, I'm using sapcrypto libraries.

View Article

Re: No valid SAP crypto configuration

And I think libsapcrypto.so is just sapcrypto libraries. So, maybe you can just try "sapcrypto".

View Article

Re: How to Create a Table with Merge and partitions in HANA

Hi Lars, my requirement is , 1.While loading  the data from ETL , i should be done based on the priority( means Load priority)2. Once the data is maximu( >2GB) we need to unload the data.3.Once the...

View Article


Viewing the SQL within the standard HANA procedures

Hi all, I would like to see the SQL to be executed when I call for the procedure e.g. CHECK_TABLE_CONSISTENCYIs that possible?  I tried to click on Catalog > SYS > Procedures > Right click on...

View Article

Re: Viewing the SQL within the standard HANA procedures

Hi Henry, As far as I know, the content of most built-in stored procedures are not visible. When you open the definition, you can just see something like "CREATE PROCEDURE XXX (XXX, XXX, ...) AS BUILT...

View Article

SAP SLT system restart

Hi, If we have couple of schemas running in SLT and we would need to restart the SLT box what are the prerequisites we need to consider? If yes, please provide the steps before we take the SLT system...

View Article


Image may be NSFW.
Clik here to view.

Error when loading Unit Conversion Tables

Hello. I'm loading the currency conversion tables into HANA using DataServices, that is the following tables:- T006- T006D- T006A according to the following guide:Associate Measures with Unit of...

View Article


Re: SAP SLT system restart

hi Sohail, Please refer SLT - problem with replication in HANA thanks

View Article

Image may be NSFW.
Clik here to view.

Re: No valid SAP crypto configuration

Now it looks like this , is it the expected response ? i am expecting details of my certificates to get populated here. 

View Article

Re: Timestamp column drops milliseconds in XSJS query with...

In the session.xsjslib example we are building a string and therefore JavaScript is perform the output conversion of the timestamp to a string.  This is why you see the Thus Sep... formatted output of...

View Article

Re: Timestamp column drops milliseconds in XSJS query with...

Thanks Thomas, I plugged in that code and I got an Invalid Date on the line dateTemp.setDate(rs.getTimestamp(i));  which led to a null value on the toJSON conversion.   After a little more playing with...

View Article


Re: Timestamp column drops milliseconds in XSJS query with...

Strange because that line of code works perfectly fine in my system.  If toISOString works why not use toJSON?  When I tried it directly in-line as you did above I got the null value on the date object...

View Article

Re: Master Data from BW -> HANA

Thanks. Understand that we can import master data tables into HANA Studi but how about data but i dont think that data gets loaded via this only the table definitions gets imported from meta data...

View Article


Re: Timestamp column drops milliseconds in XSJS query with...

Checking trace output of rs.getTimestamp(i) shows a date string format that doesn't include milliseconds.  Accordingly, when the setDate() call creates a Date object the milliseconds default to zero....

View Article

Re: Not able to do data preview in calculation view

Thanks. Where do i need to set the value of the input parameter used in the Model.

View Article


Re: Timestamp column drops milliseconds in XSJS query with...

Can you share which version you're testing on?   Your first reply code didn't work on my Rev 80 on AWS (more specifically 1.00.80.00.391861).  Now I am concerned about potential compatibility if you...

View Article

Re: Timestamp column drops milliseconds in XSJS query with...

I tested on Rev81.

View Article

create txt file

I need help to create txt file in sap hana with some querys when update opch table

View Article
Browsing all 8968 articles
Browse latest View live