Re: Use XSJS-service parameter for SELECT ... WHERE... IN(...) clause
Hello Florian, Thank you for reply. With genius tip from my friend java-developer, the final solution is the follow: var search = $.request.parameters.get('query');var arrSearch = [];var i; var conn =...
View ArticleHow to Checking INITIAL Values to a Variable or Column in SAP HANA SQL Script?
Hi, I have to check the INITIAL value of a Variable or a Column in SELECT Query in SAP HANA Procedure or SAP HANA SQL Script.Can anyone suggest me how to check this. For Ex: SELECT *,...
View ArticleHANA/HADOOP MR Jobs Archive Creation Problem
Hi there,I followed the steps given in first and second video lectures (https://www.youtube.com/watch?v=3u3dmxJ7s7M&index=2&list=PLkzo92owKnVyXi4boE9YMGKYY_LjIUtUn) in order to create and...
View ArticleHANA/HADOOP MR Jobs Archive Creation Problem
Hi there,I followed the steps given in first and second video lectures (https://www.youtube.com/watch?v=3u3dmxJ7s7M&index=2&list=PLkzo92owKnVyXi4boE9YMGKYY_LjIUtUn) in order to create and...
View ArticleRe: Alter SYS table
I would like to change the AGENT_HOST in the SYS _AGENT table. by doing an update, instead of using the SAP HANA DATA Provisioning Agent
View ArticleRe: Invalid JSON found in xsapp or xsaccess in package
Hi Thomas, Yes the problem began after I added the "cors" statement. My previous code was this, quite simple: { "exposed" : true, "authentication" : [ { "method" : "Basic" } ] }It...
View ArticleRe: User defined scalar function returns zero rows
Well, I'd say that I always get zero errors returned.is good, isn't it? I assume you meant that you get the message "Fetched 0 row(s)", didn't you? If that's the case, please make sure that there is...
View ArticleRe: Issue with SQL statement (sequence.NEXTVAL) in SAP HANA SP80
Just tested this on SP9 - no crash... I recommend to use a higher revision. - Lars
View ArticleRe: Issue with SQL statement (sequence.NEXTVAL) in SAP HANA SP80
Thank you for this information - well, I would like to use SP9... but we can't use SP9 yet till it is released for productive use which i guess will still need a few more month.
View ArticleRe: Intraquery parallelization of HANA queries
Hi Patrik, happy to hear you like our book.To answer your question: no, not every single step gets its "own" SQLExecutor thread.In fact, the number of SQLExecutor threads in the system is rather stable...
View ArticleRe: Issue with SQL statement (sequence.NEXTVAL) in SAP HANA SP80
I don't have a SPS 8 with rev. > 80 at hand, so I cannot try that.In any case you can always also use the support channel to get a definitive statement on this apparent bug. - Lars
View ArticleRe: Inefficient SELECT
Hi Micha, have you tried common table expressions (CTEs, you know, the WITH clause) instead of subqueries? - Lars
View ArticleRe: Issue with SQL statement (sequence.NEXTVAL) in SAP HANA SP80
Thx Lars, I'll try that as well :-)
View ArticleHana Server is not responding to web requests - Msg "FAIL: process...
Hi all, I have a HANA SP06 instance on a Cloudshare instance. I tried to enable HTTPS on it according to the blog Outbound httpS with HANA XS (part 1) - set up your HANA box to use SSL/TLS but I...
View ArticleHow to call stored PAL procedure
Hi HANA Experts, how can I call a PAL procedure with two input and two output tables? This is creation statement:CREATE PROCEDURE "SCHEMA"."PROCEDURE"(IN time nvarchar(10)) LANGUAGE SQLSCRIPT SQL...
View ArticleRe: How to call stored PAL procedure
Nazim,No difference in calling a procedure , if its PAL or not. And, not seeing table parameters in your cretae statements . Check the below link. How to call HANA store procedure with table variables...
View ArticleHANA Studio Vs HANA Client Vs Eclipse ?
Hello HANA Experts,I am pretty much new to SAP HANA and hence I would like to know the following. Eclipse - I have heard that Eclipse is an open source IDE where we can add the necessary plugins and...
View ArticleRe: Not able to import/export table
Dear All,we have resolved the issue,the problem was with the table space for the mentioned,as we increased it the issue was resolved.
View Article