EXCEPTION HANDLING & RE-THROW EXCEPTION IN HANA
Hello, How can i handle exceptions in HANA SQL Stored procedure? I want to capture all exceptions, log errors into a table and then re-throw the exceptions to the client application. How can I do...
View Articlecatalog is not open..
Hi all, I am unable to create schema because my catalog is not opening.can any one please help . With RegardsDivya
View ArticleHow to check HTML5 runtime is up for HANA Live - Browser - URL
Hi Folks, we deployed HANA Live content and also we did import the delivery package to enable the HANA Live browser.However, we struggle to find the correct URL or how to check that the browser app is...
View ArticleOUTPUT clause in INSERT/UPDATE/DELETE statements
Hello, In HANA there something like OUTPUT clause in INSERT/UPDATE/DELETE statements similar of SQL SERVER? Example into SQL SERVER: create table t ( i int not null ); create table t_audit ( old_i int...
View ArticleAssigning repository schema to a role with .hdbrole
Hi all. I am following the examples in the HANA development manual ( http://help.sap.com/hana/SAP_HANA_Developer_Guide_en.pdf ) and I find something strange. When I create a role (path/filename...
View ArticleHow to protect repositories objects on HANA?
Hi expert, About the natvie HANA applications on HANA studio, we can use the 'CHECKOUT' action to retrieve objects from repositories. In other words, the source codes are got easily by anyone if...
View ArticleCommitting file from Project Explorer
Hi,I'm a newbie. Created a .hdbschema file in the HDBSTUDIO Project Explorer. When i right click on the file and select Team-> , I can see "Apply Patch" and "Local History"."Commit" or "Activate"...
View ArticleSAP HANA Data Base Creation in Cloud Share
Hi All I am trying to Configure the SAP HANA database using the 30 days trial using cloud share (Link available in SCN). Steps I followed : Step 1. opened the Administration Console, and navigated...
View Articlexsjs debugging
Hi,I'm trying to debug an xsjs file. I'm using HANA studio & client version 1.0.60.When i start the debugging using Debug configuration XS_Workshop, i get the error messageUnable to connect to SAP...
View ArticleSelect-Options in SQLScript
Hi everybody, i am trying to push the data selection from an existing ABAP report down to the HANA Database via SQLScript.At the moment i am struggling with the Select-Options which are used to Select...
View ArticleHanging ODBC connection
Hi all,I use ODBC (hdbclient's libodbcHDB.so + unixodbc + pyodbc + Ubuntu, more or less having the same setup as described in HANA with odbc on Ubuntu 12.04) to connect to an AWS Hana instance....
View ArticleHANA IDE Lite Download
Hi experts, I have upgraded my HANA Server (Rev68) and i want to use IDE Lite but i am unable see IDE Lite in HANA one console. please help me out from where i can download IDE Lite. I attached my...
View ArticleHelp requested re: LCM Connection Error
Hi HANA dev community, I'm hoping one of you kind folks might be able to shed some insight on an issue I am encountering. After installing LCM onto HANA through the manual installation steps, I tried...
View ArticleRE: Numeric overflow error in SAP HANA while loading the data to hana.
HI , I have been facing with the below errors while trying to load the CASA file data into SAP HANA.The file that contains data of 1 lakh records.Errors: 1. "Inserted value too large for...
View Article"Batch Records Failed" Error in SAP HANA while loading the data.
Hi, I have been facing with the below errors while trying to load the CASA file data into SAP HANA.Errors: 1. "Numeric Overflow". 2. "Batch From Records Failed"I was able to resolve the...
View ArticleSAP Hana: Error generated when inserting field in Excel pivot
I have successfully created attribute and analytical views, activated and deployed it. I am accessing through Excel 2013 and generated a pivot table. There are two fields that are causing an error...
View ArticleRemodel SPO?
Hello All - I am trying to add another Info Object into an SPO cube. Is it possible to add the object without having to reload data? Is is possible to remodel SPOs in HANA? Thanks
View ArticleAdd fields in database VIEW
Hi,we create a database-view in the HANA studio with CREATE VIEW ... AS ... We made a join of some tables with selected fields.Is there a way to do some calculations in this view? Does anyone have some...
View Articlememory issue in xsjs
Hi, I'm trying to build a csv export using the xsjs (HANA rev.68) using the code from below. while(res.next()){ for (icol=1; icol<=csvHeaderList.length; icol++) { record =...
View ArticleQuestion
Hello People, Can anyone explain about the usage of cursor in T-SQL and ANSI SQL (HANA) ? Thanks.
View Article