Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Browsing all 9165 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Re: Aggregate Functions Max and Min not working in Analytic and Calculation...

Quite simple (if I understood your requirement correctly) and I don't think you need to bother Lars for this. . Find the models and output below. Data:Analytic view design:Analytic View Query output:...

View Article


Re: Aggregate Functions Max and Min not working in Analytic and Calculation...

Hi Ravi, Not tested here but I think the same simple MAX/MIN with 1 table can be used on Calculation view if "MultiDimensional Reporting" is off. Regards, Fernando Da Rós

View Article


Re: debug server side JavaScript -- socket connection problem

First of all remove the listenport configuration from the xsengine.ini configuration.  It is no longer needed in SP6 and I've seen it cause just this problem.  The only other issue I see is that your...

View Article

Re: HANA Schema mapping

>schema mapping will produce incosistent result. Is this correct? I'm not sure what you mean by that. If you are creating your own tables in the repository, schema mapping isn't necessary nor should...

View Article

Re: Aggregate Functions Max and Min not working in Analytic and Calculation...

Hi Ravi, Ignore my previous comment, I probably missing the subject of this thread, after reproduce the scenario with a calculation with one view (just the basic) with and without multi dimension the...

View Article


Re: HANA odata service issue

&$count=allpages works but  $inlinecount=allpages gives the below error : <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><code/>...

View Article

Re: Problem activating HANA SP5 Decision Table

hii venkat I am also getting the same problem can i  have the UPDATE previlage  syntax? pls

View Article

Re: 'IN' Operator in CE_PROJECTION

Hi Sayan, I am yet to figure out how to use the IN operator, but can you use something like this: var_out = CE_PROJECTION (:v1, ["COL1", "COL2"], '"COL1" = ''A'' or "COL1" = ''B'' or "COL1" = ''C''');...

View Article


Re: WHERE statement doesn't work

This artificial code reproduces bug(?): drop table test_table; create table test_table (key integer, value integer); drop table test_table_2; create table test_table_2 (key integer, value integer);...

View Article


Image may be NSFW.
Clik here to view.

Re: WHERE statement doesn't work

Hi Dimitri,I recreated your scenario in my HANA system , but could not reproduce the issue that you saw. While running the query with the data that you provided . I got the below results which is...

View Article

Re: 'IN' Operator in CE_PROJECTION

Hi Sayan, For IN you can use like this, but pay special attention to nulls if your COL1 can contain it: var_out = CE_PROJECTION (:v1, ["COL1", "COL2"], ' in("COL1",''A'',''B'',''C'') '); Regards,...

View Article

Re: About: Navigator Panel in SAP HANA Studio

Hi Ravi, Thank you for the help. Almost as you suggested, I can open the Navigator panel by going to the tool bar option Window -> Show View -> Navigator. Cheers, Beiwei

View Article

Re: Sencha Architect 2.2 with XS OData Services

Hi shambhu, I got same errors. did you find any solution to the problem. if yes ,kindly let me know.  Watting  for your response  Thanks in Advance With Regrads Surendra Suryawanshi,

View Article


Re: Fixing external access to SAP HANA Instance on CloudShare

Hello Animesh, Today I have registered for 30 day trial HANA dev edition on Cloudshare. Me too changed External address' for HANA SPS5 server under 'Vanity URLs'. I am unable to connect to SAP HANA DB...

View Article

Re: can't create schema

Have you created a user "TESTA_00" also? In this case obviously the schema is created parallel to that, but somehow not visible. I experienced the same some days ago.  Just create an empty table create...

View Article


Re: can't create schema

Hi Jasper, Based on your posted information, this schematic has been created by design time way, sp please change schema name to try again. Regards,Jerry

View Article

HDB some services not started

hello, i connected my sap hana studio to my AWS instance,but the HDB tells me that "some services not started".What can i do?

View Article


Re: HDB some services not started

Hi Velibor, Is this your first time starting an instance on AWS, just after signing up? It takes 10 or 15 minutes for some parts to be created. If it is the first time, then wait a while and check...

View Article

Re: can't create schema

It sounds like the schema was created already but has a different OWNER.  Each schema has an owner assigned.  If you must use this schema name you could log on as SYSTEM user (since you don't know who...

View Article

XS Engine SQL Update doesn't write to DB

This is the important code:conn = $.db.getConnection();var query = "UPDATE \"LASVEGAS\".\"lasvegas.data::listener\" SET \"isActive\" = '0'  WHERE \"ID\" = ?";var pstmt =...

View Article
Browsing all 9165 articles
Browse latest View live