Re: AMDP : Dump because of Data type mismatch
Hello Ashwini, Every data type from a source system has to be mapped to the corresponding HANA type. Create a table in HANA as VARBINARY and then implement the AMDP code to select the data. Share...
View ArticleRe: Problem concerning upgrade of HANA AWS edition
Did you solve this? Your log above indicates "Server version not compatible with plugin, skipping activation of plugin" I am having a similar problem.
View ArticleSQLScript Calculation View
Hi friends! I'm trying a simple SQLscript calculation view on HANA but it doesn't work. I'm put in target marc_MATNR, marc_WERKS, marc_STEUC with same type of DECLARE. How can I use VAR_OUT? BEGIN...
View ArticleRe: SQLScript Calculation View
I tried something more simple like: VAR_OUT = SELECT matnr FROM "SAPECD"."MARC"; But I'm getting this error... No visible attribute or measure found in the calculation view
View ArticlePerformance on large table join return top result
Hi all, We're execution POC on a public sector customer. In their enviorement, they have a SQL like this: select top 100 * from table A join table B on A.party_id=b.party_id ( No...
View ArticleNot able to convert html page to SAPUI5
Hi ,i am new to SAPUI5 and i want to convert my website to SAPUI5 which is made in HTML5. But i am unable to do.I have used listbox and search option in my page. And i do not know how to get that in...
View ArticleNot able to convert html page to SAPUI5
Hi ,i am new to SAPUI5 and i want to convert my website to SAPUI5 which is made in HTML5.But i am unable to do.I have used listbox and search option in my page. And i do not know how to get that in...
View ArticleNot able to convert html page to SAPUI5
Hi ,i am new to SAPUI5 and i want to convert my website to SAPUI5 which is made in HTML5.But i am unable to do.I have used listbox and search option in my page. And i do not know how to get that in...
View ArticleRe: SAP HANA SMART DATA ACCESS with HADOOP HIVE
Hi Snajay Batra, Did yoy try "isql -v HDP" in the console HANA Server? Regards,Diego.
View ArticleRe: How to get a query row count
Or send SELECT COUNT(COLUMN) as a separate request. That will provide the functionality you need, would it not?
View ArticleRe: Does Deletes and Updates Run Parallel
If you run a SQLScript procedure outside of read-only mode, then it will not execute in parallel. The way around this is to create a wrapper read-only procedure that calls multiple other write procedures.
View ArticleRe: HANA Migration issue
First, you really should be doing a parallel export-import for a database of this size. The downtime window will kill you otherwise. I recently did a MSCS cluster migration to HANA and we did have this...
View ArticleRe: Calculated column based on two values in single column in SAP HANA
Thanks for the help.
View Articlehow to calculate the cumulative sum with certain interval in SAP HANA
Hi Experts, I have a scenario in which I have a column with Boolean values and need to calculate the cumulative values in the interval where there are consecutive ones as mentioned below, ID...
View ArticleDecision table with calculation view as data foundation
Hi Everyone, How can I pass input variables to a calculation view in the data foundation of a decision table in the SAP HANA Studio? I'm trying to create a decision table in the SAP HANA Studio with a...
View ArticleHow to work with table parameter in hdbprocedure format?
Hello SDN. I have a stored procedure with inbound table parameter: PROCEDURE "MY_SCHEMA"."demo.dicts.sql::test" ( IN DICT_DATA MY_SCHEMA."demo.dicts.db::DATA.tt_common_dict_proc" ) LANGUAGE SQLSCRIPT...
View ArticlePasting labels in HANA Studio
For my project I need to copy and paste hundreds of labels into Calculation Views that I'm creating. I can paste them one at a time, which will take a long time. Does anyone know of a way to paste a...
View ArticleXSJS - Outbound HTTP Request - POST
I try to send a record to HTTP destination (REST services) using POST method. execution of the code takes to else loop and return "No Response: Issue with the Coding Part". Do let me know, if any part...
View ArticleRe: [1000002] Allocation failed error on backup recovery
Any solution for this problem? My backups worked for a while but now i get this error every time. I can't backup database. Im runnin hana 1.00 rev 74 Error message: backup could not be completed,...
View ArticleRe: How to get a query row count
Hi John, The trouble is that the query wasn't as simple as selecting data from a single column, but many columns and tables with joins included. I've finally solved it in JavaScript on the client side....
View Article