Absolute best resource for authorization errors is OSS note 1809199.
Happy HANA,
Justin
Absolute best resource for authorization errors is OSS note 1809199.
Happy HANA,
Justin
Ok Martin, i just thought if we could track the progress since while recovery we cannot query right.
Hi Team,
We are trying to test the throughput using the hardware check for the backup file systems.
We have tried three test cases for short , long and very long.
Each of them specifies a data file max size for 5, 16, 32g. Wanted to understand what exactly would it mean will it create a file and then try to test throughput to the backup file system. Also can i increase the number from 32 to a higher value. What all should i be modifying. Can i get some information as to how does the hardware tool function.
hwval_client.py
hwval_master.py
hwval calls the above two python scripts. Wanted to understand if we can customize and test with a higher data file size.
32G is a small number for us since we have about 200 G data file.
Which figure should we be concerned about for backup file system. overwrite or write ones?
Martin,
Your team gave a new store procedure for the alert checker where we filter out for the _SYS* users.
We are contemplating as to change the source code or else alerting mechanism where we send the data from the statistics server tables.
Hi all,
With HANA Studio it is not possible configure an inverse System Replication setup after take over, allthough this is possible with hdbnsutil.
Is this a bug in HANA Studio or is it (for some reason) a feature?
These are my steps:
Now I had a working inverse System Replication setup with SITE-A as secondary and SITE-B as primary.
But why did it not work in HANA Studio?
I am on HANA rev. 85 and tried many different HANA Studio versions.
Best regards
/Chris
Hello,
the only information available about the hwcct is the one attached to the central note:
1943937 - Hardware Configuration Check Tool - Central Note
In the attachment of this note it is also mentioned what the IO test is doing:
"create a file and enlarge it to a certain size, overwrite the entire file and finally read the file. All these operations are performed with blocks of different sizes:
-- Data volume: 4K, 16K, 64K, 1M, 16M, 64M
-- Log volume: 4K, 16K, 1M"
The python coding should not be edited, unless you dare to risk inconsistent results as even the file sizes might have dependencies (e.g. calculations of write I/O and read I/O in bytes per seconds or other KPIs)
BR, Bojan
HI Lucas ,
I am currently working in SAP HANA mainly involving customizing views and stuff like that . Is there a different area of work apart from this , I mean functional side. I am currently involve in SQL customization which is not my interest . What are the possible other areas i can work in SAP HANA other than technical . A feed back on this would be highly appreciated and helpful
Hi Safi,
I did not get what needs to be passed in formula thing since I need to modify only datatype of POSNR from varchar to decimal. is that possible with any query? Or only option is to add to new column POSNR_1 only of datatype DECIMAL?
BR
Sumeet
What are the differences between modeling views and normal views(views created from create view statement).And also when to use what.
Hi sumeet,
It's not wise to change your table field data type. It can be used elsewhere right. So create a generated column. Formula will be something like to_integer("column").
Regards,
Safiyu
Hello Ruben,
there is no direct interface for Nagios monitoring for HANA.
BR, Bojan
Hi Ed,
Then change the left table to vbak and dont specify cardinality if your not sure about it. System will decide appropriate one.
Regards,
Safiyu
Sorry Bojan I'm not explained very well, I want to use SNMP protocol on O.S, to monitoring daemons and Hana services. Can I use Nagios? Are there a central note about this topic to monitorign SUSE OS? Thanks
Hello Ruben,
this topic is usually documented by the nagios distributor itself, so maybe some nagios communitiy may provide detailed information on how to monitor a SUSE Linux system.
BR, Bojan
Hi Christian,
We had done multiple System Replication failovers(Site-A to Site-B) in the past and reset the system replication back using the hdbnsutil commands
The SAP note we followed during the setup 1945676(check the bottom part under the REMARK section and you will find all steps, in case you have not seen this one yet
In fact we do the system replication failover for any SAP HANA update and follow similar the hdbnsutil commands every time
As far as the HANA Studio based System Replication is concerned we have not used it much, infact we learnt about a possible issue under SAP note 2050830 related to registering a secondary system via HANA Studio
I do not think HANA version has anything to do with this feature. Can you share the error you had(trying to register SITE-A as se condary) or you do not find any such option at all?
Hi Devi,
From where are you getting "z" colum. your var_loadcase doesnt have column z. So it will give this error attribute not found. And also
VAR_LOADCASE = CE_PROJECTION (:IT_BASE,["X","Y_RESULT"],"Y_RESULT" = 'YES'); is enough right. Why so many quotes. Any particular reason?
Also in this case, create a calculated column in your aggregation node where you can write a if condition.
ce_calc('if("count"='',0,1)',INTEGER) as "CNT" in ce_projection.
Hope this helps.
Regards,
Safiyu
Dear All,
Can any one suggest me how to create financial statements like Balance sheet , P&L report using hana.
it will be great helpful for me if some one gives some idea
thanks in advance
I have installed SAP Predictive Analytics Content Adoption rapid-deployment Solution for Manufacturing (SAP PRE ANA RDS, http://service.sap.com/rds-pa) and completed all the sections of the Configuration Guide U36. But after this some following tables of the scheme HAP_RDA_PA_MFG are empty:
1. DIM_DISTR_CHAN
2. DIM_DISTR_CHAN_TXT
3. DIM_PRODUCT
4. DIM_PRODUCT_TXT
5. DIM_REGION
6. DIM_REGION_TXT
7. FCT_MFG_SALES_DAILY
8. OEEQuery_For_Synonym
9. OEEQUERY_Availability
10. OEEQUERY_Overall
11. OEEQUERY_Performance
12. OEEQuery_For_Kality
In ERP, I haven't found such tables. But without them, many CA_'s don't work correctly. Where can I find data for these tables?
And whether is it possible to obtain the example of source data for Predictive Analytics HANA RDS, if I don't have populating database of SAP PM?
Thank you in advance!
Hi,
Since you are interested KFs from VBAK but not multiplied values eqaul to no of entries in VBAP, Can you think about creating 2 Analytical views . One on VBAK and another on VBAP, and then union them in Calculation view.
Thanks,
Anil Kumar. P
Hi Henrique,
Thanks for your explanation, I'm clear now.
Regards,
Ning Tong