Re: SAP HANA Developer Edition on Amazon Web Services (AWS)
Hi Hari, You do not need to input the password of root. The process is the following:1. use puttygen to generate ppk from pem, then you do not need to input the password with ppk2. use putty to connect...
View ArticleRe: SAP HANA database is virtual or physical.
Hi Hemant, In SAP HANA, data is available in Main Memory itself to reduce the effect on performance caused by disk I/O. As we know RAM is volatile.We use Disk here to ensure persistency when the...
View ArticleRe: Deploying UI5 application in BSP container consuming XSODATA
Hi Sreehari,why would you need reimplement it in a Gateway?you would use what you already implemented on XS level.you are implementing only the UI on ABAP AS and not on XS Engine, that's it.Kairat
View ArticleRe: An internal Error: Widget is disposed HANA Studio rev 73
Did try yet, will try and give an update here.Kairat
View ArticleIMDSO does not have change log
Hi IMDSO in HANA does not contain Change log table, how it can handle delta functionality when we have generic data source in DXC. How delta mechanism work in HANA , when we use BW data sources (AIE,...
View ArticleRe: 'Function in SAP HANA is currently not possible' error message at KE91...
Hi, LokeshLooks the configuration is ok. We need further log information.Could you goto transaction sm21 and then send those red messages here? Thanks. Best Regards,Kenny
View ArticleRe: Regarding Modeler in SAP Hana Studio
Bhasin, To import table structure, Click on SAP HANA Content --------> Selective Import of Metadata.Once you click on above, it will ask you to mention Source connection details and type of import...
View ArticleGrant access to sub-package via hdbsql
Hi All, I am having trouble running an hdbsql command in a shell script and wondering if anyone could help. (I am running HANA DB SP6, Revision 60) Basically, I would like to give a user REPO.READ...
View ArticleRe: IMDSO does not have change log
Santosh, Please look at following thread to see how delta functionality works:-BW on HANA: Working of In-Memory DSO You can also refer SAP BW on HANA Cookbook Kulwinder
View ArticleRe: SAP HANA Developer Edition on Amazon Web Services (AWS)
Hi Wenjun, Sorry for Bothering you again,As you can see I am able to login to Instance as you can see I have enter into server as "root".what I have to do now to change userid and password?sid-hdb:~ #...
View ArticleProgrammatically create https destination
Hi,Are there any apis/ services available using which we could programmatically create outbound http destinations dynamically in the Hana XS JS. Thanks,Anusha
View ArticleRe: cannot get the data provider outline
Just to add to the discussion, I was getting this issue on a calculation view that was perfectly working, then decided not to work any more with issue "invalidated view", despite input parameters...
View ArticleRe: Iteration over SQL result in SQLScript procedure has an error
Hello Stefan I believe you mean this code DECLARE v_isbn VARCHAR(20); --missing code in the exampleDECLARE v_title VARCHAR(20);DECLARE v_price VARCHAR(20);DECLARE v_crcy VARCHAR(20); DECLARE CURSOR...
View ArticleSap Hana admin role
Hi, i need to create a role for Hana admin users for managing the Hana systems . Are there any standard roles/ privileges which can be given . Thanks, Rajiv
View ArticleRe: table variables as inner call parameters for cursors
Hello Christian Answer to your first question - in bold below PROCEDURE "AADI"."aadi.test.load::sample" ( ) LANGUAGE SQLSCRIPT SQL SECURITY INVOKER --DEFAULT SCHEMA <default_schema_name>...
View ArticleRe: Table column type error using ARRAY_AGG in SQLScript
Hello Angel, First point, Count(*) is of type BIGINT hence there is a datatype mismatch with INTEGER try the following.... CREATE TABLE TESTTABLE AS (SELECT count(*) "COUNT" from...
View ArticleRe: SAP HANA database is virtual or physical.
Hi Hemant The data in SAP HANA Database are stored in physically disk, once the data are in Disk this are replicated to Memory RAM. There are two types of storage methods, row and column data storage....
View ArticleRe: SAP HANA database is virtual or physical.
Hi, Here the architecture: Regards.Fernando.
View ArticleRe: Migrating SQL to HANA
Brenden, glad you found the solution to your problem yourself.In fact you had to, as the problem description did not even allow to take a guess what kind of problem you were experiencing. Make sure you...
View ArticleRe: Sap Hana admin role
Hi Rajiv, You can refer the roles/privileges which SYSTEM is given, e.g. CONTENT_ADMIN, MONITORING, etc. You can find them under Security. Best regards,Wenjun
View Article