Re: Numeric overflow error while calculation
Rajesh, although you defined the result data type as decimal in the output structure, you don't take care of actually making sure that the result fits this data type. So, for your code, you might go...
View ArticleRe: Numeric overflow error while calculation
Can Field3 be 0?If yes, you'll get an overflow all the time... You need to do some treatment like WHEN "Field3"<>0 THEN... inside your CASE. Cheers,Henrique.
View ArticleRe: Error to install the B1A
Hi Alvaro,Did you get any solution to this problem? I get exactly the same error message and don't really know what to do... RegardsJohan
View ArticleColumn Store Error when calling R-Procedure via XSJS
Hi community, I have created a RLang Procedure (using RServe) to implement ARIMA models for some forecasting. The procedure is then called via SQLScript, which provides it with the necessary input...
View ArticleColumn Store Error when calling R-Procedure via XSJS
Is RServe installed in the same server as HANA?
View ArticleRe: Using local tables within procedures
Hi there, indeed this had been asked and answered here before. Short answer: you cannot use table types like local tables.If you really want to use INSERT/UPDATE/DELETE/SELECT on a temporary table,...
View ArticleUpgrading HANA
I've installed HANA on a sandbox to do some learning, so no production on this one. I got to the point of upgrading, and did get SUM to update, but the HANA code itself is at 1.00.46.46 and won't...
View ArticleRe: Upgrading HANA
Hi tim. What your target version / revision ? I usually put the medias in directory usr/sap/trans, unpack and setup the rigth permission and when i ran the SUM it show the target.Do you take all steps...
View ArticleRe: Do I have to do BI before doing Sap Hana?
Hi Shalini, Exposure on BI will definitely help you to learn HANA. Learn BI and then go for HANA so you will understand better. Thanks & Regards,Chandra Sekhar.
View ArticleError when loading FAGLFLEXA table in SAP HANA via SLT
Dear All, I am facing an issue when loading FAGLFLEXA table in SAp HANA via SLT. The complete scenario is as below - 1. The table was already loaded and the replication was going on.2. There was a...
View ArticleFilter in SLT for last 3 months data
Hello all, There is a requirement to get only last 3 months data in SAP HANA for table FAGLFLEXA.This needs to be done based on posting date field. So, it seems the below will need to be done –1....
View ArticleRe: SAPINST - BW on SAP Hana "Check DDIC Password" failed
Hi Manuel Ca you carry on with installation ? Today I've saw a problem like that and the problem was timezone setup. Thanks,Edinaldo Junior
View ArticleRe: Import Custom tables with the SLT from MSSQL Database?
Hello Felix, have a look into the dd02t and dd02l Table. The display of the tables in dataprovisioning depends on your localisation language. You can select it in HANA Studio -> right click on...
View ArticleRe: Filter in SLT for last 3 months data
Hi Riddhi, As per my knowledge if the code is simple and short then we can place the code in "Insert Line of Code" and if it is complex or big logic then we need to write ABAP logic and place it in...
View ArticleRe: Endless Loop of Delta Log Replays - how can I interrupt this?
Hi Christian, not sure whether this is still relevant but I thought I give an answer nevertheless. I would go on and try to approach the situation like this (for a non-production system that is)....
View ArticleHow to learn sap hana
HI gurus,i want to learn sap hana. I am already a sap certified fico consultant.pls advisburzesbatliwallaburzesbatliwalla
View ArticleUnicode and HDBODBC32 odbc driver
Hi folks, I have some data inside HANA that appears to be unicode. For example character '2013 EN DASH' which appears as very similar to a normal dash. When I run SQL to retrieve the value I have no...
View ArticleRe: HANA Client Installation Error - Issue open since version 13 till 18!!
Hello Manish, Could you please share further details regarding "I just checked, the dll existed at client directory, so went ahead manually with the below: C:\Windows\System32>regsvr32 "C:\Program...
View ArticleHTML5 application on mobile
I am using the cloudshare remote desktop to access hana studio. Does the firewall prevent me to access the tomcat server (running on that machine) from any other machine or device?
View ArticleRe: hdbschema is not visible
I do not get any roles in the matching items text area when I type in my schema.
View Article