Re: No objects to activate !!!
I had this happen again on some other objects and after importing the views using the developermode and choosing "overwrite" I got this error message on a couple of AT views when I went to manually...
View ArticleRe: Package with blue arrow icon
Hi , I think you have created your calculation view under standard package (like sap, ui5 ) which will be in content folder by default. Try creating a new package under content folder and check the...
View ArticleDifference between HANA SQL & HANA SQL SCRIPT
Can any one clarify the difference between SQL and SQL Script in Hana? With example? Does SQL script will be execute without SQL Statements or CE functions is possible? Thanks in Advance.Naga Chaitanya
View ArticleRe: how to deal with th Odata with update operation with XSJS exit ?
Hello Zhang, did you check the tutorial of the developer guide already? There is one example for a modification exit with XSJS (Tutorial: Creating a Modification Exit with XS JavaScript - SAP HANA...
View ArticleTransport of Change ID does not finish as Green even change gets moved to...
Hello Experts,Initially we moved a lot no of attribute view using single Change ID. It got successfully transported.During our testing in Test system we found some issue and we have made necessary...
View ArticleRe: Difference between HANA SQL & HANA SQL SCRIPT
Hello Naga, I would recommend to have a look to the references guides for SAP HANA SQL and SQL Script. In both documents you will find the basics, extended things and many examples. Especially in the...
View ArticleRe: Difference between HANA SQL & HANA SQL SCRIPT
SQLscript is a programming script language , it can contains SQL Statements, or variable definition. But CE function can be only used in SQLScript.
View ArticleRe: does Hana provide notification after finishing text analysis
Hi Miller, Thanks for your reply..I've try your method but I always got count=0 when I did your above query. If my index table is named as "$TA_BDNEWS_Customer2_index" ,how can I need to change...
View ArticleRe: does Hana provide notification after finishing text analysis
Hi, ChiaChen You need replace {schema},{table},{index_column} according to your schema.For example, you create a full text index on the column "CONTENT" of table "NEWS" in schema "TEST".So the query...
View ArticleFeatures SAP HANA XS
Hi everybody Can anyone help me with information about SAP Hana XS in these topics? 1. As I know XS is a component of SAP HANA platform, so Can I install XS in other machine where does not exist...
View ArticleRe: Features SAP HANA XS
Hi Sandra, 1) Hana is a must for XS installation as it is a part of HANA and not something that can stand apart. It is within HANA. Best explanation is this pic 2) HANA XS is a small foot print sever,...
View ArticleRe: Check XSENGINE working or not?
Try to find out the IP address (e.g. with nslookup command in a console window). If it does not work with the IP address I assume that there is something wrong/not defined in your firewall settings of...
View ArticleSAP HANA SQL - WHERE clause with OR issues
Hello, I have a HANA SQL statement question. I have the following table defined: CREATE COLUMN TABLE TEST_SCHEMA.TB_TEST_DATA(ROW_ID INTEGER PRIMARY KEY GENERATED BY DEFAULT AS...
View ArticleRe: SAP HANA SQL - WHERE clause with OR issues
Is that reproducible? Looking at the execution time and the error message I'd guess that you faced an index server crash just there. So the next step would be to look into the traces.
View ArticleRe: SAP HANA SQL - WHERE clause with OR issues
Hi Lars, Thank you for such a quick response. Yes, this error can be easily reproduced. I can run the statement below many times. SELECT * FROM TEST_SCHEMA.TB_TEST_DATA WHERE (FLD1 = 'VAL 1' AND...
View Articleaddsecond in HANA calculated column expression
Hi, I have an issue with addseconds function while writing an expression in calculated column. addseconds(date,int) function is not working in calculated column. I have seconds in integer format and...
View ArticleRe: SAP HANA SQL - WHERE clause with OR issues
You hit a bug, that's what's happening.Unfortunately this one even reproduces in rev 101: Looks like the optimizer gets confused with the OR term here. Could you do us a favor and please open a support...
View ArticleRe: addsecond in HANA calculated column expression
Something like this addseconds(date(''), int("STARTTIME") ) might do.
View ArticleRe: HANA dynamic tiering [ODBC Driver] All IQ large memory has been used,...
Hi Vinod, Have you been able to fix this? Sunil
View ArticleRe: CE_PROJECTION Syntax
Thanks I will take heed of your advice and abandon the use of CE functions.
View Article