Cannot start instance, corrupted logs
Hi all,I've got a serious problem with my instance. It won't start, the indexserver crashes, I think the logs are corrupted, because the SEGV is in LogRecoveryQueue10 and running hdblogdiag on the log...
View ArticleRe: Cannot start instance, corrupted logs
The recovery should work. If it doesn't you better open a support incident to investigate what's going on there.
View ArticleHANA XS - $.trace - cannot find traces
Hi, I have tried to use API $.trace inside my HANA XS project but cannot get any trace out of it.I have followed documentation at Development Guide on how to configure and look for the traces files,...
View ArticleSuppress the char " in the output of an HDBSQL query
Hi allWhen I start an HDBSQL query in the result I have every output field between the chars "". Eg:"104030","node32ge_H","CHISTYAI","390","RFC_ATTACH_GUI_FAILED" Is there a way to suppress this char...
View ArticleRe: Passing a table as input to ODtata service
No that isn't how the OData standard is defined. The filter criteria are URL parameters in a GET request. URI Conventions (OData Version 2.0) · OData - the Best Way to RESTYou can use...
View ArticleRe: HANA XS - $.trace - cannot find traces
Are you running XS in embedded mode? If so the XS process is running in the Index Server and not the XSEngine process and the tracing must be set accordingly. Also the output of the trace will then be...
View ArticleRe: CALL _SYS_AFL "insufficient privilege: Not authorized"
Hi Jonathan, according to SAP note 1846194 - Lack of permissons when using AFL You should Never grant any kind of access to schema _SYS_AFL to any user.Never grant any AFL role to user SYSTEM.Never...
View ArticleRe: Passing a table as input to ODtata service
Hi Srinivasulu, Why can't you go with using $filter option. For your case the uri will look like below./myEntitySet?$filter=BusinessUnit eq BU01 and BusinessUnit eq BU02 and BusinessUnit eq BU03...
View ArticleRe: Suppress the char " in the output of an HDBSQL query
Hi Romano called Marco SAP HANA HDBSQL Command Line Options - SAP HANA Administration Guide - SAP Library OptionDescription-CSuppresses escape output format- Lars
View ArticleRe: REPLACE_REGEXPR function in script
Please don't cross post your questions! REPLACE_REGEXPR function in Hana
View ArticleRe: Help: Auto-Login to HANA Web Workbench for HCP Trial not working after...
Hi Blagovesta,I had the same logon issue but can now log on with no problems. However, I cannot execute any of the SQL procedures that were working before. For example, this statement worked before...
View ArticleRe: REPLACE_REGEXPR function in script
Hi Lars.. Even I don't like to post the same query at multiple Place.Initially I posted the query in Hana Dev. Center, but after sometime... it is not showing in Hana Devloper Center - Content, dont...
View ArticleHANA SQL result not as expected
I'm very new to SQL and HANA, I met a problem which cost me a lot time. I need help here. I want to get some data from a Calculation View, I wanna get the aggregation of HSL.so I write:...
View ArticleRe: Help: Auto-Login to HANA Web Workbench for HCP Trial not working after...
Blagovesta,Yes I was able to execute the procedure after selecting the debugger token. I assume this is a new requirement. Thanks!Mark
View ArticleRe: HANA XS - $.trace - cannot find traces
Hi Thomas, Thanks for your indications.Indeed the traces are appearing in the indexserver traces, how can be it explained if I'm running in developer_mode? I have checked xsengine.ini and I have set...
View ArticleRe: HANA XS - $.trace - cannot find traces
>I have checked xsengine.ini and I have set but developer_mode as you can see below, or is embedded mode set somewhere else? Developer mode and embedded mode are two completely different things. If...
View ArticleHANA Calculation view Transport from Dev to QA
Hi Experts, I am transporting a HANA calculation view which is based on native (HANA Live) view from DEV to QA. After export & import Should i also do schema mapping ?. Should there be...
View ArticleRe: HANA SQL result not as expected
Hi Blangero, Aggregation has to specified explicitly. So for your first model of query, this query will work. SELECT sum( HSL)FROM "_SYS_BIC"."tmp.fi.rtc.cube/ZRTC_C_ACDOCA0DL"where rclnt = '500' and...
View ArticleAlways get an error when creating Analytic view on GROUP BY clause
Dear All, I am using the AWS SAP NW AS ABAP & SAP BW 7.4 SP8 on HANA1.0 SP8 Developer system. I am going through tutorials and every time I create an Analytic view (with a Data Foundation Fact...
View Article