Re: SAP HANA STUDIO Not Responding
Thomas, I don't know the figures but there must be minimal hundreds of AWS Hana Developer instances based on the recommended m2.2xlarge sizing - if the problem is as fundamental, core and generic as...
View ArticleRe: SAP HANA STUDIO Not Responding
is there any particular reason why we should not be able to go to 117GiB other than SAP and Amazon not having this written up somewhere? #lowmemory
View ArticleRe: debug server side JavaScript -- socket connection problem
Hi Roberto, In chapter 8.8 of version 1.2 of the developer's guide has no difference than those in version 1.1 which I've already tried. Still no luck. Any other suggestions? Best Regards,Peter.
View ArticleRe: SAP HANA STUDIO Not Responding
16 cores and 117Gb on hs1.8xlarge, extravagant Gregory, I like it. I don't see why that should be a problem as long as your pockets are deep enough - I imagine the appliance will dynamically...
View ArticleRe: Data Type in SAP HANA for amounts with +/- Sign
Hi Patrick, Thanks for the solution. It works for me.
View ArticleRe: SAP HANA Studio and Client for Mac OS?
Hi Carlos, For SAP HANA studio, at least, SAP has provided a mac compatible version. You can download the same from - https://hanadeveditionsapicl.hana.ondemand.com/hanadevedition/ Regards, Anuj
View ArticleRe: Delete workspace and projects from repository in HANA
Hi Rajesh, Check the below thread for the solution:http://scn.sap.com/thread/3451037 Regards,Vivek
View ArticleRe: Upload excel file and display its content in SAPUI5 view
Hi Sam, Not sure if I understood your requirement correctly, but are you looking for an option to load the data from Excel file ? If so, you can use the import option in HANA Studio with Data from...
View Articlesample application form using sap.m package
Hi, Looking for sample application form(like HTML form control elements) using sap.m package.Please share the code, if already worked. Thanks,Nagender
View ArticleRe: Inequality join in Analytic view of SAP HANA
I tried using SQL Server syntax for "between join". I was hoping that "between join" was implemented in HANA, even though I could not find it in the documentation. It looks like it works. I started...
View ArticleRe: Upload excel file and display its content in SAPUI5 view
Hi Sam, as Ravi says you can use the import option in HANA Studio. If it is required for users to upload data on a regular basis you may want to take a look at this blog I did a while back on using the...
View ArticlePermissions for executing Scalar UDF's
Hello, I've written a simple user defined function that computes z-values based on a normal distribution. However, when I try to activate a stored procedure that uses this function I get the error:...
View ArticleRe: SAP Hana: Error generated when inserting field in Excel pivot
This problem also is true using Excel 2010. I think it may have to do with non alpha compliant characters in the description field. When I upload a file with 2 clean records, all works fine. Have...
View ArticleHow can i set my own image for Accordian Sections
Hi All, Could anybody please tell me, how can I set my own image/Icon for the Accordian Sections in SAPUI. Thanks in Advance,Nagender Naroju.
View ArticleBW System Migration - HANA Deployment
Hi, We are in the process of preparing Scope documents as our client is planning to migrate to BW 7.3 then on to HANA. Our current System Configuration: Release / Version - 701 / 006 Just wanted to...
View ArticleRe: XS Engine not working after HANA upgrade to SP6 on AWS
I am facing the same issue with my instance....can anyone guide us?
View ArticleRe: Display last 3 months from the entered date in SAP HANA
you will need to replace this midstr('$$INP_CALMONTH$$',5,6) - 1),"A",0) with the below function for month -3 to_char(ADD_MONTHS (TO_DATE (concat( '$$INP_CALMONTH$$' ,'01'), 'YYYYMMDD'), -3),'YYYYMM')...
View ArticleRe: Display last 3 months from the entered date in SAP HANA
ok,now the code does not have any errors but I guess I need to convert my Calmonth from string to integer but never displays a output , guess conversion from string to integer of calmonth is needed can...
View ArticleRe: Display last 3 months from the entered date in SAP HANA
The error is : Error: SAP DBTech JDBC: [2048]: column store error: search table error: [6852] Expression may not be converted to query entries;unknown_type0 function(unknown_type0...
View Article