How to enable and test the virus scannning feature for file upload to an ECM...
We are doing a feature on a Hana web Application(on HCP) where it is required to prevent any viral file upload to ECM repository. Regarding this I have the following Questions. 1. Is the below...
View ArticleError debugging XS Script from HANA Studio
Hi,I can't start the Remote Javascript debugger from within HANA Studio.I have created a XS javaScript debug configuration. Server and port is correct. When I start the debugger I get the following...
View ArticleHana Maven Plugin: start local server in debug mode
Hi. I am using maven for a java hana project.The hana maven plugin has a goal "start-local" to start a local application server. My question:How do you enable remote debugging on the local application...
View ArticleUnable to create ABAP Project
Hi All, I am trying to create ABAP project from HANA Studio but getting error as shown in below screen shot: Click Next Could anyone please help me to get it resolve. Also let me know how to create...
View ArticleRe: SAP Hana Certification - Training required?
MindMajix deliver the spirit of accelerated learning can create flexible analytical models from business applications with certification guidance in SAP HANA online training.
View ArticleInternal error when editing HTTP destinations in HANA Developer Edition
Hi All, I'm encountering a weird issue on my developer edition HANA system. I cannot edit xshttp objects(I can create and activate them but I cannot edit them in XS admin to assign a trust store. The...
View ArticleRe: Unable to create ABAP Project
Hi Saurabh, It seems you have not provided correct logon details while creating a logon that's why its giving this error. Please check the logon details and fill it again. I hope it works,...
View ArticleRe: Unable to create ABAP Project
Are you able to login to through SAP GUI Logon pad ? If yes, you are not facing any connectivity issues. In that case, double check the configurations . Check the configuration document...
View ArticleRe: Use of Column Store Data Type
Hi Monissha, Column Store data types are used internally in the column store. Also check the reply from Lars regarding Column Store data types in the below thread:http://scn.sap.com/thread/3522274 You...
View ArticleTemporary table error in hana
Hi, I have created a temporary table in hana SQL console using the following syntax. create global temporary column table "MONISSHAA"."DUMMY"(ID nvarchar(1));insert into "MONISSHAA"."DUMMY"...
View ArticleRe: Use of Column Store Data Type
Hi Monissha, It is just the way data is stored internally columnar format. When you choose column store while creating the table, HANA internally assigns a data type for storing your specific data...
View ArticleRe: Temporary table error in hana
Hi Monissha, Temporary tables can be created at runtime and can do the all kinds of operations that one normal table can do. But, based on the table types, the scope is limited.Temporary Tables...
View ArticleRe: Use of Column Store Data Type
Hi Vivek/Sumit, Thank you very much for the useful link. I have gone through that as well.I created a row table and you can see my definition below So in case if my table is row, the column store data...
View ArticleRe: Temporary table error in hana
Hi Sumit, It seems like a new session is created when I do a data preview. Similarly when ever a user opens a SQL console, a new session is created every time. Thus in case of temporary table the user...
View ArticleRe: Use of Column Store Data Type
Hi Monissha, If you have checked the link given above. It gives the relation between the SQL data types and Column store data types. So if you see the different SQL data types which are referred as...
View ArticleRe: No password tag 'sapadm_password' found
Dear Juan, yes I used the hdbupd command line Installation tool.
View ArticleRe: Use of Column Store Data Type
Hi Monissha, Are these data types are just being filled up in the UI and not used internally in case of a row table?? - It doesn't matter whether the table is row or column store table. Any table you...
View ArticleRe: Converting Store Procedure from SQL to HANA
i tried with sql converter tool - but even after using the tool - i am facing lot of syntax conflicts....you can try using sql converted - trial version from net. regardsGiri
View ArticleHow to preserve the Calculation View data into a permanent table with primary...
Hi,How to preserve the Calculation View data into a permanent table using Stored Procedure.Ex: Calculation View having Column1, Column2, Column3, Column4, Column5, Column6 Column7In which Column1,...
View Article