Error creating new Workspace
Hello, I'm experiencing a problem creating a new workspace. I don't know what's happening because I could perform this activity but now I get the following error: An error occurred: Connecting to the...
View ArticleDefining a recursive view in SAP HANA
Hi All, I have a problem defining a recursive view in HANA, in MS SQL for example I use the WITH statement to recursively iterate over the bill_of_materials view (see below), any idea how to do it in...
View ArticleDoes anyone know the HANA equivalent of the following SQL statement?
IF EXISTS (SELECT * FROM MyTable) BEGINSELECT FieldA, FieldB FROM MyTableENDELSEBEGINSELECT "A", "B"END
View ArticleError SAP HANA , "PM-comando.docentry"
Estimados tengo el siguiente mensaje de error en SAP HANA ,El problema que tenemos es con los sub-Informes cuando tenemos más de uno, es decir, cuando en algún reporte solo existe un sub-informe no...
View ArticlePAL - SAP DBTech JDBC: [423]: liveCache error: [423]...
Hi , I am practicing the SAP HANA Predictive analysis. I am working on the SAP HANA SP05 cloud system. I am following the recent SP06 predictive analysis document. I created the user USER1 and Schema...
View ArticleProcedure Freezing Sometimes
Hi All, I have a procedure with a complex SQL Script, It takes about 20 seconds to run. But sometimes the execution freeze and I have to cancel an run again. Sometimes the execution take about 2...
View ArticleError while executing Query in Hana DB: Memory allocation failed
Hi, While executing an SQL statement call "ECC"."REFRESH_Z_KNVH_HIER_FLAT_PROC" , (here, "REFRESH_Z_KNVH_HIER_FLAT_PROC" is a procedure with a set of SQL statements), it's throwing following error...
View Articlehana developer edition AWS link does not work anymore
I want to re-create an AWS HANA instance from this link http://scn.sap.com/docs/DOC-31722 the AWS sign-up orange button does not work anymore, I got a blank page ?? thanks Alex
View ArticleHANA Developer Edition SPS6 Status & Roadmap
Status Update: Client and Studio downloads have been updated to SPS6 - get it here. Just a reminder, the Studio for Mac OS-X comes without regi, so XS development will require creative workarounds (you...
View ArticleSyntax error in line 0 and column 0
Hi friends, I have searched for this kind of error , before I am posting . I have seen one thread related to this kind of error .but I am sure I have not left any space in table name , I have given...
View ArticleSQLScript - implicit variable declarations?
The following code comes from the SPS06 SQLScript manual. I've got the following code to run just fine, but what confuses me is where the result set "rst" was declared. I can change the name "rst" to...
View ArticleCan't bind input parameter to Calc View's SQL with $$param$$ notation
Dear all,Not sure if I am missing something, but I just can't seem to get my SELECT statement working with an input parameter using $$field$$ notation.I have a Calc View with this. Simply a select...
View ArticleColumn store error: [6934] not enough or too many operands?
I have the following SQL statement that works pretty well for a while. UPSERT FOO (KEY_ID, DESCRIPTION, SECONDARY_ID, EXTRACTION_TIME) VALUES ('62001', 'Version 100', '10501', '20130819') WITH PRIMARY...
View Articlecursor issue with for update in sap hana
Hi, In stored procedure i am using cursor for select statement with for update. insert into table1 values ('1','a','b');insert into table1 values ('1','a','c');insert into table1 values...
View Articleissue with Import/export tables from dev to QA
Hi, In my project i have created a table from SQL script( create table...) not as .hdbtable. I have exported that table and imported into QA from DEV system Now, i altered that table in DEV(changed...
View Article'CALL _SYS_AFL.PAL_ANOMALY_DETECTION(PAL_AD_DATA_TBL, "#PAL_CONTROL_TBL",...
Hi , I am practicing the PAL in SAP HANA cloud system . I am running the below statement but it is throwing error. CALL _SYS_AFL.PAL_ANOMALY_DETECTION(PAL_AD_DATA_TBL, "#PAL_CONTROL_TBL",...
View Articlegetting problem in loading data.when he try to load his flat file to hana
HiOne of our user is trying to upload flat files in hana.Acc to him -"he is getting problem in loading data.when he try to load his flat file to hana .it is showing some other desktop." Kindly advice...
View ArticleCan only create read-only procedures in SAP HANA on AWS
When I was done building my procedure, I made sure I was able to do alterations by deleting the 'READS SQL DATA' statement, I saved, commited and was able to activate and execute. However, after...
View ArticleProblem granting privilege to a schema
Hello everybody. I have saw the tutorial videos about granting privileges to a schema and I understand the Hana concept of schema ownership. I've created a schema using a .schema file and grant...
View ArticleDoes anyone know the HANA equivalent of the following SQL statement?
IF EXISTS (SELECT * FROM MyTable) BEGINSELECT FieldA, FieldB FROM MyTableENDELSEBEGINSELECT "A", "B"END
View Article