How to install Hana studio and Hana client?
Hi folks, Can anyone tell me what are the names of the hana studio and hana client installers? The reason why, when you download the application through the links provided, it gives a zipped file and...
View ArticleDynamic Sql trigger Issues
Hi ExpertsI'm creating a HANA application which is dynamic in nature every time I import data I need to run the following sql commands.Is there a way in which I can trigger these? SET SCHEMA "SFP";...
View ArticleHow to hide package from other user (like practice or training user)
Hi, I have created SAP HANA user for Training or Practice purpose in my organization; given Public by default and Modelling privileges to those users to design attribute, analytic view and calculation...
View ArticleAlter SYS table
Hello, I need to alter a record in one of the SYS tables, but I do not have the SYS login creds. I have SYSTEM but I only have select with SYSTEM and I am not allowed to assign it more rights. I also...
View ArticleUser defined scalar function returns zero rows
Hi, I have created the following simple function. CREATE FUNCTION FUNCTION_MUL(IN_VAR INT)RETURNS RESULT INT LANGUAGE SQLSCRIPTAS BEGIN RESULT := :IN_VAR * :IN_VAR;END; I call this function as SELECT...
View ArticleIntraquery parallelization of HANA queries
Through the great book SAP HANA Administration from Richard Bremer and Lars Breddemann I learned that there are two types of parallelism(Interquery and Intraquery parallelization) . For interquery...
View ArticleIssue with SQL statement (sequence.NEXTVAL) in SAP HANA SP80
Hi Experts, SAP HANA fails to execute an insert statement for a global temp table with a sequence.next value evaluating and joining with a non empty column table. The error message is as follows: Could...
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 ArticleCannot get the data provider outline
Hi, I have created one calculation view and its validated as well as activated. but when I am data preview its giving error "Cannot get the data provider outline". I have given all SYS_REPO as well as...
View ArticleInefficient SELECT
Hi all, I've got a problem with a SELECT that takes way too much time and I can't figure out a workaround. The SELECT is SELECT * FROM (SELECT a, COUNT(*) FROM (...) GROUP BY a) s1, (SELECT a, b,...
View ArticleError after starting SAP HANA Studio: [SCR] Found components with duplicated...
Dear all, when starting SAP HANA Studio, I get the following error message: [SCR] Found components with duplicated names inside their bundle! This component will not be processed: Component[ name =...
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 ArticleSAP HANA Expert Script Lookup
Dear all, I'm trying to create a sap hana expert script for a transformation from a DSO to another DSO. Starting with a 1:1 transformation works fine, but when I try to create a complex hana expert...
View ArticleNot able to import/export table
Dear All,WE have recently upgraded SAP HANA SP08 85 revision.But after upgrading we are not able to import or export in our dev schena.We are getting the following error as mentioned in the here.Please...
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 ArticleCSRF token mismatch when HANA XS requests sent from Mobile app
Hi All, I am facing a problem where in a HANA xsjs call which is protected using CSRF tokens fails from a mobile application. Scenario:Mobile application is built using Cordova and HTML5.Ajax request...
View ArticleIt's not easy to download HANA Studio From...
Hi, I found it not easy to google HANA Studio download then it took me to the SAP HANA Developer CenterBut there is no links to the Studio Download, Which was actually is here SAP | HANA Developer...
View ArticleSAP HANA ADMIN
Hi Experts, I want to learn SAP HANA but in this having developer and Admin. what will be the future for developer and Admin.Can you please briefly explain for SAP Hana Admin how will be the future can...
View ArticleEdit Projection Filter in Calculation View
I am struggling to see how one manually edits a filter expression.I open the expression editor, type my expression, but simply cannot get it to save... my text just disappears ! Here's the exact steps...
View ArticleXSJS HttpDest doubles UTF-8 escaping
Hi Guys,i am currently trying to write my own Excel Exporter on the result set of an OData request. Therefore i have a HttpDest to localhost (yes, the HANA itself) to be able to query the same HANA...
View Article