Re: Unable to execute Inner join
The issue got resolved . Thanks I have executed the below query and noticed that table Sales_Order is present under multiple schemas. Hence the system is not able to recognize the exact schema. I have...
View ArticleRe: Unable to execute Inner join
hI Sreelatha, solution:please use set schema "schemaname" and followed by your query. or mention your tables with schema names. It will solves your problem.
View ArticleRe: Performance tuning of report in HANA studio
Hi Saurabh , You can always go through the documentation. SAP HANA Platform – SAP Help Portal Page is a beautiful link to the hana documentation. Performance tuning guide is also...
View ArticleRe: line number in sap hana studio
it worked out... the cursor declare part had to come in the beginning before take data from any table
View Articledebug a sap hana sql script
Hello guys... i have just started coding in sap hana. i am wondering if i can debug my sql script/procedure in hana studio like i can set break points and see line to line execution similar to ecllipse...
View ArticleRe: Stored Procedure is not returning response from xsjs
Problem solved. We shouldn't use EXEC (:var_commit) and EXEC (:var_rollback) while calling the procedure from xsjs. They are working fine while we are calling the procedure from SQL Console but if we...
View ArticleRe: Stored Procedure is not returning response from xsjs
firstly thank you for feedback. it was my problem 1 week ago. but I tried your solution. and it is working. thank you.
View ArticleRe: debug a sap hana sql script
Hi Pawan , SAP HANA STUDIO provides the seperate perspective to debug the procedure. Introducing the New SAP HANA SQLScript Debugger Debugging SQLScript Procedures with Input Parameters...
View ArticleRe: Performance tuning of report in HANA studio
Hi Partik, I have checked the document but still not able to understand from where to start. Please suggestRegards
View ArticleRe: HANA on SoftLayer?
Any answer ?Also I want to know if I can install the sap hana developer edition (if available as standalone installer package) on any cloud instance like softlayer ?Please help....
View ArticleSQLScript advantages in SAP HANA
Hi Experts, Where exactly we can leverage SQLScript to fetch or for calculations as we already have attribute, analytical and calculations views to do the same on HANA Database. What are the advantages...
View ArticleRe: ODATA
Is it an xsjs service ? If you are looking for accessing array objects you need to index it.. bubbleCoyService[0].COMPANY_CONTACT[0].FIRST_NAME. Not sure if this is your context . Explain what exactly...
View ArticleRe: Toggle line breakpoint error
Hello Amrita,We are also getting the same error while setting breakpoint in one of standard XSJS file. Did you find any solution ? Could you please share. Thanks,Jitendra
View ArticleCALL _SYS_AFL "insufficient privilege: Not authorized"
I'm trying to use Hana's AFL K Means clustering algorithm, I made some adjustments to this code:...
View ArticleRe: CALL _SYS_AFL "insufficient privilege: Not authorized"
I solved this by creating a new user TEST_USER, and I granted these roles: (note that "Grantable to other users and roles" is checked) After that I opened an sql connection with the TEST_USER and ran...
View ArticleRe: Error connectiong to Remote Source MSSQL ODBC
Hello, Thank you very much for your inputs. Works for me! Regards,Subhankar
View ArticleCalculation View
Hi Experts, I am new in HANA 1.What are the limitations using Analytical Views.2.When should i go for Calculation view type Dimension and Calculation view type Cube and Calculation view type Cube with...
View ArticleRe: Calculation View
Hi Ramesh, You can refer below link to understand the use of Cal. View.After reading you may have much more clear idea about it....
View ArticleRe: Logging Option in HANA Tables
Hi Vivek, Can you please provide any use case for the above scenario? Thanks & Regards,Monissha
View ArticlePublishing universe to the central management server
Dear Colleagues, I would like to create a report by using SAP BusinessObjects Dashboards (former XCelsius). In order to do so, I downloaded and installed the Information Design Tool, created a data...
View Article