Re: Filter table with 2 range
Hi Chandra, That is what I thought, there is no way to filter data by two ranges in an analytic view. A mix of both solutions you provided me is what I did. It's a pitty don't have that possibility....
View ArticleRe: Text Search in HANA
Hi, What do you mean by blocks!!? For Hana the data being processed has to be in columns which are part of some tables. Even though if the notes are saved in multiple columns, separate full text index...
View ArticleRe: Using Synonyms in HANA Views
All, can't we use synonym in graphical views? is there any work around on using it.
View ArticleRe: Problem scheduling XS job under different user
Hi Patric, I think you don't need the below roles or any xs roles for this:sap.hba.explorer.roles::Businesssap.hba.explorer.roles::Developer Are you trying to create the new procedure using your user...
View ArticleRe: Audit Security Question
Hi Ura, Are you going to implement Standalone HANA or ERP on HANA? Which data you don't want a DBA to see? Regards,Vivek
View ArticleRe: How to create Row Structure in HANA as we do in SAP BEx
Hello Jomy, Were you able to achieve this somehow ? If yes, can you please share some ideas. Thanks,Pradeep
View ArticleRe: Log_Segments in Truncated State
Guys I have gone through the notes and given by you and could not find more information related to the issue. Note given by Michael does not applicable as log mode set to overwrite. We are not taking...
View ArticleRe: Log_Segments in Truncated State
Hi Mahesh Although Note 2083715 is called "Analyzing log volume full situations" it gives full details as to why log segments remain "truncated" it also discusses the use of "ALTER SYSTEM RECLAIM...
View ArticleRe: Problem scheduling XS job under different user
Ok thanks Vivek, Your suggestion of testing creating the proc with the other user (ie: JOB_ADMIN) worked. I was then able to discover the issue was that when I created the procedure with my user...
View ArticleRe: SQL for listing top tables in a particular node
Hi Kelly, I did try that query long back, but you know it will say various nodes.I wanted node specific information. I was checking if there is some information regarding the same.
View ArticleRegarding HANA modeling views
Hi, I have a doubt in SAP HANA modeling. There are 3 views in SAP HANA i.e Attribute,Analytic and Calculation view. Is there any specific reason for not introducing 4th view? I mean why it is...
View ArticleRe: Regarding HANA modeling views
Hi Niveda, This is what I think:We generally have only have master data and fact data in our system. Attribute View was created to work with master data.Analytic View was created to be able to create...
View ArticleRe: Regarding HANA modeling views
Hi Niveda, Most of the view capabilities are covered in these 3 views. Attribute views - BW characteristics, Dimension or master data.Analytic views - These are fact tables surrounded by dimensions,...
View ArticleRe: Backup tenant from DB13
Hello Ruben, You can also use SQL commands (then put it in crontab for automatic processing) to skip the compatibility between DBACOCKPIT and tenant DB. #!/bin/bashexport dt=`date...
View ArticleRe: Prevent Objects Deletion from _SYS_BIC by Users only having SELECT...
Hi Nagarjuna, You don't need DATA ADMIN privilege to connect excel to HANA. First you need to create a ODBC connection between Excel and HANA. Then the user that needs to connect to HANA, needs SELECT...
View ArticleWindow functions in SAP HANA SQL
HI folks, What are window functions in SP HANA SQL Script ?
View ArticleSAP HANA High Availability (System Replication)
Hi all, I'm implementing HANA for a customer and the productive environments need to be High Available using System Replication. All this is configured and works fine, but the only point which is still...
View ArticleRe: SAP HANA High Availability (System Replication)
Hi Dieter, 1. Set virtual IP with following command in primary site:ip addr add 192.168.1.10/24 dev eth0 /sbin/arping -A -I eth0 192.168.1.10 -c 5 2. Move virtual IP during takeover, you can adjust the...
View ArticleRe: "CALL "CHECK_TABLE_CONSISTENCY" ( ?, ?, ? )"
We have now running the System on 97.02 and the following issue: When I search for check_max_concurrency or table_consistency_check, I can't find these values in the Configuration tab. Do you have a...
View ArticleRe: "CALL "CHECK_TABLE_CONSISTENCY" ( ?, ?, ? )"
Hi Rene, Going by the error you seem to come across OOM situation while the Consistency check is running on the HANA systemWe are on HANA 97.02 and have not seen any such errors yet during Consistency...
View Article