Re: Regarding Basic HANA
Hi Kaushik, Below are the few useful web links that you can refer. http://saphanatutorial.com/ http://www.saphana.com/community/hana-academy/
View ArticleSAP HANA - cardinalities,loops & chasm traps
Hi , I am trying to find more and detail information on the topics like cardinalities, loops & chasm traps related to SAP HANA. Could some one shed some light on this topics and explain with a...
View ArticleRe: How to get _SYS_AFL schema to my hana system
Hello Deepak, Well this helped me definitely. Probably Wouldnt have found out myself. Thanks
View ArticleRe: Column store errors during runtime
Additional errors from the HCP logs: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.0.v20130507-3faac2b):...
View ArticleIssues while creating new user in SAP HANA
Hello Team When i am trying to create a new user in SAP HANA studio i can see that there has been a new field added of DATA validity where there are two options a) Valid From and...
View ArticleRe: Using wildcard for mandatory input parameters
Ahh ok I think I understand what you mean. So you're kind of dynamically changing the SQL statement based upon what the user passes in the parameter. That probably works if you have just one...
View ArticleRe: Insufficient privileges - User xxxxxx do not have INSERT and CREATE ANY...
Is the user owner from both schemas?I have never upload info form Hana studio, Did it request your credentials? maybe is using the user that you have assigned when added the system
View ArticleRe: SAP HANA studio plugin errors
Hi Vicky, Did you get solution of your problem? if yes kindly post the solution. ThanksBhupender
View ArticleUnable to activate hdbtid object
Hello everyone, I was following this guide HANA Academy - HANA Native Development Workshop: Auto Table Update - YouTubebut I stumbled in this error while I do step by step everything as done in the...
View ArticleRe: HANA Studio Freezes in File Import Wizard
Hi Nehal, I've upgraded to 74 and still have the same issue but, I finally narrowed it down to my CSV file having a single dirty record with "extra" double quotes inside a string field. I removed the...
View ArticleRe: HANA Studio Freezes in File Import Wizard
Hi Ricardo, You can try these things 1) Try setting the value of the file as for the Xms as 512m in your hdbstudio.ini file, which will be present in your Studio installation location. 2) Check for the...
View ArticleRe: HANA Studio Freezes in File Import Wizard
Hi Rahul, Which of the .ini file lines for hstudio should I edit? is it -XX:MaxPermSize=512m? I checked JRE path and it points to C:\Program Files (x86)\Java\jre7\bin\javaw.exe (32 bits I guess). What...
View ArticleMax month of quarter in hana CView
Hi, This script is bringing only first month of the quarterIs there any way we can bring max month of quarter by modifying this if(in(rightstr("0CALQUARTER", 1), '1') = 1,...
View ArticleRe: HANA Studio Freezes in File Import Wizard
Hi Ricardo, 1) You should change the -Xms to 512m ( ie you are allocating 512 Mbs for Xms ) . Rest all values should be fine. Its should look like this -Dfile.encoding=UTF-8-Xms512m 2) Both 32 and...
View ArticleCalling Write Stored procedure from xsodata with table/list as input
I have a stored procedure which takes table type as input and insert data in a table ---PROCEDURE "C"."abcd.procedures::InsertResData" ( IN resourcelist "abcd.procedures.ResourceT",out error...
View ArticleRe: Regarding Basic HANA
Hi Kaushik, I would suggest you to look into this course, to get an idea of what HANA is. Course: An Introduction to SAP HANA by Dr. Vishal Sikka Moving further you can choose on what areas you would...
View ArticleRe: How to call HANA store procedure with table variables in xsjs?
Hi Arjun, Try giving the full default _SYS_BIC path for your defined Table type in PROCEDURE OUT parameter if you could share a sample code it would be better to check and tell And are your on Studio...
View ArticleRe: Column store errors during runtime
As this seems to be an error of the SAP HANA database itself (and not the SAP HANA Cloud Platform) please check Support Communities | SAP HANA for a solution. Thanks and Regards,Bernd
View ArticlePost-migration SAP ERP to HANA - Performance issues.
Hello everyone, I need some help and some doubts about post-migration, ERP to HANA. I'm a ABAPer actually, but i'm involved and learning a bit about HANA. Our customer migrated their ERP to HANA, but...
View ArticleBit wise Operators in SQL Script
Hi All, Can anyone please let me know how we can do bit-wise operations like left shift(<<) on an integer in SQL Script. Thanks,Goutham
View Article