How Fuzzy score and Score() function works in HANA?
Hi, I read fuzzy developer guide of HANA, but i am not getting how HANA calculate score() and fuzzy score? As per developer guide, Score() is calculate using TF/IDF, and I also try to calculate TF/IDF...
View ArticleXSJob not executing
Hi, I have followed all of the steps from the developer guide (page 469-472): http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdfbut the job is not executing, neither it is showing in the JOB Log....
View ArticleReading metadata of columns of a table using XSJS
Hi, I am stuck with a problem when using XSJS APIs. I have a table as below: Table Name: Employee. Table columns: EID: varchar Age: INT. My requirement...
View ArticleCustom Development impact on HANA migration
Does anyone have any metrics, white papers, or lessons learned regarding the LOE required to adapt custom code to be HANA compliant. I know that there are some tools being provided by SAP, but with...
View ArticleUnable to view the Decision Table tab after setting Condition and Action
Hi I am creating a decision table with update values from the HANA Academy Video https://www.youtube.com/watch?v=XuSp0m3fwFII've added the shipper ID and Discount as the attributes and set Shipper ID...
View ArticleHow to Concatenate Column Value from Multiple Rows into a Single Column?
Hi, I want to concatenate values from multiple rows into a single column in SAP HANA. Can someone please help me how this can be achieved? I don’t want to use Cursor. Input Table:Product No.Customer...
View ArticleHANA Restore/Recover Issue
I am facing an issue with recovering a HANA DB from HANA Studio. Every time I click on recover I see the below message and the recover wizard does not open. The HANA Appliance is a scale-out (4 node)...
View ArticleCalculation column Syntax
Calculation column in Analytic view syntax: if(now()>"DATAB" AND now()<"DATBI",'now()','isnull()') is the syntax correct ?
View Articlehana db is not running.
when i execute HDBAdmin.bat file it shows shared memory not initialized.retry in 5 sec.
View ArticleXSJOB not able to access file
Hi, I have a xs job running, which is supposed to execute a function from a xsjs file. But the job shows up error saying - "Access to source denied (404)"Any pointers as to why?I have granted the role...
View ArticleSAP HANA STUDIO Not Responding
Hi All, Good Day!! Recently I have updated SAP HANA instance from SPS5 Revision 52 to SPS6 Revision 60. I have updated SAP HANA Studio as well to SPS6 revision 60. When I try to go to Modeler...
View ArticleHANA equivalent of oracle's sql%rowcount to get affected rows.
I want to get the number of rows affected from an insert or update statement inside a stored procedure. Is there any equivalent to oracle's sql%rowcount that can be called after the query. For example:...
View Articlestored procedure creation and activation
Hello all, can anyone tell me which privilege I would require in order to create a stored procedure?I get the following error message: thanks for any suggestions...
View ArticleError when test sapui sdk help on cloudshare hana instance
Hello! I've signed up to a Dev instance of HANA 30-day trial edition on cloudshare server.I try test http://<hana_server>:8000/sap/ui5/1/sdk/index.html page. System return 404 page. I...
View ArticleHana Modelling
Hai Iam new to SAP HANA, will some help Hana Modelling to create View, Analytical View, and Calculation View. Where is to be createHow to create
View Articlecom.sap.db.jdbc.exceptions.jdbc40.SQLDataException: [303]: invalid DATE, TIME...
I've written a program that needs to insert data that includes a timestamp column into HANA using a jdbc connection. This insert fails every time with...
View ArticleHow to register in SCC from SAP Appbuilder?
Hello All,I am new to SAP appbuilder. I am developing an app using appbuilder for registering a user in SCC. I am not able to load the SAP logon screen while running the app. Can anyone please help me...
View ArticleTranspose rows to columns
Hello, I have temporary table with one column like this. Data a b c My Problem is to convert the temporary table to like this. Col1 Col2 Col3 a b c Please help me.
View ArticleRecommendations for Data model design in HANA
Hello All, I am trying to build a complete data model in HANA using some tables from ECC and APO. But the combination of tables are such that it is making difficult for me to join them. i have tried...
View Article