Re: SAP HANA Model Validation and DataPreview Error
Hello Lars, Thanks for the reply. It is more like the last attempting of upgrade this HANA box has encountered some issues. We also guess there should be something wrong with catalog and system...
View ArticleRe: Fuzzy Search Technical Details
Simply search for hana_dev_fuzzy_en.pdf in SAP Corporate Portal or use this link:...
View ArticleRe: SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
Hi I have checked but nor able to do. Could you please help me how to check this. ThanksRamesh
View ArticleSyntax error---Procedure
Hi, Sorry for silly question. But i was going through SQL documentation with below example.Any suggestions. CREATE PROCEDURE exampleExplicit (OUT outTab TABLE(n int))LANGUAGE SQLScript READS SQL DATA...
View ArticleError with JPA Content
Hi,When I open the JPA content to open the diagram Eclipse returns the erros in the attachment.can somebody assist?ThanksGabriel
View ArticleRe: Syntax error---Procedure
Hi Sumeet, which HANA Revision you use? The inline type declaration is available since SPS09. Best Regards,Florian
View ArticleRe: Syntax error---Procedure
Hi, I am using version 1.00.80.00.391861. Is that SP 8? BRSumeet
View ArticleRe: HANA trial - subfolder authorization issue
Hi Fabio, I am facing the same issue.Have you been able to resolve the problem? Any help will be appreciated. Regards,Avishek
View ArticleRe: "Automated" Schema Mapping
Hi Tobias, You can use below sql statement for creating schema mapping, insert into "_SYS_BI"."M_SCHEMA_MAPPING" values('AUTH_SCHEMA_NAME','PHYSICAL_SCHEMA_NAME') Regards,Rashmi
View ArticleRe: "Automated" Schema Mapping
Hi Rashmi,sometimes live can be that easy :-)Many thanks for the fast and to the point feedback! Regards,Tobias
View ArticleUI5 Navigation to script view with parameters
Hello, I have a xsodata service to access a database table and I need a navigation from this table to a script calculation view which has 2 input parameters. Problem is these parameters are not part of...
View ArticleReg: Where used list of Analytic Privileges
Hi All, I have an Analytic Privilege say AP1I want to fetch the list of ROLES that contains this Analytic Privilege.Please note the Where-used option at Analytic privilege level is not enabled for...
View ArticleRe: Reg: Where used list of Analytic Privileges
Hi Venkat, You can run the below query: SELECT * FROM "PUBLIC"."GRANTED_PRIVILEGES" WHERE OBJECT_TYPE = 'ANALYTICALPRIVILEGE' This will list all analytical Privileges and then you can add additional...
View ArticleRe: Reg: Where used list of Analytic Privileges
Hello Vijay,You must be checking in Systems view, open Repositories view in SAP HANA Development Perspective and navigate to your Analytical Priviledge. There you can find Where-Used option and you can...
View ArticleRe: Reg: Where used list of Analytic Privileges
Thanks Vivek and Archana, Both the approaches gave the desired results.
View ArticleRe: Insufficient Privilige when calling an Stored Procedure with Restricted User
Hi Eduardo, you are right, that you need at least the SELECT privilege on SYS.PROCEDURE_PARAMETERS in order to execute the procedures, as the $.hdb interface supports as well table type parameters and...
View ArticleSPS10-Function: TM_GET_RELATED_TERMS
Hello Forum, I have a little problem with the options of the new SQL functions in SPS10.For example, in the function TM_GET_RELATED_TERMS there are the options PRINCIPAL COMPONENTS, CLUSTERING and...
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
Hi Asad, We ended up having to increase the messagetimeout parameter under the dpserver.ini config which resolved our issue. Also, running the sql init script had to be done through sqlcmd in the...
View ArticleRe: XSDS Pregeneration of imports - SP09
Hi Thomas,Can you pl.advice on how to pre generate these entities using schema name? I like to pre generate these for two different schemas though the table is same in both the schema? Thanks,
View ArticleHow to write the URL when odata with an InputParams type decimal
Dear friends, I create an calculation view with a input parameter(I_AMOUNT) which type decimal(2,2), I have the odata like this :service namespace "TEST_M1" {"XXXXXXX.TEST_TOOL::CAL_TEST_M1" as...
View Article