Re: Does Analytic privilege work with OData?
Thanks. After creating a new user and assigning specific roles, the OData query returned expected result applying the analytic privilege.
View ArticleRe: Does Analytic privilege work with OData?
Adding to the previous reply, I just tried with a restricted user i.e 'Z' in my case who is a 'APAC' user. And called the service from this user and i can see only the 'APAC' related data as shown...
View ArticleRe: Does Analytic privilege work with OData?
Krishna,I appreciate your help. regardsArul
View ArticleRe: WIPE Language/Graph Engine
Greetings, Is there any new development on HANA's graph engine and WIPE language? Is HANA's graph engine available now? Available on AWS HANA One? Available on AWS HANA Developer Edition? Thanks. Scott,
View ArticleRe: Purpose of 4 volumes in backup of hana DB
The different server processes can have their own persistency (data + log volumes).However, all these separate persistencies need to be backed up in sync with the indexserver persistency. That's why...
View ArticleRe: Incomprehensible error message
Micha Meier wrote:..In any case, it would be a lot more user-friendly if the error message were readable by humans :-) -- Micha Couldn't agree more, Micha.And I can assure you that this is currently on...
View ArticleRe: Using XS to upload a binary file?
I too am interesting is large file upload?A very large file will result in an large object, creating problem for the JavaScript VM? BTW, I am struggling to create a calculated column based of the size...
View ArticleSAP HANA , SAPUI5 application problem
Hi everyone,i would need help for a problem about SAPUI5 application.I have created a new view called "SpecialButtons.view.js" and its related html file called "SpecialButtons.html". When i run my...
View Articleinconsistent datatype after sps version 70 upgrade
We performed the upgrade from spa version 69 to spa version 70 and afterwards we shave some SQL statements failing with the following error; Could not execute 'Select distinct ITEMNAME, ITEMURLDISPLAY...
View ArticleRe: inconsistent datatype after sps version 70 upgrade
Hi, If the "DATA" type is changed to VARCHAR is it working? Regards,Krishna Tangudu
View ArticleRe: inconsistent datatype after sps version 70 upgrade
There is an issue with that concerning data loss as the DATA is a Blob in essence and we'll need that type in production.In the spirit of attempts I tried to alter and received a:feature not supported:...
View ArticleRe: inconsistent datatype after sps version 70 upgrade
Looks like modifying the carom LIKE to CONTAINS CONTAINS(DATA,'%search%')will allow a similar behavior to LIKESelectdistinct ITEMNAME, ITEMURLDISPLAY AS ITEMURL, DATE, SIZE, TYPE, FILEID, FOLDERID...
View ArticleRe: inconsistent datatype after sps version 70 upgrade
Yes simon, i understand that we can use CONTAINS as workaround. And may be use "match" if we are using in the models. What i was trying to understand here is, is there any change on the LIKE predicate,...
View ArticleRe: How to undo/reset checked out nodes in SAP Hana Repository
yea the folder was empty. I was thinking of putting my project into the folder after checkout . The success message confused me. How ever, I was able to check out the folders with contents. No the...
View ArticleRe: package checkout failed : SAP HANA Studio
@Pete.. thomas' reply : Is the folder empty? Since SP7 empty folders will not actually be checked out (created locally). You will still get a success message however. Are you trying to edit content...
View ArticleRe: SAP HANA , SAPUI5 application problem
Is that the complete view code you have posted? If so that isn't correct. You only have the createContent function. You need the surrounding view code like the following. You should also have a...
View ArticleRe: SAP HANA , SAPUI5 application problem
Hi Thomas,thank you for your response first. I have created all object that you mentioned in your previous post included controller.js. The only one change i have done is to add statement "return...
View ArticleRe: how to consume OData service in sapui5
Hi Amit - Please follow the link it might be useful to you. Native development in SAP HANA and consuming the oData services in SAPUI5
View ArticleIssue in ODATA
Hi everyone,i would need your's help for a issue while executing ODATA application in SAPUI5 .
View ArticleRe: Issue in ODATA
Hi Mahesh, What are you trying to expose as odata in this case, is it DemoTable? If yes, the path you have given is incorrect.Check the path and try again. Regards,Mohan
View Article