Re: Getting invalid column error message while creating views
Also attaching the HDBVIEW code snippet for your reference
View ArticleRe: Long texts in SAP HANA
Hi Lars, > That means, that just as for pool/cluster tables, the text information are stored in a encoded binary format that cannot be processed directly by SQL. I am not quite sure how the data of...
View ArticleRe: Long texts in SAP HANA
HI Stefan, the way Pool/Cluster tables are stored on SAP HANA is not different in any way to any other DBMS we support. Reconstructing the data is of course possible (the DBSL does it, so any SQL...
View ArticleRe: Long texts in SAP HANA
Hi Lars,thanks for your reply. Hmm … maybe not officially documented by SAP, but we (the clients, partners or consultants) have brains as well Good to know that it is the same procedure on HANA as...
View ArticleIssue with loading JSON into XSJS
I'm trying to load a JSON file into HANA (SAP HANA ONE, on AWS, SPS6), using the outbound XSJS functionality. I'm following Thomas Jung's example where he demonstrated the Server Side Javascript...
View ArticleCDS Configuration Schema - What is the purpose of 'key element' keyword?
Hi, I'm reading the developer guide inside HANA Studio and it's not clear the purpose of 'key element' keyword when defining entities. Of course 'key' must be used to define a table key but I didn't...
View Articlehana sps6 ide light, ide and life cycle manager links
I just recently updated my AWS HANA instance from revision 56 to 60 is there any specific configuration that needs to be done to be able to have access to these links: /sap/hana/xs/ide/ or...
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 ArticleRe: SAP HANA STUDIO Not Responding
Hi Uwe, I spun up my m2.2xlarge instance I am having Catalog issues with, to take a look at used memory as you suggested, out of interest. Upon trying to open the Administration Console Studio hangs on...
View ArticleRe: Does anyone know the HANA equivalent of the following SQL statement?
Hi Ronnie, Please refer to the following discussion thread on the similar topic of IF EXISTS. http://scn.sap.com/thread/3174024 You can check the existence of the table and then perform the SELECT...
View ArticleRe: Defining a recursive view in SAP HANA
Tal, You are welcome. Regarding your need for it to be defined on the Statement Level, the document states that this is explicitly not possible ""In SQLScript, recursion is defined on the procedure...
View ArticleRe: Does anyone know the HANA equivalent of the following SQL statement?
But I'm not checking the existence of the table. I'm checking whether or not the table is empty. Also, is the only way to use IF THEN through creating a procedure?
View ArticleRe: SAP HANA STUDIO Not Responding
Uwe, Bashing away at this with a hammer, being stubborn,, I thought I would spin up an m2.4xlarge instance of my troublesome AMI: Despite being a little sluggish, the administration overview...
View ArticleRe: SAP HANA STUDIO Not Responding
Hi Wolfgang, I've executed the "count(*) from public.schemas" a few times and have had mixed results. When I first restarted my instance after a few days without using it, everything seemed fine again....
View ArticleRe: SAP HANA STUDIO Not Responding
Kevin, I hope you don't mind but I wanted to add your latest response here as this thread is becoming very fragmented - I see your issue very much related to what I experienced earlier this evening as...
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 ArticleRe: hana developer edition AWS link does not work anymore
yeah I know the link is working, my collegues tried it and it works to, but I tried on there PC and I got the same result, a blank page, it seems related to my users, I already did the process once,...
View ArticleRe: Can't bind input parameter to Calc View's SQL with $$param$$ notation
Hi Glen, One very basic question. Could you run your statement mentioned in the SQL Calc view directly in SQL editor successfully. Second thing, when you mentioned AV (AT_VIEW) is that an ATTRIBUTE...
View ArticleRe: HANA Developer Edition SPS6 Status & Roadmap
At least for AWS, it has been updated. http://scn.sap.com/docs/DOC-30980
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 Article