Re: HANA Recovery Error
Hi Raghu, I am getting below error now. start system: hostname2016-02-28T15:57:18+00:00 P006619 153289924e2 ERROR RECOVERY RECOVER DATA finished with error: [449] recovery strategy could not be...
View ArticleRe: HANA Recovery Error
Hi Amurya, Did you try the below command with data backup and log file path ? HDBSettings.sh recoverSys.py --command "RECOVER DATABASE UNTIL TIMESTAMP 'YYYY-MM-DD HH:MM:SS' CLEAR LOG USING DATA PATH...
View ArticleRe: HANA Recovery Error
Hi raghu, \ Yes I tried that as well. hostname:/hana/dump/sid_logs.old> python /usr/sap/SID/SYS/exe/hdb/python_support/recoverSys.py --password=xxxxxx --wait --command="RECOVER DATABASE UNTIL...
View ArticleRe: HANA Recovery Error
Hi Amurya, Can you Try this "RECOVER DATABASE UNTIL TIMESTAMP '2016-02-27 18:00:00' CLEAR LOG USING DATA PATH ('/hana/dump/sid_data1') USING LOG PATH ('/hana/dump/sid_logs')" Also you can check the...
View ArticleRe: HANA Recovery Error
Hi Rahgu,It also gave the same error . I assume until hdbbackupdiag does not give proper output the recovery for logs will not work as somehow the above commands and HANA DB stuido keep on searching...
View ArticleRe: HANA Recovery Error
Hi, Checking Whether a Recovery is Possible - SAP HANA Administration Guide - SAP Library
View ArticleRe: Expecting to find catalog object in _BIC_SYS, but it is missing
Hi, SQL view itself is a run time object which won't create another run time object in _SYS_BIC schema. Run time objects will be created under _SYS_BIC for design time objects created under Content for...
View Articlerunning total
Hi Experts, Has anyone done a running total function in SAP HANA graphical calculation view? below is my SQL running total but i want to do same in SAP HANA ; any idea or steps to achieve this?...
View ArticleRe: SAP Hana Slow performance after update to SP11
Hello, There is a note release in Feb. 2016 related to performance that can help:2266533 - Bad Performance of CHECK_TABLE_CONSISTENCY on Large Tables after Upgrade to SAP Hana SPS11 The solution...
View ArticleRe: RECOVERY RECOVER DATA finished with error: [449] recovery strategy could...
Hi Andrey, Can you provide more information on the landscape from which the backup is taken?Are you restoring the backup from a Single container(non distributed) to a destination system which is also a...
View ArticleExtensibility Tool (Hana Live Views) does not start / work
Dear All, i tryed to use the extensibility tool in eclipse to extend some of the hana live views but when i click on the menu on "Extend View" nothing happens. I installed the extension tool as...
View ArticleRe: running total
Just remove the ROWS UNBOUNDED PRECEEDING from your example, then it should work for SAP HANA.
View ArticleRe: running total
hi Martin, i am using a graphical calculation view. How do i add that in SAP HANA. what particular function should i use?
View ArticleRe: Delta Merge Duration
All We made some changes for past few weeks with respect to tables and see some difference. 1. We moved the JVSO1 partition from HANA1 to HANA3. The Merge is doing better after the move.2. There are...
View ArticleRe: Issue with netbackup backup
Hi, We have seen similar errors (backing missing software version tag) on our HANA backups using BACKINT tool DDboost from EMC The error occurs mainly when the lockbox for the authentication is not...
View ArticleRe: HANA Merge and Optimize Compression process
Hi Martin, Thanks for the reply. In this case, do you know if there has anything we can do to accelerate the compression process? e.g. change the configuration to adding more threads for compression...
View ArticleRe: running total
hi deepak, below are exactly what i did; tell me if i missed something; the column_2_1 did not perform the running total as expected.
View ArticleRe: Exception aggregation in Calculation View
When I take these two documents ( provided in Screenshot) result is fine. But if I take more documents for the same vendor , result is incorrect . Surprisingly document 3121 is giving problem in the...
View ArticleRe: SAP DBTech JDBC: [258]: insufficient privilege ... again!
please post the result from select * from effective_structured_privileges where user_name = '<user>' androot_schema_name = '_SYS_BIC' AND root_object_name = '<viewname>'
View ArticleRe: Exception aggregation in Calculation View
Hi Anindya, I am using SPS10 and I have taken DOC_NUM as varchar. Try your modeling using Projection node at the bottom.
View Article