Re: Hana Developer Edition rev 56 - unable to find ODBC or MDX drivers
Hi Martin, FOr 64 bit versionYou have to additionally install MDX drivers for this InstallHDBCLIENTXLS.exe file and MDX drivers will be installedI also faced the same problem once
View ArticleRe: HANA and Hadoop in Future road map ?
I suggest you to read the following blogs by Mahesh Kumar CVThey are very informative and...
View ArticleRe: Hana Developer Edition rev 56 - unable to find ODBC or MDX drivers
Thanks for the quick response, Vivek. I'm running the Developer Edition and I can't find the hdbclientxls.exe file, and I can't find any mention of it in SCN (here's the search I used). I don't have...
View ArticleRe: Hana Developer Edition rev 56 - unable to find ODBC or MDX drivers
Good to hear that you resolved the problemHoping that with HANA SPS6 SAP makes regi.exe compatible with 32 bit systems alsoBecause of this we can't use 32 bit systems for HANA as it doesn't support a...
View ArticleRe: Error in SLT
Hi Papil Can you check the below options... 1. Is there any code in the transformation in SLT where it is skipping the records ? 2. Any filters in in the transformation in SLT ? 3. Also, you are...
View ArticleRecent MS-Access ODBC Error
We have been using MS-Access to connect to HANA tables via ODBC sucessfully for many months. But yesterday we started getting the error shown below. This is not an ODBC error and occurs on multiple...
View ArticleRe: Recent MS-Access ODBC Issue with HANA
Hi Ira, It looks like you have a server process crashing on you. This could have various reasons, so let's try a quick fix first: have you tried a restart of the HANA DB already? If this doesn't fix...
View ArticleRe: How to navigate through a cursor?
Hi Ben sorry you didn't tell us what you want to do.You vaguely showed us your failed try of implementing it. With that I cannot help you. Why do you want to loop over the same data again?Why do you...
View ArticleRe: Internal error while upgrading hana to rev56 on AWS
is it the error described in http://scn.sap.com/thread/3371427? Just follow the work-around posted in that thread cheer--juergen
View ArticleRe: Recent MS-Access ODBC Issue with HANA
Juergen, Thanks a lot for your response. Since I am not in IT, I don't know the answers to your questions, but I have passed on to IT. I will let you know the results. Thanks
View ArticleRe: Recent MS-Access ODBC Error
This thread can be closed since the topic was posted earlier. (Sorry about the duplication).
View ArticleDelete From .. Memory Allocation Issue
Hi, I currently stuck with a simple task. I would like to execute a DELETE FROM TABLE; statement.Catch is, the table contains 46 million rows! I am unfortunatly unable to delete the rows via:1) Remote...
View ArticleDelete From .. Memory Allocation Issue
If you don't have any where clauses and just want to delete all rows, why not use TRUNCATE TABLE?
View ArticleRe: HDB Multiple error's - After Upgrade to Rev 56
Hi all, Please guide me on How to free SAP HANA memory - as after upgrade to REV 56 it happened and I tried from my side but was not successful. Please advice. RegardsKumar
View ArticleHow to create Read/Write Procedure in HANA
Hi,How can I create a Read/Write Procedure in HANAI need to create a stored procedure in HANA, in which I want to execute some DDL statements.If I am not writing 'READS SQL DATA' in create procedure...
View ArticleRe: "Error when connecting to system" or "Invalid Username or Password" with...
Ferry, your note is very helpful. I am able to fix the problem by following your note steps.
View ArticleRe: "Error when connecting to system" or "Invalid Username or Password" with...
Hi Ferry , I a working on the 30 days free HANA cloud platform provided by SAP. I am getting the below error... please help..!!!!
View ArticleRe: How to create Read/Write Procedure in HANA
Hi Divyank, When you mentioned "Read / Write", do you need DDL (like Create table statements) or DML (like INSERT / UPDATE / DELETE to a table) to be called in the procedure. DML can surely be done,...
View ArticleRe: Basic question about real time measurements in power electricity
Thanks for correcting the items I missed in light of this I would like to add several points that are mentioned in the HANA Master Guide. On page 19 of the master guide SAP recommends using SLT over...
View ArticleRe: How to navigate through a cursor?
Hi Ravindra, You are right. I copied the code directly from page 44 of the HANA SQL Script Guide, but I didn't check that the code was correct. Thanks for pointing out. Pedro
View Article