Re: Reset SYSTEM User's Password
Hi Ruby You can follow these steps. Log on to the server on which the of the SAP HANA master index server is running as the operating system user (that is, <sid>adm user).2.Open a command line...
View ArticleRe: Refining security to a specific view
Patrick - thanks for the input. To make things simpler, I am taking the Studio out of the discussion - I am only speaking of my observations in Excel and Lumira, so limited to front end tools. The test...
View ArticleRe: APO on HANA
APO on HANA is nothing but SCM on HANA where SCM Application (SCM 7 Ehp 2 for HANA or EhP 3) can run on HANA as underlying database instead of other DBs like Oracle, SQL Server, DB2. liveCache is a...
View ArticleRe: APO on HANA
Note the ASUG link for Session 1201 is actually a separate application called Supply Chain Info Center providing Operational Analytic capability on APO Planning (DP and SNP currently) data. It needs...
View ArticleCreate an SQLScript Procedure With SELECT Statement
Hi I am trying to create an SQL script Procedure with select statement as below , but I am getting error while checking ........... Code in SQL Script Procure is CREATE PROCEDURE get_pi_quntity_sql...
View ArticleRe: Analytic privileges for analytic view – Error on data preview
As a side note/finding (and sorry to deviate) - what I found somewhat interesting is the following: Combining mutliple analytic privileges for objects contained within the view did not produce the...
View ArticleRe: Time Travel (History Table) in HANA with SLT
Hi Justin, Sorry for the delay. I am talking about SCDs. On the current project we had a pretty good solution, only major downside is maintenance of triggers. Now it looks like there's an even more...
View ArticleRe: Time Travel (History Table) in HANA with SLT
Jody, thanks for the udpate - much appreciated. Clearly I would be interested in the more standardized solution offered from SLT, so I would be very keen to see the details on that detailed doc you are...
View ArticleRe: Time Travel (History Table) in HANA with SLT
Somehow I'm not seeing your contact details. Can you reach out briefly at jody.hesch at sap dot com? Thanks,Jody
View ArticleR Output Column Store Error
Hi Community,We're trying to create an R procedure that returns some error statistics from a prediction that was successfully made from an R model in another script. Unfortunately, when we try to run...
View ArticleRe: Analytic privileges for analytic view – Error on data preview
Hi Justin, I would agree that the analytic privilege on the AN_COPA view with no restriction wins and the system would see this as being the higher level of authorization. If there is any kind of...
View ArticleProcedure With Calculation Engine (CE)
Hi, I am new to HANA , I am trying to learn it , please help me , How we can check database error traces for additional details ? SQL Script:- CREATE PROCEDURE _SYS_BIC.get_pi_quantity_ce ( IN...
View ArticleRe: Procedure With Calculation Engine (CE)
Hi Hari, The "PurchaseOrderId" cannot be fetched as attribute in CE_COLUMN_TABLE("SAP_HANA_EPM_DEMO"."sap.hana.democontent.epm.data::purchaseOrderItem", ["PurchaseOrderItem",...
View ArticleRe: Procedure With Calculation Engine (CE)
Hi Jerry,Thanks for your reply. PurchaseOrderId is Key field in both PurchaseOrderItem and PurchaseOrder tables , so we can not use that key field in join condition in CE?
View ArticleRe: Procedure With Calculation Engine (CE)
Hi Hari, You can use it as join condition, but you can not define fetch attribute in lt_pi variable, for example, before change...
View ArticleScalar UDF accessing HANA DB
Hi, I'm trying to create a simple scalar UDF that provides an aggregated value from a table, given an input. When I do so, I get the following error, which implies it's not possible: SAP DBTech JDBC:...
View ArticleRe: Scalar UDF accessing HANA DB
I've been playing with this and it looks like the Scalar UDF in SP06 is very limited. It doesn't support the CHAR data type, and doesn't support any SQL functions. I thought I could get around my...
View ArticleXS - 500 Dispatching Error - SAP HANA
Hi all, I am having "500 Dispatching Error" whenever I access anything using HANA XS but When I ping my server I always get "XS Engine Up and Running". I have imported all the additional content...
View ArticleRe: Procedure With Calculation Engine (CE)
Hi Jerry,Sorry for late reply,After change I am getting error like as followsRepository: Internal error during statement execution, please see the database error traces for additional details;error...
View ArticleRe: Procedure With Calculation Engine (CE)
Hi Hari, Whether you define field "PurchaseOrderId" in item table? the message show this field not find. maybe spellingor case sensitive. If possible please post table definition script. Regards,Jerry
View Article