Re: Install random NPMs
Hi,I could install directly on the XSA Client the missing npm squel package.Do I've to do something more to consume it within the WebIDE?Even after I could install it through the client, I get the same...
View Article_SYS_BIC Shows Everything Analytic Privileges Don't Restrict
We are working on creating service account authorization for HANA and BI. We want to restrict access to certain views so we developed Analytic Privileges. We noticed however these aren't restricting to...
View ArticleRe: hdb table creation - Inconsistencies
Jyothirmayi, did you create your hdbtable file on the project explorer? then you activated it, etc? was the data type of tabel1 in sync w the design time table on the system tab .. did you create it...
View ArticleRe: How to run XSJS from SAP Hana without passing UserId/Password
Sarthak,you can set anonymous authentication on the xsaccess file... most likely you have forms or basic authentication.. set it to null so that you dont get prompted... keep in mind this will be the...
View ArticleCan't remove _SYS_BI or _SYS_BIC Catalog Object Privileges Once Granted on HEC
We are running HANA on HEC. When working with authorization for users we are given a "CUST_USER_ROLE_ADMIN" for creating and managing users in the system. When setting up a user I've noticed some...
View ArticleRe: _SYS_BIC Shows Everything Analytic Privileges Don't Restrict
Thanks for the reply. That's helpful. When I'm trying to search the view in the object privilege it allows me to select it but then complains it doesn't have privileges assigned to it and I can't...
View ArticleRe: HANA SQL Select Top Distinct Values
Hi Lars, I might have jumped to conclusions too fast here. I validated the data and it was correct so I didn't concider any furter implications. To foresee full disclosure I want to mention that I need...
View ArticleRe: XS OData POST with returning data
No, a custom success message is not possible. An error message you can raise using the throw statement (.e.g. throw 'My error message';). This sets also the error HTTP status code. The question is why...
View ArticleRe: Error message in Hana Studio calculation view when doing Data Preview
Hi, PUBLIC Role provides access to required objects in _SYS_REPO Schema, so I don't advise granting SELECT on the whole _SYS_REPO Schema. When you execute a data preview from a node in a HANA View, you...
View ArticleRe: Hi All.
Hi Segio, Yes ur answer is right , I made changes like CREATE PROCEDURE MY_DEMO."PROCEDURE_SALES_REPORT"
View ArticleRe: How to use HTTP POST Binding for SSO in XS SAML Authentication?
Hi, Still the same issue with SPS12 : unable to record only the POST Binding endpoint in XS Admin interface.Trying to figure out if there is really something behind to manage it ... If someone knows...
View ArticleRe: Create Procedure Error - Cannot find table type
Hi Muthuram, Your comment is right but i have taken table type structure is different. The logic which i have corrected based on your inputs. var1 = SELECT T1.REGNAME, T1.SUBREGNAME, T2.PROD_ID,...
View ArticleRe: Create Procedure Error - Cannot find table type
Hi Chandan, Absoluetly ur right there is no REGION_ID but there was REGID. Thank you.
View ArticlePassing array input in scripted calculation view
Hi Experts. I have a scenario where in I have to pass an range of customer numbers as input to a scripted calculation view.Can you please let me know on how to pass array input in this case? Or is...
View ArticleRe: Install random NPMs
I could install this squel npm with the XSA Client successfully, but somebody told me, I've to push it, otherwise it'll be only local on my computer. Is that true?(I can't check it at this moment.) So,...
View ArticleRe: SAP Hana WebIDE: Error: Unsupported content type:...
I've also hit the same issue when testing the an App, however I got some useful tips from Thomas Jung which worked for me.Try deploying the application similar to the steps in '2.1.4 Deploy the "Tiny...
View ArticleMissing _sys_bic in trial account and insufficient privilege on content folder
Hi all, I am a beginner for Hana.Hana trial account is showing insufficient privilege on content folder and _sys_bic is missing as in the below screenshot. CALL...
View ArticleRe: SAP Hana WebIDE: Error: Unsupported content type:...
Hi Aron, good to know, thanks for this hint! Today we try to patch our XSA on the current version (June'16). Afterwards I'll check for it on the regulare way. But if this doesn't works I'll try your...
View ArticleRe: Rename column in HDI/CDS?
As the offical CDS reference says renaming is the way you wanna see it, is not supported at the moment. Renaming an element in a CDS entity definition is not recognized; the rename operation results in...
View ArticleRe: Rename column in HDI/CDS?
Yuck! I had read the manual and was hoping there was some other way. Thanks anyhow!
View Article