HANA replication with DR test
Hi all, We are currently implementing our HANA system (BW) and have decided (for now at least) to use system replication for DR purposes. I have to say that we have not as yet set up the testing...
View ArticleTransposing Rows to Columns using Calculation view
There are many nice articles available on hana modeling which talk about transposing data from columns to rows.In this article we will see how to transpose data from rows to columns. Case StudyBefore...
View ArticleReading Inactive objects using repo API
Hi, Is there a way to read inactive objects that resides inside a package using XSJS repo APIs. Also, How do we delete such objects. I have written code that would do the same for active version of...
View ArticleXSODATA Service for Attribute Views
Hi, I have created a Attribute View and trying to consume it in UI5 via ODATA Service . Code for XSODATA: service { "_SYS_BIC"."Nik_HANA/AT_EMPLOYEE_ADDRESS" as "Employee_table" keys local generate...
View ArticleSAP HANA - How to run alter table statement in HANA procedure?
I am trying to run alter table statement in a procedure. HANA gives error saying SAP DBTech JDBC: [257] (at 1338): sql syntax error: ALTER TABLE is not allowed in SQLScript: line 36 col 8 (at pos 1338)...
View ArticleSAP HANA - Dynamic SQL for altering table causes run time error
Hello Experts, I am trying dynamic SQL to add partition to a non partitioned table. I am doing this in a hana procedure because i want to iterate over all schemas and add partition to the target table...
View ArticleHANA Repository and Perforce
Hello All, We are facing with a unique challenge. Working on some text analysis features of HANA which I need to keep both in Perforce as well as HANA repository. Is there any way I can keep those two...
View ArticleSAP Working Capital Analytics Crashing : how to trace and correct ?
Hi experts I have been trying to have WCA work on our 'Business Suite powered by HANA' platform for some days now, but whatever the user I try to use and the authorizations I put on it, I get the same...
View ArticleGraphical Filter in Calculation View?
I have a Calculation View like and Flag=1 in Projection_1 and Flag=2 in Projection_2 (both introduced in the Projection as a Calculated Column). What I now want to add is some filter for result, e.g....
View ArticleSAP HANA Sentiment Intelligence RDS Question
I am currently trying to install the SAP HANA Sentiment Intelligence rapid-deployment solution (A97) in my HANA studio. I am up to 4.1 where it states to 1. Open the configuration UI...
View ArticleWhere can I see logs of OData Service usage?
I have several OData services available. I want to see which are used. Where in the system can I see logs of when and how often OData services are being used?
View ArticleNo data found from start index 2 to end index Error
I'm trying to import a .csv and I keep getting this error when I press the Next button: No data found from start index 2 to end index I know it is because my Date column in my csv, because when I take...
View ArticleUsing regi with operating system user authentication
I have an operating system user authentication to HANA system. I am trying to use regi with a system key (created by hdbuserstore).It is not working as when creating a system key like this:...
View ArticleHANA access via ODBC on Linux
Hi there, I'm attempting to connect to HANA, as a data store, using ODBC from a SuSE client machine. The HANA instance is on AWS and was installed using the SAP standard HANA AMI v1.0 Rev 28. The...
View ArticleHANA CDS doesn't support type TINYINT
It seems to me that the Web IDE Editor doesn't seem recognize the TINYINT type in a CDS (.hdbdd) file. The text doesn't turn into blue color. Other type like INTEGER does turn into blue color. Do you...
View Articleissue with local odbc connection
Hi Folks, We have installed hdbclient and unix odbc according to the video,http://www.saphana.com/docs/DOC-4541But the problem is that when i create a new DSN as below and try to connect it gives me...
View ArticleError connectiong to Remote Source MSSQL ODBC
Hi everyone, I try to create a Remote Data Source in HANA Studio for a MSSQL ODBC connection. If I try to verify my connection following error message appears: SAP DBTech JDBC: [403]: internal error:...
View ArticleCalculated column based on two values in single column in SAP HANA
Hi All, I have a scenario in which a calculated column/ a column needs to be created from 2 or more values taken from a single column based on the timestamp Let say the below is a table with following...
View ArticleCase insensitive parameter in odata service
Hi Experts, How can i create XS OData URL as insensitive case while passing parameter or filter. Thanks,Shambhu Nath
View ArticleRecursive procedure calls?
Hi experts I have the following problem:I try to implement a requirement where I need recursive procedure calls. I have a procedure that calls another procedure that, in certain cases, calls the first...
View Article