API 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 ArticleSchema mapping for HDBprocedures
Hi, I did a few trials but they didnt seem to work. And while this question has been asked before I didnt see a clear answer, so Im asking it again.Is it possible to do Schema mapping on HDB...
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 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 ArticleIncubate your Ideas through SAP Idea Incubator
Drafted by Jordan CaoOriginally posted on saphana.com. Have you ever heard about SAP Idea Incubator (SII)? Do you know what you can get from the SII program? Do you know how to participate in SII to...
View ArticleMultiple linear Regression SAP Predictive Analysis
Hello, i have a question concerning the MLR Algorithm on SAP PA or PAL. We can use the MLR algorithm for identifciation of correlations between data sets or attributes and also for forecasting. But i...
View Articlecannot create a temporary column table in HANA SP8 console
Hi All, We upgraded the HANA to SP8 version this week, and found there are some issues when creating a temporary table.Here is the sql: CREATE TYPE TT_CONF AS TABLE(ID INTEGER, NAME VARCHAR(32))CREATE...
View ArticleSAP HANA Idea Incubator - Hana & exception Aggregation
Hi Hana-guru's, I'm making my first steps in Hana developments in the hana studio and I'm quiet struggling with the need of having exception aggregation on my key figures. Does someone know a good way...
View ArticleRename user in HANA
Hi All, Is there any way to rename an existing user in HANA. I dont want to delete the old user and create new user with same privilege. Many thanks in advance,Sathish S
View ArticleCreate column Weekend date from Bill Date
Hi I have calculation view Graphical with Date filed ( Bill date )in my view ( dd.mm.yyyy) format. I need to create one more column name Weekend Date based on some calculation of Bill date as below....
View ArticleCreating Semantic layer
Hello Team We create filters, variables and input parameters in HANA modelling .But how these things are passed on to semantic layer when we create semantic layer and consume those...
View ArticleCorrect syntax to drop a hash partition
Hi folks, Following the admin guide I have successfully created a HASH type partition. However I'm struggling with the syntax to now drop my partitions. My create partition syntax looks like this;...
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 ArticleCalling HANA procedure from BW Transformation in BW on HANA
Hello, I am working on BW on HANA. I want to call a HANA procedure (written in HANA in BW Schema) from an ABAP routine in a BW Transformation.What we already know is calling an SQL Procedure from ABAP...
View ArticleCalculation view with input parameters
Hello there.I got a calculation with that expects 2 input parameters.But now I have to created another calculation view that import this calculation view.How can I pass these 2 parameters using...
View ArticleSAP BW and BO Universe on HANA
Hi Experts, I'm trying to teach myself SAP HANA and want to clarify few questions I have with what I have studied so far : 1) Can one HANA unit/Appliance be used as a data source for both BW and BO...
View ArticleHow to create analytic view with tables VBRK VBRP KONV ?
Hi Gurus, What is the best way to combine in a analytic view tables VBRK VBRP and KONV for better optimization orhow to make the relationship tables VBRK VBRP KONV with better performance in Hana...
View ArticleSAP HANA Studio - Separate License
Hi, Is SAP HANA studio a separate Add on/license to HANA DB or does it comes included with HANA DB? Thanks, Regards,Nicky
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 Article