Hi,
Can we change owner of a schema to other user? Can you throw some light on this ?
Regards,
Chandra.
Hi,
Can we change owner of a schema to other user? Can you throw some light on this ?
Regards,
Chandra.
Hello SAP HANA friends:
Has anyone experimented with or considered loading the BSEG table into SAP HANA?
The client has a long running custom ABAP report that would be greatly improved by the use of SAP HANA,
but this custom ABAP report uses the BSEG table, along with GLPCA, GLPCT and BKPF.
Please any comments or advice would be greatly appreciated.
Regards
Joe Gonzales
856 912 1136
Hi Folks
Does BW on HANA license cover creation of a custom table under BW Schema or any other schema and inserting data to table using SQL Script Procedure ?
If this is not covered under BW on HANA license, does it cover under HANA as an appliance with SLT?
Tried to go through some license documents, could not really understand and get the confirmation. Thanks for your help in advance !!
Cheers
Anindya
Hello Team,
MY SAP HANA version is, 1.00.095.00.1429086950 (fa/newdb100_rel)
I have created a Table Function which I want to join it to the fact table in calculation view, but unfortunately its not allowing me to drag the function in Join node of Calculation View. I tried with Project as well but no sucess.
Am I going wrong anywhere?
My SAP HANA Studio version is Version: 2.1.16
Thank You,
Amol
Hi,
Currently we are running on HANA SPS 08 Rev 85.
After I right click on a system -> Configuration & Monitoring -> Open Dashboard to open SAP HANA Monitoring Dashboard, I am not able to see any details under 'CPU Usage' tile, which actually shows as 'cannot load data'. Also when I click on CPU usage tile, it does not show up CPU data.
Can you please help to know how I can get the details of 'CPU Usage' in SAP HANA Monitoring Dashboard.
Hi,
Having a SELECT statement like:
Select "Field1", 'static values' from "Table";
how can I create a CE_COLUMN_TABLE that includes this 'static values' column ?
Thank is advance,
Dimitris
Hi Experts,
We need to migrate/update BPC system from:
NW 7.4 + Oracle11 installed on HP-UX OS to
NW 7.5 + HANA installed on SUSE OS
I know that DMO can migrate DB and update system in one step, but it can't migrate application server to another server(os).
What is the best way to migrate application server?
1. Standart system copy, export system from HP-UX os, then import to SUSE with target database HANA, then use SUM to update to NW7.5
2. Use DMO with HANA on SUSE server, then export from HP-UX --> import to SUSE os (where HANA is already migrated via DMO)
3. Use DMO, then shutdown application server on HP-UX, then install new application server on SUSE and connect to HANA (not sure that it's possible).
Or may be another scenario?
Thanks in advance ...
Hi Experts,
I have a calculation in which my aggregation node is not working as expected. I have to aggregate based on region from both the tables(Aggregation_1 and Aggregation_2 ) and then join it and pass on to the final report.
Both Aggregation_1 and Aggregation_2 is displaying multiple rows for a region. Not sure why the aggregation is not happening.
Could you please guide on this.
Thanks
Mani
Hi, we have a problem when trying to deploy this unit in pur HANA DB.
We try to deploy SAP SMART BUSINESS FOR ERP 1.0 SP Stack 06 with the following command:
hdbalm -u SYSTEM -h <host> -p 80<Instance NR> install -o ALLOW_DU_SAME_VERSION 51049648.zip
but we allways get the same error:
"Delivery Unit {0}({1}) has missing dependencies, please check log for detail, and also install requirement from content provider",
"HCO_HBA_ECC",
"sap.com"
I assume that we need to deploy another unit, but we don´t know what package we need.
Hi,
I have a requirement, where user will enter a year in input parameter.But, the result will have the data of year entered by user and year-1 .
Can can I achieve this??
Regards
Lavanya
Hi,
I've tried Smart Data Integration process using SAP HANA Data Provisioning Agent tool and created two remote sources viz. FileAdapter & TwitterAdapter.
How do I connect to some other data sources which have not listed on the SAP HANA Data Provisioning Agent tool?
In our case, we wanted it to connect to Firebase ( It's a Google product, Data in Firebase database is stored as JSON and synchronized in realtime to every connected client. When we build cross-platform apps with ourAndroid, iOS, and JavaScriptSDKs, all of our clients share one Firebase database and automatically receive updates with the newest data)
Like in the following screenshot I can only see few adapters like oracle, db2, teradata etc., likewise if I want to connect to a specific database like Firebase (Firebase - Build Extraordinary Apps), how do I proceed?
Thank You,
Karthik
Hi Admin's ,
I was unable to post the quires in the forum,I posted several quires but unfortunately they were revert back stating with below error.
Error:-
The Content was dismiss.
Cloud you please check once.For your reference i have attached Screen shot to.
Regards,
Varaprasad.
Insufficient privilege when Activating an attribute view (person responsible for package = SYSTEM)
//
SAP HANA Studio
Version: 1.0.33
Build id: 201206301604 (363996)
//
Playing with the efashion tutorial with HANA Studio.
I am SYSTEM user by default when starting the studio.
-Schema created
-DDL created
-Data loaded
-Attribute views created
Below an extract of the error log:
<info>Create Attribute View failed: SQL: transaction rolled back by an internal error: insufficient privilege: Not authorized
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?
Hi All,
We are implementing sidecar approach & installed below components.
1. HANA Database intallation done.
2. ECC & BW systems went go-live
3. SLT server Installation
Applied required add-ons on ECC side and SLT.
Can you please let us know know steps needed for Replication of Data from ECC/BW on to the Hana.
Do we need to run any jobs for the same?
Please advice.
Regards,
Karthik.
Hello!
I have a problem connected with querying HANA calculation view from ABAP.
I generate the SQL statement in ABAP, send it to HANA and get query results.
The SQL statement that I generate in ABAP has to have a lot of distinct WHERE conditions consisting of four fields. The query looks like this:
SELECT fld1, fld2, fld3, fld4, fld5, fld6
FROM "_SYS_BIC"."packetname/CV_MY_VIEW"
WHERE (
(fld1 = 'val11' AND fld2 = 'val12' AND fld3 = 'val13' AND fld 4 = 'val14')
OR (fld1 = 'val21' AND fld2 = 'val22' AND fld3 = 'val23' AND fld 4 = 'val24')
OR (fld1 = 'val31' AND fld2 = 'val32' AND fld3 = 'val33' AND fld 4 = 'val34')
.
.
.
.
)
When there are less than 83 conditions in WHERE clause, the view is executed by HANA in less than 1 second, returning ~3000 rows.
When there are 83 or more conditions, the execution of a query is hanging for a few minutes and then it drops down with error:
SAP DBTech JDBC: [2048]: column store error: search table error: [9] Memory allocation failed.
I've tried to run the same query from HANA Studio but I get the same error.
Could you please explain me, why is this happening?
Can I do something to be able to send, like, 1000 of conditions, or more, and get the correct result from HANA?
Hi,
I am getting the below error when I am trying to see the raw data from my HANA View and I am getting this error only when I pull the one particular KeyFigure out of several other KeyFigures in the model. Several other KF's available are "Calculated Columns" to calculate the sum of KeyFigure which falls under different Aging Buckets.
But When I pull this particular CC to calculate the Sum of KF = X when Aging Days > 999 days, then I am getting the following error.
Formula: if("Aging_Days">999,"KFXXXX",0)
Error:
Error: [314]: numeric overflow: search table error: [6944] AttributeEngine: overflow in numeric calculation;AttributeEngine: overflow in numeric calculation;int [here]int(fixed8_15.2 if(int gt(int "Aging_Days", int '211'), fixed8_15.2 "KFXXXX", fixed8_15.2 fixed_8(int '0'))),(Aging_Days = 589[int], KFXXXX = -4650682100.00[fixed8_15.2]); checkNull false
If I do not pull this CC, then i can see the data without any error as shown above.
Can someone throw some light on how to resolve this issue.
Regards,
Pramod
We have the below requirement to calculate the previous 13 Months?
For example if we provide december 2015(month) as a variable (Single input variable) client would like to view the data from December 2014 to december 2015 as 13 months data
How can I calculate the same under Calculation view.
how can i write expression for single input variable.
for work around i have created range variable but client is asking for single input variable for month and it retrieves 13 months data.
Thank you
Dear folks,
Need your help about this task which supposed to be easy...
One day I found that i cannot I failed to logon HANA with user SYSTEM.
Then i tried to reset user referring to Steps to reset the HANA SYSTEM user password as I did before..
But this time no luck....after hdbindexserver -console....the command ALTER....password have no response....I dont know why.
Then i found that there is another way which is even more convenience to do so.
that is SAP HANA Academy - SAP HANA Security: Reset SYSTEM Password [SPS 09] - YouTube with command
hdbindexserver -resetuserSystem
The output show evernthing alright..but...what the hell..i still cannot login.....(invalid user/name pw....)
I tested in both HANA studio and DBCO (sap t-code)...
Is it related to issue of "INVALID_CONNECT_ATTEMPTS"?? I
know it can be reset..but i cannot even logon studio...how can i execute sql to reset.....
Any idea, please help.
Regards
Gary
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:
Year | Customer ID | Value |
---|---|---|
2014 | 101 | 10 |
2014 | 102 | 20 |
2014 | 103 | 30 |
2015 | 101 | 15 |
2015 | 102 | 25 |
2015 | 103 | 35 |
2014 | 103 | 60 |
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.