Hi Abhinav,
To get the solution for your query you need to click the following link which is an explanation regarding your query:
http://www.stechies.com/recovery-sap-hana-database-fails_1/
Hope it will be helpful for you!
Hi Abhinav,
To get the solution for your query you need to click the following link which is an explanation regarding your query:
http://www.stechies.com/recovery-sap-hana-database-fails_1/
Hope it will be helpful for you!
Zach,
indeed sometimes the responses are not clear or just redundant.. anyways, the validity period seems like it would be if you want to restrict the input parameters on a system date so say you want to implement the input parameters only from day1 to dayN independent of the column dates..
for your column dates, you should use a filter to restrict the records based on those column dates or even use an input parameter so you can dynamically dictate your date range
hope this helps!
Hi Zach,
as the area already describes, the validity period is for the purpose to define the validity period interval or key date during runtime via input parameters defined on the view. This restricts the hierarchies used either for the validity period range for the specific key date.
Regards,
Florian
Hi Tanmeya,
We have been using MCOS and HANA Multitenant systems but we do not have them on the same Appliance
But as such I do not see any concern in doing this in a TDI setup as long as you are using Certified hardware and storage as per SAP recommendations
SAP supports using Non prod appliance for MCOS so setting up 2 MDC systems should not be an unsupported setup
In any case please discuss the approach with the SAP HANA TDI Team by requesting more information from SAP_HANA_tailored_data_center_integration@sap.com
Hope it helps
Sunil
Hello
We are using HANA for SAP Business One, and we would like to know how we should configure the network interface cards in linux.
Is there any guide on how to configure them??
We are just using jut one, and we want to use all of them.
Regards
Jacobo
Hi Saravanan,
We have had some clarifications to be made every time we have a feature introduced with a new SPS released on SAP HANA or when a new functionality(like dynamic tiering) gets introduced
For example with SPS10 we had the delta backups introduced and SAP recommended to have this validated with the backup vendor to ensure the vendor has incorporated the feature
So I would recommend to have this point calrified with the BACKINT vendor that you are currently using
Hope it helps
Sunil
HI Michael,
Thank you for the information !!
Currently our HANA version is 1.00.85.00.397590 (NewDB100_REL)
Regards,
Jeswanth
Hi Vishnuvardhan,
are you using "Select connection from SAP Logon" Option?
Have you tried "Define Manually"?
Regards,
Muthuram
The impact would obviously be that the audit data is now stored in a database table. The table is part of the database memory usage and backup.
The existing policies don't have to be recreated.
As the audit-able events are not extensible, you can only track the pre-defined events.
Not too sure how much insight that gives you for your web application.
Dear experts,
My data backup default location in HANA studio is /usr/sap/DEV/HDB02/backup/data.
If I schedule the backup in DB13 to /usr/sap/DEV/HDB02/backup/data it will finished successfully.
However, if I change the location to /hana/data/dbbackup/data/DEV, it will finished with error.
I need to change the location to /hana/data because I have more space there.
Please help.
Thank you.
Regards,
Fadzly Iqbal
Hi ,
Are you able to find solution ? I'm facing the same issue.
Appreciate if you can share your knowledge .
Thanks, Brijesh
Hi
Few things you need to check -
1. is hana/data/dbbackup/data/DEV file system accessible ?
2. Have you set the owner and group correctly for the file system ?
3. Is it mounted on /hana/data ? If so, if it has enough space ?
Thanks
C:\neo_cmd_tool\tools>neo list-schema-access-grants -h <landscape host> -a <account name> -u <SCN ID> -i <Schema id>
Enter password for user..
A list will come up with already existing access tokens for the Schema. copy paste the one whose status is 'yes'.
if not revoke the access token , try from this link :
then again grant access token for your application and schema id.
Thanks Michael for the confirmation !!
Regards,
Jeswanth
Hi,
Thanks. I put:
githana01:/hana/data/dbbackup/data # chmod 777 DEV
The backup is now successful.
Regards,
Fadzly Iqbal
Hi Michael,
Could you please let us know the reason for this crash.
We experienced this index server crash after assigning dynamic analytic privilege to all users.
This analytic privilege will call a procedure which looks up into an attribute view based on SESSION_USER to derive the cost center value assigned .
Please find attached procedure code.
If no costcenter is assigned then the procedure returns 'EMPTY' as a value.
This index server crash also happens sporadically and even we cannot reproduce this issue on demand.
Could you please let us know the reason behind the index server crash.
Thanks
Regards,
Jeswanth
We are in BW 7.5 and modeling tools 1.8.9 version with HANA studio SP08.
Not sure where can I get the 'Select connection from SAP Logon' Option.
I cant proceed further with define manually option too.
from the below screen, its not moving further if I click on new system connection or if I select any of the listed bw systems. Next option is not getting enabled.
This forum is not for asking such general questions...
Dear Experts,
I am facing an issue while trying to convert a string to int and then casting it back to string.
My requirement is - User is providing an input parameter based on column of datatype VARCHAR. So here FiscalMonth = 2016-M05.
Now I am taking left 4 char of this to return 2016 as string. To calculate previous year I converted this to Int and substracted 1. and finally I casted
this to string and storing in calculated variable of data type VARCHAR.
Its showing me following error
I searched this issue on SCN but many of the posts are referring this to typecast using CE function/ I am trying to create a variable on graphical calculation model and need this to dynamically calculate previous year so that I can compare this previous year with transactional date's year (taken 4 chars of year from string of date)
Could you please guide me for its root cause fix.
Thanks & Regards,
Jiten
Hello Jiten,
although the validation expression functionality reports that error, the expression is working. Can you ignore the message, activate your view and test it.
Of course you will still get a "runtime" error if the first four characters cannot be converted to an integer. Is it an option for you to split the parameter into two parameters (one for the fiscal year and one for the fiscal month, typed to the right types to be type safe)?
Regards,
Florian