Import SAP HANA Helloworld Cloud tutorial sources from github to local machine
Hi Experts, I'm looking for a tutorial with already prepared sources. At the SAP HANA Developer Center (go_sap.com) I found a tutorial at github.The bad thing is, all the tutorials I found are based on...
View ArticleSAP HANA Installation
HI Folks, I need document of SAP HANA Installation and upgrade database from exisiting one.Please share the link. Regards Karthik.M
View ArticleIssue with Logout Redirection
I am trying to implemented Logout functionality in a Java based HANA cloud application by referring to: SAP HANA Cloud Platform. This is my page structure: A main page /index.html.A logout button in...
View ArticleHow does HANA resolve input parameters in calculation views executed in the...
Hello, In our project, we use HANA stored procedures called from ABAP using DB proxy (this is from a time where AMDP was not yet available).However, we previously refactored the procedures in a way...
View ArticleSimple TRIGGER... not working !?
Hello, I'm new in SQL so I try to do some basic stuff. I have created a sequence and I want to increment the sequence in a trigger, here is my code : create trigger <my_schema>."myTrigger"...
View ArticleIntrospection of Stored Procedures used in Analytic Privileges
I am trying to define a security model that would have a single Access Control List table and a single stored procedure we could use across all Analytic Privileges. The only way I have found to...
View ArticleHANA backup log files
Had few questions on the HANA backup log files : We have backup log files that are fairly old what I needed to understand the following: 1) Does the HANA administrator need to go and frequently clear...
View ArticleExecution of a script/procedure during a DU activation
Hi all, Since the quick search I made didn't help me on this question, I decided to ask here (sorry if it's a frequent question). Is it possible to configure a script or procedure to be executed while...
View ArticleUnable to provide user with sap.hana.xs.admin.roles::SQLCC* roles
Hello Experts, Need an advice, Am unable to provide user with below mentioned Roles. sap.hana.xs.admin.roles::SQLCCAdministrator sap.hana.xs.admin.roles::SQLCCViewerUser only has Modeling role provided...
View ArticleUnable to access XS Administration Tool URL
Hi, We have MDC for HANA.When I am trying to open XS Administration Tool i.e the URL (http://hostname-TenantDB:8000/sap/hana/xs/wdisp/admin/) itself I am getting below error. 403 Access denied You do...
View ArticleError while creating Decision table using analytical view in HANA
Hi, I am trying to create a decision table using analtical view. I am getting below error at the time of activation Repository: Internal error during statement execution, please see the database error...
View ArticleHow to select only visible columns from a view?
Hi all! I need to select only the fields not marked as hidden from a view, but when I execute the select all the columns are returned. Help please I'm in a desperate timeframe. The table:...
View ArticleSAP HANA Model Validation and DataPreview Error
Dear Expert, We get some trouble when Data Preview the build HANA Model on HANA rev 91.Here is a sample CA view, quite simple, only 2 tables join together. And it works fine on the same HANA db with...
View Articlexsodata batch update using hdbprocedure
Hi,I have a APP.hdbview created from a APPF.hdbtablefunction. I have exposed this APP.hdbview as xsodata and odata model created from xsodata is bound to the UI. Now, how do I batch update using...
View ArticleAdding a view to analytic privilege using SQL
Hello Gurus, I have a newly created attribute view. Could you please let me know if there is a way I can add that view to an analytic privilege using SQL code instead of editing the analytic privilege...
View ArticleObjects getting deleted in HANA automatically
Hi, I ran into a strange problem yesterday. We are using HANA One instance on AWS with SPS 8. I had created a schema and populated it with several tables, procedures and functions since last 2 months....
View ArticleHow to make an ODS View good for join in Composite Provider
Hi to all,i have a problem, no matter how try but in every ODS view that i create, it never shows "CalcScenario Used" "Yes" and, for this reason, i cannot do the join in my composite provider involving...
View ArticleError While activating Attribute view in HANA
Hi Experts, While Activating attribute view in HANA i am getting issue like below, Please suggestion me for this issue. Thanks in Advance.Jana
View ArticleMultiple schedules for a job?
Hi all, Is that possible to have multiple schedules with different parameters for a single job? I'm trying to create a job like this: { "description": "Integration Schedule", "action":...
View ArticleInput Parameter to get previous year data
Hi , In Analytic view I need to get 2014 year data if I select year 2015 in input parameter . I tried $$Year$$ - 1 in Expression but not working.
View Article