No Measure defined in a reporting enabled analytic or calculation View
Hello, I'm trying to activate a simple calculation view but getting this error: No Measure defined in a reporting enabled analytic or calculation View The SQL is working on the SQL COnsole but not as...
View ArticleHANA developer studio
Hi,I am seeing the below error when trying to open an attribute view / analytic view in HANA developer studio: "Problems occurred when invoking code from plugin Org.eclipse.ui.workbench" Any solution??
View ArticleHow to add a field in already extracted Table
Hi , Requirement is to add a new field in VBAK Table ( incoterms). VBAK has alredy extracted in HANA with few selected fields.Please suggest
View ArticleDelta data is not replicating into HANA
Hi , We observed that delta records are not replicating into HANA (Via SLT) for few tables but it shows replication is in process (in both SLT & HANA). Could you please let me know how to find...
View ArticleUsing views inside other views
Hi,While designing calculation views we sometime use existing views as nodes. This we can do by using a projection node and including the view from Content folder or we can include the view table under...
View ArticleCE_CALC issue when division results in < 0
I have a calc view that has 2 sql statements getting counts and then I need to divide one by the other and * 100 to get the percentage. When I use CE_CALC and the result of the division is < 0...
View ArticleThe 'Keep Flag' property -- How does it work? Why does it work?
Within my calculation views I had been encountering problems properly aggregating the measures, when certain attributes were excluded from the result set. An SAP consultant recommended setting the...
View ArticleXS Artifacts repository: Catalog issue
Hello, I'm unable to view the repository objects in SAP HANA Web-based Development Workbench.http://servername:80XX/sap/hana/xs/ide/ I can only get into "Editor" space....
View ArticleUnable to activate Analytic View
Hi I created an Analytic View STS_Analytic_View and added Customer Dim, Product Dim and Period Dim to the fact table. I've joined the key fields and also defined the measures in the fact table (Net...
View ArticleUnable to view columns for attribute views created
Hi all,Here are the list of errors I am facing while creating attribute views and while adding multiple dimensions (Product dim and Employee dim) to an attribute view. I am unable to activate my...
View ArticleUI5 projects and xsjs query activation issue on HANA Server
Hi, We are facing an issue while activating UI5 project from HANA Studio.UI5 projects are not geeting activated on the HANA Server.We are using 1.0.61 hana version.Facing issue while activating xsjs...
View ArticleSentiment Analysis of Multilingual tweets
Hi Experts, I am trying to understand how SAP HANA sentiment analysis works for multilingual data, for example if twitter data tweets in 2 to 3 language for same key word. how does HANA dictionary...
View ArticleTRY/CATCH in sap hana procedure
my procedure is below CREATEPROCEDURE TryCatchTest LANGUAGE SQLSCRIPT AS BEGINTRY SELECT 1/0 ENDTRY BEGINCATCH SELECT ::SQL_ERROR_CODE AS"ErrorCode", ::SQL_ERROR_MESSAGE AS"ErrorMessage"FROM...
View ArticleInsert values from array - XSJS
for(var j=0; j<output2.length; j++) { var pstmt4 = conn.prepareStatement("INSERT INTO STUDENT01.HISTORY VALUES(?,?,?,?)"); pstmt4.setString(1,date); pstmt4.setString(2,time);...
View ArticleCSRF Token not received - XSODATA
Hi,I am trying to fetch CSRF Token in a request using POSTMAN client. But the same is not received . Screenshot attached. Any donuts ?Sreehari
View Articlehow can i sync my hana database to mysql database
Hi all,please help me. with regardsdivya
View ArticleUpgrade SAP HANA Developer Edition SPS6 on CloudShare to SPS7
Hello SAP Developer Center team, I would like to upgrade an existing SAP HANA Developer Edition SPS6 on CloudShare to the SPS7 release. What are the available options to do so? Best regards,Éder Torres...
View ArticleConnecting Twitter with SAP HANA
Hello, We are planning to connect SAP HANA with Twitter for doing the analytics.Earlier, we thought of doing this with introducing Hadoop in between, and with the help of Plume, establish the...
View ArticleCTL method for CSV upload not generating Error Log file
Hello Friends, I was able to upload csv data into my Hana tables using the CTL method after a lot of trail and error but .err file or .bad file is not getting generated inside the...
View ArticleProblem --> 8.4.1 Tutorial: Use the XSJS Outbound API
I'm trying to establish an outbound connectivity with wunderground in SAP HANA. For this reason, I tryied to do the tutorial from the developer guide. But I have issues with rebuilding the example of...
View Article