Re: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Hi Micha, I was not successful with that command either, but the following commands helped me: zypper list-patches | grep bashzypper search -t patch slessp3-bash Remove the patch number at the end, and...
View ArticleRe: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Unfortunately, this does not work either, I've already tried: # zypper list-patches Refreshing service 'susecloud'.Loading repository data...Reading installed packages...No updates found. -- Micha
View ArticleRe: STRING_AGG function in SAP HANA SQL Script
Hi,good news. The STRING_AGG() feature has been released earlier than expected. It is now officially supported - rev82 onwards.Regards, Ruediger
View ArticleHow to initialize a demo DB
Good morning, first of all: I'm new in SAP HANA, so please be kind with a noob.Here's my question: after a long afternoon, I've installed the SAP HANA platform and SAP B1 fors SAP HANA in an...
View ArticleRe: Understanding the value of hash partition
Hi Dhwanit, this post was to illustrate how - in principle - the hash partitioning works.The modulo function was simply used as an example. What hash-function SAP HANA internally uses to distribute...
View ArticleRe: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Hi Micha, sorry - but what repositories need to be setup for these systems has to be defined by the Linux admin/the hardware provider for SAP HANA.My best guess is that you need to have a proper...
View ArticleRe: SAP HANA/SUSE Linux GNU bash code injection vulnerability
Hi Lars,this is an AWS instance. -- Micha
View ArticleRe: Error coming for CE_CALC Plan operator
Hi Pavneet, the mistake here is due to the user-unfriendly combination of syntax-highlighting (not existent) and the unfortunate syntax itself.You *want* to set column "TXT" based on what's in column...
View ArticleHow to access HANA Tables in SAP BW
Hi Experts, I have created a table in HANA system file structure NODEID IOBNAME NODENAME LINK PARENTID LANGUAGE 0TXTSH 0TXTMD 0TXLG which is Hierarchy model. now the same table i need to be access in...
View ArticleRe: Writing an sql script to query a calculation view and an attribute view...
Thanks a lot Henrique, Sorry for the delay, i will try it out and post the response here
View ArticleGetting duplicate records in full outer join...
Dear Folks, I am getting duplicate records during full outer join. it_out = select c1.MANDT, c1.BUKRS, c1.WAERS, c1.KTOPL, c1.GSBER, c1.VRGNG, c1.PERNR, c1.EBELP, c1.MEINB, c1.KSTAR, c1.MATNR,...
View ArticleError while importing DSO to HANA
Hi,While importing DSO to SAP HANA, a package throws the error, "Package ZIMP_MOD cannot be selected. It is currently being used by BW".The other packages don't seem to have this issue. DSOs and cubes...
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
Thanks Martin, I will check out the notes listed and let you know if it has what I was looking for.
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
Update:I've gone through most of the queries and there's some very useful scripts there for sure. Using the HANA_Memory_Overview, before execution While executing the bad sql script procedure, I can...
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
In SAP Note 1999997 you can find more information for the top allocators. The translation tables are not automatically purged, but you could set the translator_cache_size parameter to a lower value to...
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
Thanks again Martin for the prompt response. So I've read through a lot of the notes around used memory on the support portal, and there's some excellent documentation on the subject. As for the bad...
View ArticleRe: "Other" Component SYS.M_HEAP_MEMORY_?
There is no way to purge the translation tables (apart from adjusting the translator_cache_size parameter). With SPS 09 there will be an improved hash based translation tables implementation (in fact...
View ArticleRe: Getting duplicate records in full outer join...
You may add DISTINCT in the SELECT statement. This will remove the duplicates. select DISTINCT c1.MANDT, c1.BUKRS, c1.WAERS, c1.KTOPL, c1.GSBER, c1.VRGNG, c1.PERNR, c1.EBELP, c1.MEINB, c1.KSTAR,...
View ArticleRe: HANA Getting a Count of Unique values from a Column in graphical Calc View
Please check my blog which might address your issue....
View ArticleImport data from SAP Hana to SAP ERP
Hello Experts, Is it possible to import data from calculation view in SAP HANA to SAP ERP?If yes, Please guide me the detail steps. Thanks & RegardsBhasin Naik
View Article