Re: RDP Session for SAP HANA Developer Edition Vs NW AS ABAP & BW on HANA
The HANA developer edition at AWS is running on a Linux host and you would normally have to use 'putty' or HANA Studio to access the system. RDP would be used to access Windows servers.
View ArticleRe: RDP Session for SAP HANA Developer Edition Vs NW AS ABAP & BW on HANA
Thanks Paul for the reply. Will check if AWS offers HANA Developer edition on Windows.
View ArticleDoes XSODATA support OData Delta Token?
Does XSODATA somehow support server side paging via OData Delta Token (for feeding this to a SMP/HCPms offline application)?
View ArticleRe: Temporary Sequences SAP HANA
Hi Lars, Thanks for your response. Actually it's because a weird behavior of SAP HANA Database and window functions. If I use ROW_NUMBER() OVER() in a select statement and use the row_number in a order...
View ArticleInsert data into SAP HANA via JDBC on Android
I am trying to write an Android phone app that inserts data from my phone via JDBC into a SAP HANA instance (no HCP, it is a physical one). I am developing the Android app via AndroidStudio. I am...
View ArticleRe: Why should we create Calculation view in Hana Modeling..?
Thanks Mahaveer Jain & Rernando Ros
View ArticleRe: Data migration to SAP HANA
Sumeet: based on your response I feel you could answer a question for me. I am completely new to HANA am trying to use HANA for personal use so the cost is very important here. This is what I'm dealing...
View ArticleConnecting MS SQL Server or Oracle Databse to HANA and perform Delta loads
This is a personal project that I am doing from home so cost is a big issue here. I have a database in MS SQL server. I want to do analysis on the data in HANA since SQL server will not be able to...
View ArticleRe: Uncaught TypeError: d.getDay is not a function
I am also getting this, any help appreciated.
View ArticleRe: Connecting MS SQL Server or Oracle Databse to HANA and perform Delta loads
The core piece of delta loads is of course to find records that changed since the last data transfer.An easy way to do that is to keep a last changed date with all your records in all tables.That makes...
View ArticleRe: Temporary Sequences SAP HANA
Would you mind sharing a simplified example code that shows the "weird" behaviour? If the result set is correct in DEBUGGING mode but wrong otherwise, that looks like a problem with parallel execution....
View ArticleConsume data from HCP IoT Services with WebSockets on UI5
Hi HANA and IoT folks out there, I´m not sure if its the correct place/group for asking this question. I´d like to give it a try though. At the moment I am working with the HCP IoT Services. I´d like...
View ArticleRe: Uncaught TypeError: d.getDay is not a function
this error occurs when you try to convert date format which is not supported.there are many threads that explain date format conversion. But this conversion should only be done in views but not in...
View ArticleRe: Real time data movement from ECC to HANA
Data replication can be done using following techniques: 1. SLT(Trigger based replication)2. BODS(Business Object Data Services) For data replication using BODS refer below link:Exercise: loading data...
View ArticleRe: Temporary Sequences SAP HANA
Hi Lars, Thanks again for your response ! The sequential exections works perfectly ! Surprisely, the perfomance wasn't affected.. Give me a couple days to provide the sample for you, I'll use the...
View ArticleRe: Why should we create Calculation view in Hana Modeling..?
Hi, Please do mark the answers as helpful or correct and close this thread. Thanks,Mahaveer Jain
View Articleodata expand with input parameters
I have a requirement to associate two hana calc views in OData, however both views takes input parameters. I have not seen a feature or sample that I can use odata expand feature to retrieve the...
View ArticleRe: Input Parameter to get previous year data
Not sure this is still an open question... What I meant was: you can use a filter expression (like your day - 1 ) in a calculation view. So you could e.g. take a scripted calc. view, calculate whatever...
View ArticleRe: odata expand with input parameters
Actually this limitation is listed in the online...
View Article