Multiple issues regarding debugging of .hdbprocedure
Hi folks! I am having some strange problems following this guide New SQLScript Features in SAP HANA 1.0 SPS7 First, when building the role like below (where 'myPackage' is the package, 'Roles' is a...
View Article503 Service not available ICM running but no server with HTTP connected
Hi gurus, I installed a SAP Netweaver 7:31 (ABAP and JAVA) and JAVA was working. After restarting the server, the JAVA stopped working and is giving the error below: 503 Service not...
View ArticleLifecycle Management not starting on new HANA applicance
Hi All, We have just finished installing our non-prod (1TB shared instance) and prod HANA appliances and everything looks fine until we try to start up Lifecycle Manager. From HANA Studio, we get the...
View ArticleImport Longtext from a SAP System into HANA
Hey folks, I'm trying to import longtexts out of a SAP System (e.g. table "QMEL") into my Monsoon HANA. I know that I need the tables "STXL" and "STXH", but the most challenging thing is to get the...
View Articlesap crm on hana
hi experts , what is sap crm on hana ? does it helpful for an crm functional consultant ? as the market now tends to move to salesforce. will crm on hana be better future for sap crm...
View Articlehdbsql with ssl option enabled
Hi Team, I have enabled ssl using openssl. I can login into the studio using SSL. hdbsql i am unable to perform it.hdbsql -U monitoring -sslprovider openssl -sslkeystore $HOME/.ssl/key.pem...
View ArticleQuestions around ECC/BW->SLT->BW on HANA
Hi Experts, We are working for a project implementation from ECC/BW to BW on HANA using SLT.Below are some questions around it-1. best practices that we need to follow while designing for above...
View Articleissue with local odbc connection
Hi Folks, We have installed hdbclient and unix odbc according to the video,http://www.saphana.com/docs/DOC-4541But the problem is that when i create a new DSN as below and try to connect it gives me...
View ArticleOData service metadata translations
We have exposed several models via oData services and I was wondering if there was any way to dynamically translate the metadata coming back from the Label field? For example if I add the $metadata tag...
View ArticleODATA
I am currently developing a splitAPP that would reqiure data rendered in Tables and three unique Chart types. I am considering using oDATA for CrUD. Currently I use xsjs files with SQL Script for...
View ArticleHow to Bind Input Parameter to a Variable in SQLScript
Dear Experts, I want to query a view which has an Input parameter in an SQLScript code. Question is how to bind a variable to input parameter in PLACEHOLDER keyword. Ex- var_filter...
View ArticleHow would I go about efficiently storing a real-time twitter stream in a SAP...
Hello everyone, I am currently working on a SAP HANA on AWS implementation, and am using Java with the twitter4j library, along with the ngdbc.jar file (obtained from the SAP HANA startup focus...
View ArticleWhen I am selecting column from the HANA live I am getting error "Invalid...
When I ran this statement I get all the data -- Material is HANA Live view SELECT * FROM"_SYS_BIC"."sap.hba.ecc/Material" When I select only one column then I am getting invalid column Name. SELECT...
View ArticleVariable paramter is not showing up in the calcualtion view which created in...
Hi I have analytical view with MSEG and created the variable "V_MJAHR" assigned to the filter to attribute "MJAHR" and created calculation view on top of this analytical view. When I tried to map the...
View Articlevariables in hana
Dear all,Can any one explain me how do i map/use a variable in analytic view to/in calculation view using "Map Input Parameters" in semantic's. I want to know the steps to do the same. Thanks,Nujhat.
View ArticleString length in stored procedure, how?
The situation is as follows: DECLARE v_len INT; I would have hoped for something like the following to work:v_len = strlen("Hello");v_len := strlen("Hello");v_len = length("Hello");etc.but activation...
View ArticleTrailing spaces getting truncated
Hi Experts, I am trying to load data from DB2 database to HANA DB and my source data has data with trailing spaces .For example there is an attribute 'UNIT_CD' where data is like 'ABC ' ,'XYZ...
View Articlechange in HANA DB Connection name
Dear All, We are using HANA as a secondary data base to ECC system. We have created connection to HANA DB. Now it is getting connected to SYSTEM schema be default when we executed HDBC transaction...
View ArticleCE_COLUMN_TABLE schema determination based on landscape
Hi Team, I would like to move my procedure from DEV to QA landscape and schema name in DEV is DV1 and Quality is QA1. So, how can we determine the dynamic schema name according to the landscape. I...
View Articledynamic order by (ASC OR DESC )in sap hana
Hi I have a Procedure which returns a table with sorting For example Select * from Table1 order by col1 Desc; But I want to Pass ASC or DESC Sort order as input param. Based on the Input param it...
View Article