Re: how to delete xsjob
hi Anton, There's an API which allows to deactivate xj job, in this case I guess it's the same as 'delete'. I'm talking about XSJS library which allows you to configure, activate and deactivate xs job....
View ArticleError while validating Decision table
I am trying to create a Decision table based on tables.there i am trying to update a field of a table . while validating i am getting below error Repository: Internal error during statement execution,...
View ArticleRe: Error while validating Decision table
have got it fixed .i had to grant UPDATE privilage to _SYS_REPO
View ArticleGenerate Select Statement on HANA Table
Hi, I am able to select "Generate Select Statment" from any tables created in my schema, but seem unable to do this for other tables under the SYS Schema. I have access to open definition and open...
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
Hi Jeff, We've been working really closely with the development team on this issue and we've got it running pretty stable at the moment, but we certainly aren't running production loads through it yet....
View ArticleRe: Generate Select Statement on HANA Table
Hi Kenneth Murray, Please Share what Error message you are getting... 1. Select Catalog folder2. SQL editor will be active and click on SQL(Then SQL editor window opens3. select * from "SCHEMA...
View ArticleRe: Error while validating Decision table
But you have to open it from _SYS_BIC > Column Views as shown in the blog. So you should not worry that you can't open data preview on the calc view in your package as you can already see the result...
View ArticleHANA as application server
Hi all, As known, back-end system has application server and database.At first, I thought HANA is more like a database,but I was told that HANA can also play a role as an application server.So I have...
View Article“GROUP CLUSTER BY” in HANA Spatial
Hi experts, I perform the following SQL: SELECTST_ClusterId() AS cluster_id,ST_ClusterCentroid() AS centroid,COUNT(*) AS number_of_households,AVG(INCOME) AS average_cluster_incomeFROM HOUSEHOLDSWHERE...
View ArticleRe: HANA as application server
Regarding your first question: Beside the stored procedures you mentioned you can use server-side JavaScript. In the most recent release (SPS11) there is also the full Node.js framework available. Your...
View ArticleRe: Deploy Java application on HANA platform
Could you take a look at this?https://help.hana.ondemand.com/help/frameset.htm?e4c52854bb571014aeb88753d0dad158.html This article is a typical Java web application.It seems nothing different from a...
View ArticleRe: Deploy Java application on HANA platform
This document refers to SAP HANA Cloud Platform and not to SAP HANA Platform.These are two different things.But in general if you are using SAP HANA as DB, for both options the same rules apply...
View ArticleCDS view with SESSION_USER
Hi All, I am trying to migrate tables and views into a CDS document (HDBDD) - I do face a problem with the following view definition CREATE VIEW "SessionInfo" AS SELECT...
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
Thanks Jamie, We have had some engagement with the dev guys but with it being Xmas there haven't been a lot of people around. It looks like we've got it working now though, so we'll see if it stays...
View ArticleWhat is 'Analytic View'?
Hi all, I saw Analytic views are star schemas or fact tables surrounded by dimensions, calculations or restricted measures. But I don't have the image of what an analytic view is.Can anyone give a...
View ArticleRe: CDS view with SESSION_USER
Hello Michael, the SESSION_USER variable is supported in CDS views since HANA SPS10. As a workaround you can create a scripted calculation view with the coding (or better a table function which is...
View ArticleOData Date Conversion Decimal - Date
Hey, i want to send dates via my OData-Service. Therefore i imported a ABAP-Structure.But the dates in the ABAP-Structure are from type DEC length 15 (YYYYMMDDhhmmss). That convertes in EDM.Decimal 15...
View ArticleRe: What is 'Analytic View'?
Hi Ming, An Analytic View is an OLAP Cube, an n-dimensional array of data. Classical data warehouses copy data into OLAP Cubes in a 3-step process called Extract-Transform-Load(ETL). Copies are...
View ArticleRe: Could not execute REVOKE_ACTIVATED_ROLE
Dear Dirk,Dear Thomas, just to let you know: I experience the very same problem. I wrote procedures to connect HANA to an Identity Management system and the procedure meant to revoke roles throws this...
View Article