Hana Lab Environment
Hi experts, Is there any SAP Hana Environment where you can access to learn and develop apps for free? Thanks in advance
View ArticleRe: Hana Lab Environment
Hello Jonathan, you can create a HANA instance on the HANA Cloud Platform trial (SAP HANA Cloud Platform). This account is free with no charge. It is enough to learn and try out some things. If you...
View ArticleRe: How to use the "In" operator in Calculated View Filter Expression
Hi Peter, Appreciate this is a big ask being so long ago, but I'm having no joy with passing multiple distinct values of a single input parameter via odata, with the following not returning any...
View ArticleUnable to Import huge data into Hana studio
Hi Experts,I am trying to load a huge excel file,with >139175 records .i get error as in the screenshot.It is self explanatory that I cannot load that big data.Now my question is there a way to...
View ArticleRe: CORS Issue while consuming Hana's OData
Hi Thomas, I am trying to consume Odata in UI5 Application but I am getting error "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://XXX.com:8000' is...
View ArticleRe: CORS Issue while consuming Hana's OData
What version of HANA are you on? Since SPS 09 the CORS support is greatly expanded. It has more configuration options and can be set to support the authentication request as well.
View ArticleRe: CORS Issue while consuming Hana's OData
Hey Thomas, Thanks for your response. I am on SP 08 as of now but we have SP 09 upgrade planned. I have below code in my .xsaccess file. Do you think it will work on SP 09?{ "authentication" :...
View ArticleActivation error: "object type is unexpected" when re-activating a role
We are working on a scenario where we want all the users to have access to specific virtual tables connected to remote sources. For this purpose, a role 'rs.hdbrole' is being created through...
View ArticleRe: CORS Issue while consuming Hana's OData
You should set the advanced CORS settings via the XSADMIN tool not in the XSACCESS file itself.
View ArticleRe: HANA New User Creation - program/procedure/Script
Well, there is no actual proper "copy user" functionality that would cover the role assignment. If you look around a bit here on SCN you'll find plenty of approaches to deal with mass user creation,...
View ArticleUse Calculation view variable or input parameter in XS OData service
I'm trying to define a calculation view with an input parameter, in order to restrict selected values in the returning recordset. After some initial confusion about Input Parameters vs Variables (as in...
View ArticleRe: SAP HANA DB 3rd party monitoring tool....
What is the SAP HANA version you are currently on?Not sure if you checked the HANA STUDIO-->PERFORMANCE-->LOAD optionWe have several interesting reports that could be generated from HANA...
View ArticleRe: How to use the "In" operator in Calculated View Filter Expression
Hey Peter, Thanks for coming back to me, really appreciate it. Sure it took a bit of head scratching to take yourself back! I removed the single quotes from the expression, so just to confirm, I now...
View ArticleRe: How to use the "In" operator in Calculated View Filter Expression
To add further, for filtering on one value, the following odata service works - note the single apostrophe around the input parameter value:...
View ArticleProblem with EXISTS Predicate
Hallo, I have a problem with SAP HANA SQL EXISTS Predicate. Can somebody help me? The definition from “SAP HANA SQL and System Views Reference” is: 2.4.4 Exists PredicateSyntax...
View ArticleRe: How to use the "In" operator in Calculated View Filter Expression
Sorry, Jon-Paul, I'm out of gas on this one. The system on which the original view was written and tested is long gone. My apologies on not being able to assist you.
View ArticleRe: Problem with EXISTS Predicate
The EXISTS predicate as you want to use it can part of a SQL statement but cannot be used as a function within SQLScript. - Lars
View ArticleTimestamp in WebIde
Hi,Is there anyway to configure my Web Ide to display the results in a specific TimeZone?The same query is returning different results when executed in HANA Studio VS Web IDE. Its showing the correct...
View ArticleRe: How to perform HTTPS Service for existing HANA XSJS Services
I'm not exactly sure I understand. You just want your XSJS on AWS to run as HTTPS? Of course that's possible. You have to configure HTTPS and then you can require it in the xsaccess file. Is that...
View Article