Re: Insert of special character with SAP HANA Studio
Hi Markus, for me the statement worked without any changes: insert into "RS_ORDER" values('014','hostname;schema;port','test1',0,'R')Would you mind to post the complete error message you receive in...
View ArticleWhere can find a step by step guide to running Hana 30 day trial
Where can find a step by step guide to running Hana 30 day trial
View ArticleRe: Where can find a step by step guide to running Hana 30 day trial
Hi Vivek, Check the below links for getting access to SAP HANA 30 days trail. http://scn.sap.com/docs/DOC-31600 http://scn.sap.com/docs/DOC-28191
View ArticleRe: Insert of special character with SAP HANA Studio
Hi All, by reading that the statements works for all of you, I thought that my problem has to do with the way I am entering the statement. Instead of copy & paste from an example within a Wiki...
View ArticlePHRASE INDEX RATIO
Hi all,what is PHRASE INDEX RATIO used for? The docs only say it can be between 0 and 1 and that "1.0 means that the internal phrase index may use 100% of the memory size of the fulltext". What is the...
View ArticleRe: Hana Accelerator - Custom Reports
Here some answers: 1. The report RDA_MAINTAIN actually comes with the Add-On installation, yes.2. Actually the creation of a secondary DB connection is independet from the Add-On installation. Once you...
View ArticleCloudshare timeouts and network drops
I'm using cloudshare developer desktop. Since I'm not able to launch their web-based RDP tool (it's a Java applet), I'm using native RDP. It all works fine except I get frequent network timeout and so...
View ArticleADO.NET Entity Framework and HANA
Hi All, Is there an intention of SAP to provide support for Entity Framework with HANA (maybe by providing a custom family of the objects in the System.Data namespace for HANA (HanaConnection,...
View Articleunable to acess the files from SAP HANA server
hi, i have successfully installed the HANA studio & client and have configured the HANA Server too. as per the HANA documentation,if we try to access the path :...
View ArticleTables for currency conversion?
Hello all, can somebody please post the sql statements for creating the currency tables TCURR, TCURV, TCURF, TCURN and TCURX?Best directly also some csv files with content... Thanks in advance,Karsten
View ArticleRe: Can we create a foreign key constraint in Hana?
Hi Geetha, not sure what's wrong with the link you posted - I get a outlook web logon screen when I click on it... Anyhow, right now foreign key constraints are only supported on column tables. - Lars
View ArticleRe: using COALESCE
Goni, this requirement has already been discussed here in SCN:How to Concatenate Column Value from Multiple Rows into a Single Column? I don't see why the proposed solution from the old thread should...
View ArticleRe: Can we create a foreign key constraint in Hana?
Keven/Lars, Thanks for getting back. I was able to get this working after we upgraded hana to REV 45 and after changing it to column based table. Thanks for your help!Geetha
View ArticleRe: ADO.NET Entity Framework and HANA
I am not sap so I don't know BUT, You may do it yourself if you have enough time to hack.SAP Released a tool called "Query migration tool from MSSQL to SAP HANA". this tool use the ANTLR3 project and...
View ArticleCE Functions Not Working (Activation Issue)
Hi All, I'm creating to create a basic procedure both UI and SQL Process . I still get an error UI Process Without any i/p out put paramaters 1) UI Process Work Perfectly : Activate Success and Call...
View ArticleRe: dynamic execution
For select * from (call myProc())you can use result views. Just create your procedure with a result view (SAP HANA Reference: CREATE PROCEDURE) and after successful creation, there will be a column...
View ArticleRe: ADO.NET Entity Framework and HANA
Hi Keven, Thanks for your advice. Taking the T-SQL query and converting it to HANA-SQL (using the SAP tool or otherwise) will not cover anything but the most basic cases. SAP is not advocating the...
View ArticleIs there anybody who can do me a favor?
After activing my attribute view, there is a error dialog as shown below when I click the data preview. I was wondering if anybody could tell me how to handle it. Thanks.
View ArticleRe: Is there anybody who can do me a favor?
Hi zhou, Just add the schema to the sys repo user as below and it should work.
View ArticleRe: Is there anybody who can do me a favor?
Hi Vinoth, Thanks for your kindly help. It's work now. Have a nice day.
View Article