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

SAP BW on HANA : Steps after BW Upgrade and DB Migration

$
0
0

Hello Everyone,

 

We are having a BW on HANA System which is copy of our Production system. We upgraded BW 7.0 to BW 7.3 SP5 and than we have migrated DB from Oracle to HANA. Now system is handed over to check whether everything works well or not.

 

Can anyone list down or send the steps needs to follow in sequence to check if everything is fine after BW upgrade and DB Migration ?

 

Appreciate all your help in advance.

 

Rergards,

Komik Shah


Modeling in HANA studio with BW tables

$
0
0

Hello,

We have built 2 write optimized DSOs in BW7.3 on HANA.

Now i can see DSO tables in HANA DB under BW user schema and we need to do modeling with these DSO tables in HANA modeler.

Questions:

1. Under BW user schema i can see DSO active tables, after opening the table the Execute(F8) button is in disabled mode, how to enable this execute button-does it require any additional previleges. How to see the data content for DSO table in HANA studio?

2. Can we use DSO tables for HANA views modeling --> Creating Attribute, Analytic and Calculation view?

3. To use these BW-HANA models in BO, any special configuration to be done in HANA?

Thanks,

PAL - [423]: liveCache error SYSTEM.AFL_WRAPPER_GENERATOR

$
0
0

Dear all,

 

we would like to use PAL functions. The wrapper procedure has been created and tested successfully by calling it with the SYSTEM user, as described in hana_dev_pal_en document.
But now we see the following error message, by calling:

 

callSYSTEM.afl_wrapper_generator


Could not execute 'call SYSTEM.afl_wrapper_generator('PAL_ANOMALY_DETECTION', 'AFLPAL', 'ANOMALYDETECTION', PDATA)' in 55 ms 674 µs . SAP DBTech JDBC: [423]: liveCache error:  [423] SYSTEM.AFL_WRAPPER_GENERATOR: line 34 col 1 (at pos 1711): liveCache error exception: liveCache error: registration finished with errors, see indexserver trace

 

 

Has had anyone similar problems?

 

Thanks a lot!

 

Cheers

Alexander

HANA JDBC: potential metadata bug

$
0
0

When using the HANA JDBC I am making use of the drivers metadata.

 

I use getMetaData() on a new connection and then try to use getPrimaryKeys() on the connections metadata.I am expecting a resultSet of primary keys when the table name is used as the third parameter to getPrimaryKeys();

 

However the actual result is that the result set is empty.

 

Below is a github gist where I show creating the tables and then attempting to access the primary key information from meta data.

 

Any information would be helpful, thanks in advance.

MDX Error Msg When Refreshing Excel

$
0
0

Hi all,

 

I am working on a project on the B1A product which is SAP Business One Analytics on HANA. I decided to post here instead of the Business One space as I guess it's more related to a HANA platform question.

 

So I created a simple analytic view in HANA for financial analysis which is mainly based on the JDT1 table (the Journal Entries table in SAP Business One), and linked with different preset Attribute Views in HANA. I didn't touch any coding in this view design phase, everything was just based on dragging, dropping, and clicking.

 

Everything works fine with HANA Studio and in setting up Excel Pivot Table MDX connection with this Analytic View. However, the problem comes when I reopen and refresh this Excel workbook. An MDX error message window will pop up (as attached), saying that one of the Attributes for JE Debit values is not a number. The column was actually set to be decimal, fixed, 13,6 in JDT1 table. This window will disappear after clicking on the OK button twice, and the Pivot Table will eventually get refreshed and work; however, it's not a good experience from a user's perspective.

 

I am wondering if there is any detailed setting I didn't configure properly, say some column types setup; so I can fix this? Thank you in advance.

 

 

HANA version:  1.0.53

 

 

Matt

 


How to load the SAP HANA Studio on my computer?

$
0
0

How to load the SAP HANA Studio on my computer? Thanks Khadija

SAP HANA Cloudshare 30-Day Trial

$
0
0

I am not accustomed to setting up a system without having servers.  I am used to using SLT to load data into HANA.  I was hoping to understand what the process looks like for setting up a system with Cloudshare. 

 

Any feedback would be greatly appreciated.

Anyone know how to convert decimal to timestamp on hana studio?

$
0
0

hi all,

 

I tried to create a calculated attribute to convert a decimal type record to timestamp.

here is what the original data looks like:  20,130,302,230,000

 

in the calculated column dialog box,  I select TIMESTAMP as data type.

in the expression editor , i used this method :  longdate(ltrim(string("TST_TO"),'.'),'YYYYMMDD"T"HH24MISS')

You can refer to my screenshot. However , it didn't work. when I tried to have a data preview ,  it gave out an error message,

 

" Could not execute 'select * from "_SYS_BIC"."dtrc/AT_IC_RCMDED_DEL_DATE"' in 205 ms 408 µs .

[303]: invalid DATE, TIME or TIMESTAMP value: search table error:  [6931] attribute value is not a date or wrong syntax "

 

I searched google about the timestamp definition , longdate, sql script manual , and tried many ways like thousand times,  still can't figure out

what's wrong with the conversion.

 

after get the timestamp, i'd like to use localtoutc functions to convert it to UTC time.

 

 

Can anyone help ?

PS. my hana db is revision 61.

 

Thanks

Amon


SAP HANA - Fuzzy search

$
0
0

Dear All,

Can i implement Fuzzy search over a column using HANA models? If so, please guide me on this.

 

 

Thanks and Regards,

Akshay

Cannot activate hdbtable

$
0
0

Hi guys,

 

does anybody experienced not being able to activate a table? There is no error, it has just not the orange sign and the table is not created.

 

Thanks

Kristina

HANA Studio in BW on HANA

$
0
0

Dear All,

 

When going for a BW on Hana setup, do we get HANA studio as part of the package or a different license is required for HANA studio? Infact is it possible to use Hana studio on a BW on HANA setup?

 

I went through http://scn.sap.com/thread/3261301 but still not clear if HANA studio is free with BW on HANA.

 

Regards,

Cleo

Outbound data connectivity-parsing XML in server side javascript

$
0
0

Hi all,

 

I am trying to get data from a CGI service which provides the data only in XML format. I have used the xshttpdest file and xsjs file to access the service. I am able to get the data as text into a variable and display is as text.

 

The service returns:

<body>

<script/>

 

<response>

<status>
0

 

</status>

<hourvalue="1">

<inCount>
30

 

</inCount>

<outCount>

18

 

</outCount>
</hour>
</response>

</body>

 

But what I want to achieve is to parse the XML file and put the data accordingly into respective tables. I am aware of such a functionality in terms of JSON format. See blog http://scn.sap.com/community/developer-center/hana/blog/2013/07/01/sap-hana-sps6--various-new-developer-features

The Outbound data connectivity section explains about such feature.

 

But I am getting the output in XML format and need to feed this into tables. Is there a way achieve this?

 

Kindly suggest any thing that can be done to get the data in tables.

 

Thanks & Regards,

Shreepad Patil

Write-Optimized DSOs in BW on HANA

$
0
0

Hi,

   We are planning to use the corporate memory layer (CML) for staging the data, and in the process of deciding between standard DSOs vs. Standard write-optimized DSOs (WOD). Did anyone use the CML in BW on HANA? Any opinions on using Standard vs WODs for CML ?

 

  Given that we will be loading 1-2 million of records on a daily basis, my concern in using the WODs is that the data is stored at a request ID level which will result in faster growing data volumes, and that the SIDs are only generated during reporting which will impact on the report performance if the CML layer is ever used for reporting.

 

Please comment. Thank you.

 

- Ajay Gambiraopet.

SAP HANA Certification Exam Question

$
0
0

Hi All,

 

Can someone please share with me how SAP grade the SAP HANA exams (C_HANAIMP_1 with a cut score of 66%) questions with multiple correct choices.  For an example:  A question has 5 possible choices with only 3 possible "correct and answer".  If I select "2 correct" choices and got the 3rd one wrong, would this particular question be given a partial score or "totally marked wrong"?

 

I would appreciate a quick response.

 

Thanks,

 

Recca

SAP HANA Certification Exam Question

$
0
0

Hi All,

 

Can someone please share with me how SAP grade the SAP HANA exams (C_HANAIMP_1 with a cut score of 66%) questions with multiple correct choices.  For an example:  A question has 5 possible choices with only 3 possible "correct and answer".  If I select "2 correct" choices and got the 3rd one wrong, would this particular question be given a partial score or "totally marked wrong"?

 

I would appreciate a quick response.

 

Thanks,

 

Recca


question about index in Hana

$
0
0

As far as i know that hana can automatically create a "reverted index" in column table. i also notice in SQL reference guide, that there also "create index" and also we can chage "revert index type (hash/value) " in unique constrains.

so my quesiton is:

 

1. what is the use case of sentence "create index", whether this index is hana's inverted index or classical DB's index

2. in which case, we should mannually create or build index to replace the one hana automatically create for us.

 

any hint is very appreciate

No result from SQL-Query HANA Studio

$
0
0

Hi,

 

Data have been  inserted in SBO HANA 9.0. When I make a Query in the HANA Studio I got no result by this Query:

select * from "TRAININGDB_ENGLISH"."OITM" WHERE "ItemCode" = 'PURSER'

when I change the Query to:

select * from "TRAININGDB_ENGLISH"."OITM" WHERE TRIM("ItemCode") = 'PURSER'

I got a correct result.

Passing mandatory parameter within several calculation view

$
0
0

Hi, I have syntax error when I try to pass parameter between several calculation view; let say:

 

Calculation view A: has mandatory parameter called company;

 

and

 

Calculation view B: has mandatory parameter called company;

 

What I want to achieve is to passing parameter from user from Calculation view B and then within Calculation view B, I called Calculation view A with user inputted parameter.

 

I have try similar like this, but giving me error:

 

var_out = SELECT ...

           FROM :CA_A a,

          "_SYS_BIC"."package-testing/CA_B" ('PLACEHOLDER' = ('$$COMPANY$$', COMPANY)) b

          ...

          ...

          ...;

 

SQL: sql syntax error: incorrect syntax near "COMPANY": line ...

 

NB: COMPANY is mandatory parameter inside Calculated view B

Problem with multiple prompt in IDT for HANA view

$
0
0

Hello All,

 

I am facing problem in passing multiple prompt values to HANA Calcuation View in IDT (information design tool) when create a Derived Table.

The SQL works perfectly in HANA studio, and also works when the prompt is a static string value, but when i changed to two prompts, the error messge shows "Substitution failed: No value supplied for Parameter "PDATE". (QTJ 00520")

 

IDT version 14.0.6

Memory allocation failed error

$
0
0

Hi,

 

I am running the SQL in SQL console (HANA revision 58). After 2 minutes, I am getting the error:

SAP DBTech JDBC: [2048]: column store error: search table error:  [9] Memory allocation failed.

 

The query is based on joining many HANA tables and views (non-materialized) with concatenation columns and some views has huge data volume.

 

I am looking for solution to execute the query with sufficient memory allocation. Is there any setting required to do so?

 

Regards

Raj

Viewing all 5653 articles
Browse latest View live


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