Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Browsing all 9165 articles
Browse latest View live

HANA UOM conversion functionality

Is anyone doing UOM conversions at the moment in HANA and if so how ? There is the modeller way thru measure type ( Quatity with unit of measure ) or the SQLSCRIPT use of CE_CONVERSION operation.Any...

View Article


Image may be NSFW.
Clik here to view.

SAP DBTech JDBC: [7]: feature not supported: The number of tables in a join...

Hi,I am porting analytic application and I am getting an error SAP DBTech JDBC: [7]: feature not supported: The number of tables in a join query is over the maximum limit. Please rewrite the SQL...

View Article


Error during Activating HANA Studio Analytic View

Hi HANAer,I am a new learner of HANA studio and already setup a HANA Trail Environment on CloudShare. When I tried to activate a new created analytic view. An error message was pop up as attahced...

View Article

Re: How to load CSV files into HANA

I have loaded the file into HANA server on AWS and have successfully loaded data into the desired table using the command IMPORT from CSV FILE '/sap/usr/HDB/HDB00/DATA_LOAD/d1.csv'INTO...

View Article

Re: Excuting query during failover in scale out

Hi Taesoo, if I get you right, you expect the standby-setup of HANA to make running queries fail safe.This is not the case.The standby solution allows for increased system availability. That means, the...

View Article


Image may be NSFW.
Clik here to view.

Re: SAP DBTech JDBC: [7]: feature not supported: The number of tables in a...

Hi Lindsey, the sub queries are transformed to joins by the query transformation in cases where this makes sense.Apparently, the query transformation makes quiet a deal out of your statement, since the...

View Article

Re: Error during Activating HANA Studio Analytic View

Hi Jasper, now it's time to display and check the full activation log file (just right-click on the activation status line). Alternatively you may check the indexserver-trace file for entries about...

View Article

Hana JDBC PreparedStatements are SLOW

I am trying to use JDBC prepared statements and the performance is worse compared to regular statements.To illustrate, there are 2 code samples below, one with preparedstatement and the 2nd with...

View Article


Re: Hana JDBC PreparedStatements are SLOW

Hi Kris, in fact there are several things wrong with your example: You have the prepareStatement() call right inside of your loop.That's a bug. It's your bug and a serious one.Prepare Statement is...

View Article


Re: Error during Activating HANA Studio Analytic View

Hi Lars,Thank you for your kindness. your suggestion is quite helpful. I've downloaded the error report but it's quite technical to figure out the root cause. Would you please look into it and give me...

View Article

Error while creating Configuration for SLT replication

HI All, I am trying to do a simple application in Hanna using SLT for data replication. But while trying to create the configuration using LTR t-code, I am getting error as "Error occured when opening...

View Article

Re: Monitoring tool for HANA

Hi Sergei, are you in the process of certifying this tool with SAP? I can't find it in  http://www.sap.com/partners/directories/SearchSolution.epx -> certification category "SAP Certified -...

View Article

Re: Monitoring tool for HANA

Hi Richard, We submitted a request for certification when the product was originally released. The process is the same as with IBM and other large vendors. It does take time. We'll post an update on...

View Article


Re: Call stored procedure from server side javascript

Hi there, the solution is to call  conn.commit(); after executing the stored procedure.

View Article

Re: Obtaining number of rows after select statement in SQL Script

Hi Akshay, you have two options here: you can have the count as a scalar value, or as an internal table. Depends on how you want to continue using this. Both options can be derived from the information...

View Article


Image may be NSFW.
Clik here to view.

Debugging SQL Script in SAP HANA studio

Folks, I am using following version of SAP HANA.  For this version, i.e. SPS5, debug functionality is available. For some reasons though, I just could not put a break point in the procedures that I...

View Article

Re: Obtaining number of rows after select statement in SQL Script

Hello Richard, Thanks for the detailed explanation. It worked. I was missing approach of saving count(*) into local variable.  Between, I tried ::ROWCOUNT option. That is,  t_emp =select * from...

View Article


Re: Debugging SQL Script in SAP HANA studio

Which procedure editor are you using.  You can only set breakpoints and debug from the new Project Explorer based procedure editor.  I would suspect that you are using the legacy modeler procedure editor.

View Article

Error 403 - Forbidden / This link seems to be broken

Hi, I am new to HANA and I have started learning HANA through the tutorials provided on HANA Academy. I am trying to run HelloWorld.html, and the code is same as shown in the tutorial But while opening...

View Article

Re: Debugging SQL Script in SAP HANA studio

Hello Thomas, I am using SQL Editor 8, yes it is older version as I had got this some months back while attending some webinar on SAP HANA at Labs. How would I get the newer Editors? Thanks! - AO.

View Article
Browsing all 9165 articles
Browse latest View live