Re: SQLScript - implicit variable declarations?
Hi Bernard, UNNEST works like any command which return a "table variable" which are implicit declared with result of selection, or in that case UNNEST result. Regards, Fernando Da Rós
View ArticleRe: Can't bind input parameter to Calc View's SQL with $$param$$ notation
hi ravi1. statements run fine in separate SQL console2. it was an Analytic View before i send screenshots, can i ask, did you wrap View in another query or Calc View.because from what i can now...
View ArticleColumn store error: [6934] not enough or too many operands?
Hi Longyi Qi, Your description, specially the latest tests, suggest an error on engine for a specific scenario with a sort of rows. Can you create the statements and make it reproducible? Regards,...
View ArticleRe: Getting invalid column error message while creating views
Ravindra, Thanks for your support, it was typo and my bad. Thanks, Baskar
View ArticleRe: Syntax error in line 0 and column 0
Hi Hari, I don't have experience on XS development, so cannot really tell you the technical reason, if there is any. But just looking at the code, there seems to be some spelling mistake. Not sure if...
View ArticleRe: Procedure Freezing Sometimes
Hi Italo, Ideally this should not happen. Even if your procedure is acquiring locks on the tables being modified in the procedure, other sessions should be able to query those tables with simple select...
View ArticleRe: Does anyone know the HANA equivalent of the following SQL statement?
Hi Ronnie, There is one alternative. Please check if the following code helps you. select (case when record_count > 0 then EMP_ID end) "EMP_ID", (case when record_count > 0 then ENAME end)...
View ArticleRe: SAP HANA STUDIO Not Responding
In response to Uwe's earlier question about memory use, perhaps that is the issue. I use a CloudShare instance which is fixed at 20 GB, non-upgradable they tell me. I've searched on the service...
View ArticleRe: SAP HANA STUDIO Not Responding
Perhaps through the course of your 30 minutes system practical availability you could take snapshots of the Administration overview, to see if usage grows abnormally until your system is no longer...
View ArticleMultiple table resultset
Hi There, I am having a problem with my XSEngine Server-Side ResultSet. I know how to catch a string/int value from a result set if it only has 1 table in the result set, however I am calling 1 stored...
View ArticleRe: HANA OData Service Filters
Thank you for your responses. Yes, I have tried using both length and empty string checks, and that works for string properties. However, null checks are supposed to work for any type such as numbers....
View ArticleRe: Problem granting privilege to a schema
Thanks Mr. Jung. I've proceded as you said and used the GRANT statment as in the sentence below and everything was fine: "grant select on schema <schema> to <user> with grant option"
View ArticleRe: R connect to HANA with ODBC
thanks for your attention,it seems that it's my environment's problem. And your blog is really wonderful ,these days I am reading it ,and exploring many new features of hana . Thank you.whisly.
View ArticleUnable to update from rev 56 to rev 60
Hi, I am having trouble running the update. I am trying to upgrade from 1.00.56.377318 to 1.00.60.379371 version but it is giving me an error. Please see following image...
View ArticleRe: 'CALL _SYS_AFL.PAL_ANOMALY_DETECTION(PAL_AD_DATA_TBL, "#PAL_CONTROL_TBL",...
Hi Ramana, Which user are you using to exec this call? SYSTEM or USER1, it may be USER1, if so, could you check whether you grant select privilege to USER1. Hope this can help you. Regards,Jerry
View ArticleRe: other user access Attribute view
Hi Jerry, thanks for your help, it works well. And i grant the Modeling role to user ERIC, it contains _SYS_BI_CP_ALL and REPOSITORY_REST. Thanks a lot !
View ArticleRe: other user access Attribute view
Sorry Jerry, But the problem is, if I add the _SYS_BI_CP_ALL along with the privilege that I created then all values in the attribute view are displayed. But i wanna restriction in analytic privilege...
View ArticleRe: other user access Attribute view
Hi Eric, Firstly, you cannot grant modeling role to this user, because this role has much more privilege, such as edit/delete/create view and so on. Second, after you remove modeling role, could you...
View ArticleRe: SAP Field Labels in Analytical view but disappear when pulling it into...
We upgraded to SP61 and the problem is gone. Field descriptions now pass through into calculation views (unless you run a UNION).
View Article