Re: PHRASE INDEX RATIO
Hi Micha, a phrase index is as the name suggests an index for phrases. A phrase means here the combination of at least two text tokens in their actual order in the text. For indexing we only consider...
View ArticleRe: PHRASE INDEX RATIO
Wow, I'm thrilled, after 3 years the question finally gets an answer. Thanks a lot! -- Micha
View ArticleHistory Tables: graphically?
Hi all, since I have not find this information neither surfing the net nor searching the documentation, is it possible to create History Tables in graphical mode or is it only allowed to create them...
View ArticleRe: OData problem: ERROR [SQL-258] insufficient privilege: Not authorized
Hello,first of all, if someone with a trail account wants to access the XS admin tool while using the MDC, his SYSTEM user should add all sap.xs.admin roles to his User. But then, the settings in the...
View ArticleEclipse overview screen reporting high CPU usage when server shows low CPU usage
This is a newly installed HANA instance that we were going to hook up to a test region. After being up and running for a few days the overall performance went to crap. Everything is slow - ie: viewing...
View Article'Insufficient privileges - not authorized' error during attribute view...
Hi All, I am using HANA development edition instance on Microsoft Azure. I have created few table. After that I created an attribute view and tried to activate that. But I am getting 'Insufficient...
View ArticleRe: 'Insufficient privileges - not authorized' error during attribute view...
Hi Chandan, Have you run the below grant select querry for the schema in which you created the tables? GRANT SELECT ON SCHEMA <your_schema_name> TO _SYS_REPO WITH GRANT OPTION; If grant select...
View ArticleRe: History Tables: graphically?
Hello Alessio, History Tables can only be created via SQL. There is no graphical option (also not on top of the HDTABLE artifact or CDS which both supports no creation of such tables). Regards,Florian
View ArticleRe: History Tables: graphically?
Good evening Florian, thank you very much for your quick response.
View ArticleSAP XS Advanced Builder not available
I have recently installed HANA SPS12 as well as reinstalled the XS Advanced components. I am trying to go through the TinyWorld example, and when I try to build the first CDS, I receive the following...
View ArticleRe: HANA Smart Data Access With postgreSQL driver
The steps I posted above are the steps I took.But not exact..I imagine if ISQL was able to find it, you may be fighting a permissions issues..Try running the ISQL command as the Hana admin <instance...
View ArticleRe: Fuzzy search logic support alphanumeric
Hi Joerg, Thanks for the answer. We are using the CONTAINS() predicate only. Is there any other way to implement the logic to support brackets search like '(A OR B) C . Regards,Lokesh
View ArticleRe: SAP XS Advanced Builder not available
Hi Dirk, Thanks for the response. I think my issue is different. When I do the "xs apps" command, the builder does not even appear in my list. I didn't know if they changed this in SPS 12 so that it...
View ArticleRe: XS job fails to Start
Hello Shyam, can you provide the information who you have added the XSJS function to the job definition. In your "pseudo" information you wrote "package_path::file_name", which indicates that you...
View ArticleRe: Using the Authorization Management API from Hana XS
Hello Markus, cause the API is OAuth protected, did you all the necessary stuff for OAuth (e.g. the OAuth Client Config, OAuth App Config ...)? From your provided coding it seems, that it is not done,...
View ArticleRe: SAP XS Advanced Builder not available
We did change it in SPS 12. The builder isn't installed at installation/upgrade time. It is installed upon project creation in the development specific space. So you probably shouldn't see it in the...
View ArticleRe: Stored Procedure Running Extremely slow.
Hi David, Yes, that's exactly what I meant. Trying to avoid imperative constructions and keep as close to plain SQL as possible will surely help performance. Regards,Lucas de Oliveira
View ArticleRe: Creating new HANA table script and delivering via Transport
>I'll now try to find a way to not have it include the package in the table name. Any ideas?Not possible with hdbtable in the repository. The package perfix is always added to repository-based...
View ArticleExtending/Modifying SAP HANA Studio?
I would very much like to look into creating Eclipse plugins that can work with, or even extend the plugins that make up the SAP HANA development tools. Is that possible? I would be very grateful if...
View ArticleRe: hdbpreprocessor down in SAP HANA
Hi, Have you found any cause for this issueWe seem to be having a similar issue with the startup of a tenant on our HANA system Would be useful to know if you found a cause for the issue Sunil
View Article