Re: SQL BETWEEN in HANA
Hello VijayKumar, That's perfect. I really appreciate your effort to help fix our issues. Meanwhile I have a question. For example a column name "ID" has a value 00001886. I would want to trim the last...
View ArticleRe: SQL BETWEEN in HANA
Hi Sangamesh, * Before ask simple questions search forum and read the documentation. http://help.sap.com/hana/SAP_HANA_SQL_Script_Reference_en.pdf The expression inside CE_CALC must be inside single...
View ArticleRe: SQL BETWEEN in HANA
Hello Fernando, Thanks for the valuable information. RegardsSangamesh
View ArticleHANA session switches automatically to SYSTEM schema.
Hi Developers, We're facing an issue in which during our work with HANA the session switches to the system database after a period of idie activity against the DBMS. For example we have the SCHEMA ABC...
View ArticleR Integration with SAP HANA
Hi Experts, I have done some application with R integration with SAP HANA but i have one query regarding that actually have more than 15 lakh records and i want to execute with R code but it's throwing...
View ArticleHow to enforce user access control when exposing OData tables
Hi all,I'm the phase of architecture definition for a web application.One of the options is to develop a UI5 application which consumes OData services exposed by HANA.One of the key points is that...
View ArticleRe: How to enforce user access control when exposing OData tables
As an update, I've seen that the new River features add a lot of power to the OData world.Still, I can see no simple way of invoking an external system to fetch, for instance, user attributes and...
View ArticleRe: Altering a table is creating a deadlock
Sorry to raise this thread but I am having a similar issue and was wondering if there is a solution for this? I'm not even getting an activate anyway prompt at this point and I have to comment out my...
View ArticleStream Tweets to Hana
Hello, Does anybody know how to stream tweets directly to Hana using java? Thank you.
View ArticleRe: SAP HANA STUDIO : problem occurred
Hi Dario, Even I got the same error while saving the attribute error. In case you are not connected to Server/ its disconnected and you are in the middle of creation of the view in HANA studio, you...
View ArticleRe: system table name to get metadata of a calculation view in HANA
Hi Sayan,Please refer to the following help document link. Check on VIEW_COLUMNS and TABLE_COLUMNS....
View ArticleRe: Altering a table is creating a deadlock
Hi,Please try with the SQL Script.CREATE TABLE t (a INT, b INT);You alter table t adding a new column c. ALTER TABLE t ADD (c NVARCHAR(10) DEFAULT 'NCHAR'); Regards,Vijay
View ArticleRe: Smart data access with Oracle - "Unable to load driver manager" (JDBC 403...
Solution:Help came from SAP support: Look at documentation!Even though I thought the HANA SPS 07 video would contain newer information (docu for SDA is for SPS 06), the solution was to add the path to...
View ArticleComplete Table Data not getting downloaded into Excel
Hello, I am trying to download the complete table data using .xsjs(As explained in tutorial). Table contains around 41K records.I have simply specified the query as "Select * from <TableName>"....
View ArticleRe: Application Site problems concerning widgets
Hi Thomas, This kind of message happen when there is session time out...but it's not looks like this is the problem. Can you please give me an access to this application site? Best regards,Anat
View ArticleThird Party Javascript In XS Engine?
Is it possible to use third party libraries in the XS Engine? I'm currently writing a lot of server side code for a REST API and would like to use something like underscorejs but I can't seem to import...
View ArticleRe: system table name to get metadata of a calculation view in HANA
Thank you Vijay for sharing the link. The view name is "_SYS_BI"."BIMC_DIMENSIONS" , which I wan looking for.
View ArticleRe: print a statement in console????
My assumption is that HANA Studio uses standard Eclipse functionality, and my next assuption is that Eclipse uses the standard Java print functions, i.e. System.out.println(), doc'ed here:...
View ArticleRe: Call of Stored Procedure in Stored Procdure
Table variables type, should not be declared. Please see the example below. CREATE TYPE TEST_TYPE as TABLE (C1 nvarchar(1)); CREATE PROCEDURE PROC2(out tb_table TEST_TYPE) AS BEGIN tb_table =...
View ArticleHANA Studio installation Error
I have the latest version of Java on my computer - Version 7 Update 51 (64 bit) - yet each time i tried to install HANA Studio I get the following Error Message:"Java 1.6 or 1.7 64 bit Not Found" Can...
View Article