HANA Email authentication failure
Hi All, Could you please describe me the step by step procedures for sending an email from HANA Database using python script on Windows environment. I also followed the How to send emails from HANA I...
View Articleno option for creating xs project in eclipse luna
hi, i was trying to follow the instruction here: SAP HANA Cloud Platform to create a xs project in Eclipse Luna, i got all SAP HANA tools installed (screenshot attached).However, i still don't see SAP...
View ArticleDoes HANA XSJS support Date functions such as getDate()?
Hi, I am trying to generate SQL query on the fly using server-side javascript aka xsjs. Now I need to calculate Date and then convert it to a suitable format (such as the ISO format:...
View ArticleHow to put sql statements so that I can use it in a Calculation view?
Hi, I have few DML STATEMENTS THAT I WOULD LIKE TO RUN VIA A PROCEDURE SO THAT I CAN USE IT AS AN INPUT INA CALVIEW, HOW WOULD I IMPLEMENT IT. mY SQL STATEMENT IS UPDATE "AVG_DIM" SET "MONTH" =...
View ArticleJob in scheduled state--->not inserting records in table.
Hi, I have created a job via XSJOB file, everything is activated . But when I go in XS engine link , its showing status as job 'SCHEDULED'.And no records inserted in my table.Am I missing anything? My...
View ArticleSAP HANA Studio vs. Eclipse
Hello I am in the quest for installing SAP HANA STUDIO.I´ve already got the Client tool but after reading many documents still not been able to install it locally. It is a total nightmare. Java version...
View ArticleHANA CDS View with Parameters
Hi, I want to create a HANA CDS view for joining a given table with a text table. Since the language of the text coming from the text table should not be fixed, I want to parametrize this language....
View ArticleModeling Inventory Management Scenario in HANA Studio
Hello Experts,Can you share some insights on how to model Inventory Management Scnearion in HANA Studio using base tables ?This is important because here many complex things are involved...
View ArticleHow to set up password rest in the WebUI
Hi, I would like to give our managers/team leads access to be able to change/reset passwords as we do on SU01 on the Web Client UI, how do I go about doing this?
View ArticleOData permissions: GET succeeds but POST/PUT fail
Hi allI have several OData services on my HANA instance (on HCP) where the following happens:the OData service is very simple with just one or two entities, no forbidden instruction is...
View ArticleSQL-Analytic Privilege
Hello, I can create an SQL-analytic privilege via the SQL command create structured privilege <ap sql> for select on <view> where <field> = <restriction>But where can I find...
View ArticleEnable Change Recording not working - SPS9 - TrexUpdate failed on table...
Hello! Summary: I am trying to enable changing recording (feature introduced in SPS6 and enhanced a lot in SPS7) using HALM (I'm on SPS09) but I get the following error: "message not found;mark active...
View ArticleLT Replication Server - Error "Failed to create logging table /1CADMC/XXX for...
Hi, I am trying to replicate a table using data provisioning editor in HANA studio. This shows the status as "Error". I checked transaction IUUC_SYNC_MON in the LT Replication server, which shows the...
View ArticleAuthorization issue in HANA
Hello Everyone, I have admin access and I created one user ID and tried to grant select on access to that user id to _SYS_REP user, Executed Below SQLScript: GRANT SELECT ON SCHEMA "your user" TO...
View ArticleHANA Email authentication failure
Hi All, Could you please describe me the step by step procedures for sending an email from HANA Database using python script on Windows environment. I also followed the How to send emails from HANA I...
View ArticleIssues while executing Javascript in SAP UI5
hi Team, I am having issues with SAP UI5 application as under: 1)in the Service file, I would like to call CALCULATION view but when I call the .XSODATA service file using the call as SERVICE, I was...
View Articleremoving a project from the repository, without removing it from the work space
Hello everyone,I'm still pretty new to SAP HANA Studio and while I'm familiar with the concepts of a workspace and repository, I had the following issue come up: I accidentally shared a project in the...
View ArticleXs Admin Page Broken.
I updated to 96.. Wanted to use the webdispatcher admin page but I did not have the roles.. I found i needed to install xs base Delievery Unit.After I installed the Delievery Unit xs admin was broken...
View ArticleHANA Query group by but add values
Hello everyone, I am trying to write a query in HANA that achieves the following:So I want to make the Sales_ID unique. At the same time I want to add the Revenue of each Sales_ID.What I did so far:...
View ArticleWhat is the syntax for a delete with a join in HANA?
Hi Everyone I read the previous answer to this question which was: deletefrom sk1 where (sk1.user, sk1.location) in (select sk.user, sk.location from sk); unfortunately this does a select for every key...
View Article