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

Variable is missing in manage mapping

$
0
0

Hi All,

 

I have created a calculation view using three analytical views. In analytical view i have variable and input parameter. When doing manage mapping in calculation view i can't able to see variables of base view and calculation view but i can see input parameter. What should i do to see Variables in manage mapping.

 

Variable in Analytical view:

Capture1.PNG

 

Manage mapping of Calculation view:

Capture.PNG

 

Please help me in solving this issue

 

Thanks,

Rithika


Check input variable for null in procedure

$
0
0

Hello all, In my procedure i am checking the input parameter for null

 

input.png

 

begin 
if :ip_join_set_id = '' then   if :ip

i also tried if:ip_join_set_id is null

 

But it doesn't seem to go into the if condition.

 

How can i simulate an empty value or null input parameter?

 

Any ideas?

Restricting Views(?) When Using HANA HTTP Connection and Analysis for Office 2.2

$
0
0

Hi,

 

We are implementing reporting directly against HANA Analytic Views (AVs) using Analysis for Office (Excel).  I would like to build an organizational structure and security model where the user only sees the AVs relevant to their areas. 

 

The links below explain / talk about this process using an OLAP connection, and I have been successful getting this working with a BIP OLAP connection to HANA (SP9) and AO 1.4.  I have not been able to replicate this functionality using AO 2.2 and the HTTP connection to HANA, the only HANA connection available for AO 2.2. 

 

Using HTTP / AO 2.2 ,when attempting to use the same roles which properly restrict the AVs using OLAP / AO1.4, the user is able to see all the AVs in the HANA system.  When the user tries to open a view which they do not have access to based on the role the AV will not return any data.  Ideally we would like the users to not even see these AVs.

 

Has anyone tried to restrict the visibility of AVs using HTTP / AO2.2?  Is this even possible? 

 

Thanks in advance for any feedback.

 

Mel


http://scn.sap.com/message/14413938

 

http://scn.sap.com/message/14428836

External Storage for HANA Appliance Scale-up

$
0
0

Hi,

 

I need clarity or SAP document on, Does SAP HANA Appliance (Scale-up) is allowed to connect with external Storage (10G iSCSI) even though storage is certified for HANA. but this external storage will host other non-HANA databases and application binaries. Appliance will run SoH.

Change ownership of Scehma

$
0
0

Hi,

 

Can we change owner of a schema to other user? Can you throw some light on this ?

 

Regards,

Chandra.

SAP SPP on HANA

$
0
0

I am trying to find out about SPP (Service Parts Planning) running on a HANA platform.

 

Has SPP been optimised for HANA?

 

Can standard SPP run on HANA?

 

How does a HANA version of SPP affect speed and scalability?

 

Thanks for any advice here...

SAP HANA MDX Provider

$
0
0

Hi,

 

I have installed "SAP HANA Platf. Ed. 1.0 SPS11" (64B).

 

When I open Excel, I do not find "SAP HANA MDX Provider" in the Data connection wizard under "Other/Advanced".

 

I seem to have read somewhere that it is available only with the (32B) install.

 

Is this correct? If so, how do I get it for my (64B) install?

 

Thanks

Solman alerts "large heap areas"

$
0
0

Hi,

 

Lots of alerts are generating in Solman under the name "Large Heap Areas" with the following alert texts

 

hananode15 : Pool/ColumnStoreTables/Main/Compressed/Indirect : size in GB: 142

hananode11 : Pool/PersistenceManager/PersistentSpace(0)/DefaultLPA/Page : size in GB: 127

hananode17 : Pool/ColumnStoreTables/Main/Uncompressed : size in GB: 155

hananode11 : Pool/ColumnStoreTables/Main/Compressed/Rle : size in GB: 11

 

The alert "Pool/PersistenceManager/PersistentSpace(0)/DefaultLPA/Page" I believe is a non-critical alert as this space is reclaimed by SAP automatically whenever it needs more memory. But can somebody tell me about the other alert texts? Is there any note where SAP recommends a threshold value for these alerts beyond which is an indication of problem? Can somebody point to some SAP documentation that talks about these things for which the alerts are generating?

 

Thanks,

Arindam


HANA LIVE FOR HCM

$
0
0

Hello,

I'm looking for HANA Live views for HCM.

According to note no 1778607 – SAP HANA Live for SAP Business Suite HCM Views are only released for usage with HR Renewal 1.0 FP 4.

Are there no standard HANA live views for basic HR models (for ex. Headcount and Actions)?

Thanks,

Amir

com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]: invalid number: [6930] attribute value is not a number

$
0
0

At this I'm looking for a general idea about what kinds of things can cause this error - com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [339]: invalid number:  [6930] attribute value is not a number?

 

I've got a query in my application that currently causes this problem.  If I run the same query in HANA Studio or write a simple JDBC program that executes this same query again the HANA data source I get no error.

 

Thanks

connection problem when trying to register DP agent to HANA Server

$
0
0

Hello

 

I' am trying to register my freshly installed SAP HANA Data Provisioning Agent with the HANA Server for the first time.

 

 

So I have the sufficient user rights. I can connect to the HANA, see all the Adapters, but when I click on Register Agent, and type in the hostname I  just get as an Error Message the following:

 

 

I' am facing the same error, even after opening the port 5050, it throws the below error.

Can you please suggest something else to solve this issue :

 

Capture.JPG

Couldn't get top N Records using Rank Node in Graphical Calc View

$
0
0

Hello,

 

In my requirement, I've to show Top N records from a table using Graphical Calculation View as Calc View is good in performance for handling huge amount of data.  Here, 'N' can vary depends on user's input.

 

I tried using Rank Node available in the calculation view.  But it ranks for a each and every particular data set and returning top N records of each data set.  But it doesn't gives Top N from overall data set.

 

For Ex: suppose consider following example:

 

YearCustomer IDValue
201410110
201410220
201410330
201510115
201510225
201510335
201410360

 

Suppose if I've to get top 2 records, following should be the result:

Year     Value

2014     60

2015     35

 

But I get the following result after using rank node:

 

Year     Value

2014     60

2014     30

2015     35

2015     25

 

I used Threshold as 2, Order By: Value, Partition By Column: Year in my Graphical Calculation View.

 

How can we get the following result(to show top N records):

Year     Value

2014     60

2015     35

Using a Graphical calculation view.

 

Also, what I observed by using a Rank node in a calc view is, it's taking too much time for calculation and to display the result.

 

Is it possible to get Top N records using Rank node in calculation view? Please suggest.

 

with Regards,

Antony Jerald.

Hana Column views clarification

$
0
0

Please clarify me about column views. Calculation view can include any combination of tables, column views, attribute views and analytic views.

Here is the question...What is the column views here and what it makes difference including column views in to calculation view, when compare to from the tables and three views.

How to resolve long running Stored procedures in HANA ?

$
0
0

Hi,

When I run the same job as a stand alone in  HANA, it took only 7 minutes to complete around three million records

It had around 4 Update statements on one table with 294 million records

But When I club this job as a part of integration testing with other main jobs,

it is long running ever for more than a day.It never stopped

I used a For loop { Job 1 ; Job 2 ; Job3 ; Job4 ; Myjob; Job7; }

Could you please share me some tips how to handle this case

a)how to avoid long running jobs

b)how to tune the integration code

c)how do I know which statement is currently running

d)how much time it is taking to run it

 

I don't think intermediate commit and rollback will help here where there is no concept of temp /undo segment in  HANA

Apologize as my knowledge in HANA is limited

 

Thanks,

GK

Storing date fields in SAP HANA for optimal data load and report performance?

$
0
0

Guys:

Depending on the source of the data for SAP HANA, the date field type declaration is declared either as a string / timestamp / date and time as 2 separate fields.

As an example if we import data from SAP ECC using SLT into SAP HANA dates are converted into strings by default and we can tweak it as needed.

Below is one scenario where I loaded date field from a flat file into SAP HANA:

Create column table sales.sales_fact(region_id integer, item_id integer, sales_amount double, order_dt timestamp);

The date format in the insert statement looks like this:

INSERT INTO sales.sales_fact  (region_id , item_id , sales_amount,  order_date ) values (1,2,10.5, '4/21/2009 2:25:53 PM')

Requests: What has your experiences been with loading date and time fields into SAP HANA with high volume data ?

Thanks,

Rama Shankar


Please help me in selecting the right SAP HANA module

$
0
0

Hi All,


 

I hope someone could help me out in selecting an appropriate in SAP HANA module for me.


I have done my Btech and have 2 yrs experience in SAP ABAP. But currently I am planning to change my career to SAP HANA and so I have done my research in the SAP HANA modules, I could see Administration,modelling...etc

 

Is SAP HANA right for me? SO could anyone suggest me which module is best for the career and have good job opportunities in the market to settle down.

 

Please help me to select the module which is not having lot of coding in HANA and also provide the tutorials for beginers.

 

Thank you


HANA pagination - Navigate forward and backward through result set in XSJS service

$
0
0

--> branched by Lars (Moderator) from HANA pagination - Navigate forward and backward through result set

 

Hi Patrick/Lars,

 

How were you able to use the temporary table with a XSJS service? My requirement is to enable pagination on a union of 4 tables each consisting - 40 M rows of data. The user selection (where clause) might lead to 500K rows of data. The UI technology is UI5.

 

My concern is the same as the original thread. I don't want to execute my union again and again in order to apply limits and offsets. I want to do what is mentioned in this thread. Extract and insert to a temporary table and connect UI to this table. However, a temporary table truncates after a session is closed. Is there a way to use this design with XSJS? If I create a HANA table (instead of temporary table) to replicate user session, it would lead to un-necessary logs and i/o problems. Please advise.

 

Regards,

Kevin

 

Message was edited by: Lars Breddemann

HANA Live extension kit Issue

$
0
0

hello, I am having a problem in Extension of HANA live views. When I right click and do extend nothing happens. I am on HANA studio version - 2.1.16 and the HANA revision 92. Extension developer role is also assigned. Can someone help, if any else add-on is required. Regards, Vivek

java.util.ArrayList can not be cast to java.lang.String Error

$
0
0

Hi All ,

 

 

While The test is getting failed for both existing connection and the new SSO relational Hana connection


java.util.ArrayList can not be cast to java.lang.String Error



IDT error.JPG



Regards,


Abhi

HANA memory leaks in rev 110

$
0
0

Hi All,

 

We were evaluating the revision 110. When we updated our sandbox we were seeing lots of high memory usage inspite of not running anything.

I am not sure if there are any problems with revision 110. There are hardly any notes regarding the same.

Has anyone else also faced the same issues?

Viewing all 5653 articles
Browse latest View live