Re: Use of projection in SAP HANA
Hi There, If you want to apply any filters you can do it from Projection using "Expression" editor you can write any filter expression. Regards,Krishna Tangudu
View ArticleRe: Hana Analytic Views not visible in BO - Data Foundation
I've expanded all available locations. It's not that I can't find them, I assure you. The problem is that the content package where they're located is simply not visible in any derivation of the BOBJ...
View Article.Net Connection (ADO/ODBC/OleDB) SAP HANA
Hello, I am trying to build a VB.Net program to connect to an SAP HANA Server. I have installed SAP HANA Client (both 32-bit and 64-bit) and I am running on a 64-bit Windows 7 OS. I created a System...
View ArticleTable Types in SAP HANA
Hello Team What is the difference between table and table types in SAP HANA. Regards
View ArticleRe: HANA sandbox: Calculated Measure in Analytical View not working
I'm facing the same issue.. I dont see anything like Calculated Measure..I checked Window -> Preferences -> Modeler -> Data Preview but nothing apart from Number of Rows is there. I'm using...
View ArticleMultiple Select with .NET
Hi, i need query a batch of multiple Select's in .NET and fill dataset in only one call to selectcommand with odbc, but i got error of ';'.Example:SELECT * FROM OINV; SELECT * FROM INV1; The error:...
View ArticleRe: 911: My HANA One system on AWS has fallen and it can't get back up -...
Hi Bill, I do not think it was the Row Tables, but the data load for the indexserver and HANA. If loading 30G of DATA, using the HANA One 60G AWS instance and from the DF list of volume usage, it looks...
View ArticleRe: Hana Analytic Views not visible in BO - Data Foundation
Hi Rob, Still the issue is not solved. Iam not able to view the A.V in Data Foundation. ThanksSudhakar
View ArticleRe: 911: My HANA One system on AWS has fallen and it can't get back up -...
Hi Peter, You are quite right on the memory limits - especially in the case of row tables. I ended up with a scenario where the data loader added too much data to the system and ideally should have...
View ArticleRe: Table Types in SAP HANA
Prag,You might want to read this document once completely http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdf Sreehari
View ArticleNumeric overflow error in aggregation level formula
The formula for Revenue/Quantity is giving me the following error: Error: [314]: numeric overflow: search table error: [6944] AttributeEngine: overflow in numeric calculation;Error executing physical...
View ArticleRe: Use of projection in SAP HANA
Hello, The main aim of projection is to filter out the unwanted fields from the table, e.g. If a table has 100 columns, by using projection we can highlight/ filter 10 columns that we need....
View ArticleRe: Message "Failed to create Java Virtual Machine" while installing HANA...
Manisha Swain Amit Kumar Acharya will you please help me regarding this?
View ArticleRe: Numeric overflow error in aggregation level formula
My first guess you have reached the upper limit of the datatype on concerned column and the AttributeEngine is not capable now to handle the numeric overflow, hence throwing the error message.Try...
View ArticleAPI Error in SAP HANA
Hello, I have a Procedure which returns CLOB. I am calling the Procedure from .Net. I am getting the following error ERROR [S1000] [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;576 api error:...
View ArticleRe: Schema mapping for HDBprocedures
Hi Nehal, We were struggling with the same issue. There are two options Create Public Synonyms (with identical name) for the Tables you are using in the Procedure in both Dev and QA environment. Use...
View ArticleHana scheduled Backups
Hello, I'm trying to schedule Hana's backups. First of all, I'm trying to execute with the sample script. #!/bin/bash# SAP HANA Backup# define backup prefixTIMESTAMP="$(date...
View ArticleRe: Hana Analytic Views not visible in BO - Data Foundation
The solution that worked for me was laughably simple, which makes it more frustrating that it took so long to find the answer. In my calculation view, I did not set the 'Data Category' to cube. See...
View ArticleAny way to debug XSJOB?
Hi all, Is there any way we can debug the xsjs file which gets called during job execution? Regards,Mohan
View ArticleCan I replicate from multi node to single node?
Hello, Is it possible to do a back up from 3 node server and restore to a single node. is this supported, if yes which revision I should be in? -Thanks in advanceVinod Nair
View Article