Re: SAP HANA Calculation View - Rank Node
error: hcl.usr.user1.Views.research:Z_Rank.calculationviewInternal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Create Scenario failed:...
View ArticleRe: SAP HANA Calculation View - Rank Node
What's the revision of your SAP HANA system? hint: if you want us to provide help, make it easy on us and provide relevant information upfront...
View ArticleRe: SAP HANA Calculation View - Rank Node
Hi Lars the version is 1.00.85.02.399857 (SPS08) Hana studio version: 2.0.8 Thanks.
View ArticleRe: SAP HANA Calculation View - Rank Node
If I'm not completely off here, then the RANK node has only been introduced with SPS9. I assume you're using a SPS 9 HANA Studio against the rev. 85 instance - that explains the error message. Of...
View ArticleRe: SAP HANA Calculation View - Rank Node
Oh yes !! This should be the issue. Thank you Lars
View ArticleRe: How to define Foreign key in .hdbtable
Hi Amit, I tried putting the code in the section 7.1.6.6, But I cannot see any foreign key constraints applied. I performed test for checking the referential integrity, But data to the two tables is...
View ArticleSAP HANA Code Assist ( Ctrl + Space ) in Eclipse Luna ?
I am using Eclipse Luna with SAP HANA development plugin but,I am not able to use the code assist in Eclipse Luna when I click Ctrl + Space inside and .XSJS service file ? here is screen shots...
View ArticleHANA Cloud Console Client is not accessing HANA Cloud Trial Instance.
Hi All, I am new to HANA and created my trial HCP account. Now I am trying to connect my account with SAP Lumira through HANA cloud trail account with SAP tunnel but I am getting an error regarding...
View ArticlerecordSetToJSON function performance issue
Hi The recordSetToJSON function provided in sample SHINE sap hana xsjs application is taking too long to create a json string. The http request time latency is reaching almost 8 to 9 seconds. Input...
View ArticleRe: Top N rows using views
if you are using SPS09 ...we have an option of Ranking in the Graphical View......it might help your case.. Regards,MADhu
View ArticleHANA Studio / Change lists
Hi experts, I have a question regarding development on HANA Studio development perspective.My use case and questions are as follow: Imagine we have several developers in a company building a big HANA...
View ArticleNull Conversion Exception
Hi Experts, i am getting the Null Exception Error. Can any one throw some light on what is Null Conversion Exception and how to solve this issue. CreateProcedure SREELATR.Parentchild (IN ZSCHEMA...
View ArticleOutput as SQL Query instead of result rows
Hi Experts, When I execute the below query, I am getting the output as the SQL query instead of the result rows. Can anybody help me how to get the results rows .CreateProcedureSREELATR.Parentchild (IN...
View ArticleRe: recordSetToJSON function performance issue
If you use HANA SPS 09 and the new $.hdb interface you don't even have to convert to JSON. JSON is directly returned from the select statement.
View ArticleRe: HANA row store performing better than column store - help me understand why?
See this video, you'll understand5. Column Oriented Database - YouTube
View ArticleRe: Output as SQL Query instead of result rows
Binding of a result set to an intermediate variable or output parameter via dynamic SQL is not supported in SQLScript. Cheers,Rich Heilman
View ArticlePrepared statement with named parameter
I am testing prepared statements from Eclipse SQL Console and using JDBC or Python HANA hdb connectors. Here is one like example, works fine: select top ? * from test.employees where emp_no > ?...
View ArticleRe: call stored procedure from anothor stored procedure with select statment
Yes, you need to add an out parameter. Regards,Marvin
View ArticleRe: SAS Integration in HANA
I was looking for more information on SAS interactivity so I thought that a reply might bump this back to the top of the queue and possibly get more information from someone!I have done a fairly...
View ArticleRe: SAS Integration in HANA
I guess there is some public interest in this topic.Pinging Christoph Morgen...
View Article