Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all 8968 articles
Browse latest View live

Re: Using Synonyms in SAP Hana Modeling Views


Re: Previous 13 months data in HANA studio

$
0
0

Anindya,

 

i will try for the above solution and update you

 

 

Thank you

Re: difference between aggregation and projection node in Calculation view

$
0
0

Hi,

 

PROJECTION is only meant for filtering but AGGREGATION is for both filtering and aggregated columns

 

Best Regards,

Mohammed

Re: installComponent with sidadm user is not implemented

$
0
0

Ramesh,

 

Did you look at the PDF attached to the note? Scroll to the bottom and open the attachment, if you haven't done so.

 

The title is :

 

SAP HANA Platform SPS 11

Document Version: 1.0 – 2015-11-27

Red Hat Enterprise Linux (RHEL) 6.x Configuration Guide for SAP HANA

 

 

I would suspect you are running into something that can be fixed pretty easy if you follow the install guide. If you are already doing this, then please reply with what document you are following.

 

-Jake

Re: Average Value calculation

$
0
0

i have created the average value  in the projection node.

i deleted and i recreated in aggregation node.

now the values are fine.

Re: Previous 13 months data in HANA studio

$
0
0

Make sure your User Input is in YYYYMM format.  If not, slight change would be required in the script.

 

 

 

One more thing, I put the code for 13 months.  I.e If Input is 01/2015 , then data would be from 12/2013 - 01/2015   ( last 13 months and current month ) .  But I think your requirement is easier than I thought .  Put the following calculation under Calculated Attribute definition. Rest would be same.

 

Projection 1 Calculated Attribute :


   str( int ( leftstr ('$$USER_MONTH$$',4 ) ) - 1 )  + rightstr(('$$USER_MONTH$$',2)

 

 

Let's say your input is 201501 , then this formula would take the first four character i.e 2015 , convert it to integer and then subtract 1 from it. So , this first part would give 2014 .

 

In the second part, we would take last two character , i.e 01 and concatenate with first part.

 

In the end , we would get concatenation ( 2014,01 ) ..i.e 201401 .

 

In second projection use the filter as suggested.

 

 

***Last formula I did not write in actual hana studio, so little modification might be required.

 

 

Anindya

Overlap between different kinds of Privileges

$
0
0

Hi,

 

There are all kinds of privileges you can assign to a role -

  • other roles
  • system privileges
  • object privileges
  • analytic privileges
  • package privileges
  • application privileges
  • privileges on users

 

 

I thought that if I assigned the root package to a role, this would contain all privileges because they must be contained within a package which would in turn belong to the root package. Turned out not to be so. Now I wonder what the overlap is between package privileges and

  1. system privileges
  2. object privileges
  3. application privileges

 

Does anybody know whether assigning package privileges includes system, object or application privileges?

Any help will be appreciated.

 

Regards,

Martin

Re: 500 error when transport HANA LCM

$
0
0

Hi Michael,

 

Yes the parameter is already set to 1 GB. Any other clues ?

 

Regards,

Srikar


How to create RKFs in HANA Views

$
0
0

Hello everyone,

 

I have a requirement where I need to restrict certain Cost Center and Profit Center values based on a key figure for a financial report.

 

How do we achieve this in our Information HANA views (either it can be in Analytical or Calculated View), please suggest me someone.

 

I do have some other requirements, which will post further.

 

Thanks,

Venu

Re: HANA Authorizations for almost everything

$
0
0

Below are some of the privileges

 

 

●System privileges

Perform system-level operations or administrative tasks

 

 

●Object privileges

Perform specified actions on specified database objects

 

 

●Analytic privileges

Allow selective access control for database views generated when modeled are activated

 

 

●Package Privileges

Allow operations on packages, for example, creation and maintenance. Privileges can differ for native and imported packages.

 

 

For more details check below link

http://help.sap.com/hana/SAP_HANA_Security_Guide_en.pdf

Re: Migration path or SAP Hana

$
0
0

Hi Hema.

 

Do you have any official documentation from SAP to support your awnser?

 

It´s a really good question from Tushar.

 

Regards.

Re: HANA Authorizations for almost everything

$
0
0

Hi Hema,

 

Thank you for replying.

My question was directed more to finding out what the overlap is between these different privileges, i.e. if I assign, say, the root package, which object and which System privileges would I be assigning indirectly?

 

Regards,

Martin

Re: How to get filters and prompts to universe from cal view

$
0
0

First check if the filters and prompts are working in HANA studio.

The HANA engine expects to have the input parameters and attribute filter variables passed to the SQL with the following syntax:

 

SELECT [...]
FROM <viewname> ('PLACEHOLDER' = ('$$<parameter name>$$',<parametervalue>)

WHERE <attribute name>=<filter value>

To provide this kind of query to HANA you can make use of two functionalities of the semantic layer: derived tables and filter objects.

You can generate the PLACEHOLDER syntax with a derived table and you can use a compulsory filter to generate the correct Where statement.

For more detailed info check the below link

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00a20445-6377-2f10-49ab-f6c9565db914?QuickLink=index&overridelayout=true&57909044129218

Re: HANA memory leaks in rev 110

$
0
0

Hi Michael,

 

My apologies about the delay.

Please find the trace information,

 

vcc_anti_ager.cc : long running uncommitted write transaction

detected

Re: HANA memory leaks in rev 110

$
0
0

Hello,

 

Ok, I will hoping for more trace information, this only tell us that there is an issue with the GC.

 

If you go to SAP Note 2169283 - Section 6: What are typical reasons and solutions for problems with garbage collection?

 

I have also checked the Note and you are right, there is not much information in regards to the GC in SP11. I have contacted the responsible person for this so once I get an update ill be sure post it here for you.

 

KR

 

Michael


Re: HANA memory leaks in rev 110

$
0
0

Hello,

 

Do you have an incident open for this? If s could you give me the incident number?

 

KR

 

Michael

Re: HANA memory leaks in rev 110

$
0
0

Michael,

 

Can i private message you on the incident number please?

Re: HANA memory leaks in rev 110

$
0
0

Michael,

 

I cannot send a direct message to you unless i am connected to you. Would you mind please sending me a message please? I can respond back to your message.

Re: SAP HANA MDX Provider

$
0
0

Hi,

 

Kindly install correct SAP Hana clients and check for excel.

HANA supports all the versions , means it is supporting 32 bit as well 64 bit .

 

Regards,

Govind

Connection failed (RTE:[89006] System call 'send' failed,rc=32:Broken pipe)

$
0
0

Dear Sir,

 

We are running SAP S/4HANA SP 9 Multitenant DB. Running on Kernel 742 DP 217 DBSL 217.

 

Since a couple days ago we are having the following error during the backup execution using DB13:

SQL Message: Connection failed (RTE:[89006] System call 'send' failed, rc=32:Broken pipe)

 

We found the SAP notes:

 

2222200 - FAQ: SAP HANA Network

2213725 - How-To: Troubleshooting of -10709 DBSQL_SQL_ERROR shortdumps

 

We did the following checks:

 

Check I:

 

Running se38 report ADBC_TEST_CONNECTION on PRD connection ->

 

 

Testing a Database Connection Defined in DBCON:

Could not open connection <SID>                            .

sql error     10.709- occured:

Connection failed (RTE:[89006] System call 'send' failed, rc=32:Broken pipe)

 

 

 

 

Check II:

 

 

hdbuserstore list

DATA FILE       : /home/<sidadm>/.hdb/<pas_hostname>/SSFS_HDB.DAT

 

 

KEY DEFAULT

  ENV : <hana_physical_hostname>.domain:30041**

  USER: SAPABAP1

**30041 is the tenant DB port.

 

 

 

 

Check III:


 

WP Log:

C  *** ERROR => Connect to database failed, rc=1, rcSQL=-10709

[dbhdbsql.cpp 512]

C  {root-id=005056835B121ED5ADA78B16A1787E14}_{conn-id=00000000000000000000000000000000}_0

C  SQLCODE    : -10709

C  SQLERRTEXT : Connection failed (RTE:[89006] System call 'send' failed, rc=32:Broken pipe)

B  ***LOG BY2=> sql error -10709 performing CON [dbds         971]

B  ***LOG BY0=> Connection failed (RTE:[89006] System call 'send' failed, rc=32:Broken pipe) [dbds         971]

B  Connect to PRD as SYSTEM with hana_vhostanme:30015

C  Try to connect as SYSTEM/<pwd>@hana_vhostanme:30015 on connection 1 …

C  *** ERROR => Connect to database failed, rc=1, rcSQL=-10709

 

 

 

Check IV:

 

 

The content of the /var/log/messages is the following:

 

 

Jan  5 15:19:09 PAS_PHYSICAL_HOSTNAME SAP<SID>_00[4552]: BY0 Database: > rc=32:Broken pipe)

Jan  5 15:19:09 PAS_PHYSICAL_HOSTNAME SAP<SID>_00[4552]: BY0 Database: > rc=32:Broken pipe)

Jan  5 15:19:09 PAS_PHYSICAL_HOSTNAME SAP<SID>_00[4552]: BY0 Database: > rc=32:Broken pipe)

Jan  5 15:19:09 PAS_PHYSICAL_HOSTNAME SAP<SID>_00[4552]: BY0 Database: > rc=32:Broken pipe)

 

…..

 

 

Best Regards,

Erick Ilarraza

Viewing all 8968 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>