Re: Sample data SFLIGHT not visible in the trial version of HANA studio
Dear Moderator - If inclusion of the link below is not appropriate then please delete my response and let me know how to contact Michael directly. Otherwise here goes the response: Dear Michael, I...
View ArticleRe: Cannot get the data provider outline
Sampath, In your Attribute View .... "set some Keys". Go to the table and look at the distinct values and find out what the keys is/are. I forgot to do that on a couple view of mine and that's all it...
View ArticleRe: Problem in crystal report with hana datasource
Hi all Finally I find the error, I just have to put the schema before the tables names, like "{@schema}"."Table" RegardsAlvaro González
View ArticleRe: Problem on initial config step of hana studio
Click on "Browse" and choose the regi.exe in you HANA client installation folder (default is c:\Program Files\sap\hdbclient\regi.exe)If you don't have HANA client, you need to download and install it...
View ArticleRe: Can't import a schema from different HANA-Systems
Hi Patrick, How are you copying the the import files from one server to the other? If you are using WinSCP to copy from source Linux to Window,s and then Windows to target Linux, please make sure you...
View ArticleRe: Problem on initial config step of hana studio
Hi WangPeng, Only 64-bit HANA client has the regi tool. It is not yet supported on 32-bit. Thanks,Sharan
View ArticleRe: How to download old version/revision of SAP HANA Studio?
I have a c# application using this HANA DB. If I upgrade the server, will it break existing application? Moreover, how to upgrade the server matching to appropriate studio version? I have studio on...
View ArticleRe: Can't import a schema from different HANA-Systems
It's a bug, I think。sp05 has diffrent directory hierarchy compare to sp04。sp05: index/SYSTEM/BF/ES/BFM_ABS_ASSET_POOLDES/sp04: index/SYSTEM/BF/BFM_ABS_ASSET_POOLDES/ I don't know how to do.....
View ArticleRe: Installing Hana server : Cannot create Instance
Hi Torben, I installed with manual installer using hdbinst from /51045150/DATA_UNITS/HDB_SERVER_LINUX_X86_64/ Try with manual installer. if you get any error, please post the log file. Thanks and...
View ArticleRe: Exporting catalog objects to current client.
What are you using then? When I talk about permission...I'm talking about your NT user...for some folders you can't write if your not using Admin rights...Greetings, Blag.
View ArticleRe: if import data from MYSQL database to HANA database,
A minor correction to what Ravi Shankar replied, Technically you should be able to load to any type of Table Row or Column, but as mentioned it is advisable to store the data in the column store....
View ArticleRe: Securing data in Analytic view
It appears this was a bug with our REV 47. In 47 to fix the problem I had to select "APPLICABLE TO ALL INFORMATION MODELS".
View ArticleRe: Exporting catalog objects to current client.
Hi Blag, I am at the client location and we have the HANA server is installed in our data center. Also I am the admin on my machine and have full permissions on the folder i am using for backup....
View ArticleRe: HANA Project Editor vs Studio SQL Editor
Hi Peter I just found some time analysing your issues. As far as I can see the first one only is some wrong message in the Studio, as it shows the message:"Syntax error, "'SER03'" is incorrect or...
View ArticleRe: Calculated column
Hi Vikram, I guess your use case for HR seems not to be simple.Anyhow, take a look on decision tables, there's a option to you query it and other to you update the...
View ArticleRe: How to download old version/revision of SAP HANA Studio?
Hello,Upgrading HANA DB resolved the issue. Thanks for all your help. Regards,Smita
View ArticleOpenSAP - "Introduction to Software Development on SAP HANA" free course
Hi guys, In collaboration with Hasso Plattner Institute, SAP has just released its MOOC (Massive Open Online Courses) platform: OpenSAP.In one week - to be precise, the 27th of May - the course...
View ArticleRe: Is it possible to catch SQL exceptions?
Hi Micha you can do this within a procedure like the following: CREATE TABLE MYTAB (I INTEGER PRIMARY KEY);CREATE PROCEDURE MYPROC ASBEGIN DECLARE EXIT HANDLER FOR SQL_ERROR_CODE 301 SELECT...
View ArticleRe: Could not check credentials provided for user on host
Hi Chris, Please try re-installing and configuring SUM for HANA as described in note 1793303 this should resolve your issue. Thanks,Sharan
View Article