Re: xsodata: "Multiple resources found. Inconsistency between data model and...
After all I found out that we shouldn't use CE anymore. I think I got this problem after I copied the original more times. I deleted all the copies and now is the error away and the xsodata service...
View ArticleHI Iam getting the following error while doing INNER JOIN in HANA Kindly help
Message : Repository: Encountered an error in repository runtime extension;Model inconsistency. Deploy Calculation View: SQL: sql syntax error: incorrect syntax near "=": line 9 col 28 (at pos...
View ArticleRe: HI Iam getting the following error while doing INNER JOIN in HANA Kindly...
Hello, you have to connect the condition in the ON clause by an AND instead of a ",". var_out = SELECT T2."PARTNER",T1."BU_GROUP",T2."MANDT",T1."CNT" from "SAPDM1"."BUT000" AS T1 INNER...
View ArticleRe: ERROR during INNER JOIN in SQL SAP HANA as I am nnew to SQL
below is the ERROR Message : Repository: Encountered an error in repository runtime extension;Model inconsistency. Deploy Calculation View: SQL: transaction rolled back by an internal error: column...
View ArticleRe: ERROR during INNER JOIN in SQL SAP HANA as I am nnew to SQL
Please give an alias to you group by field Set_guid and client also,
View ArticleRe: ERROR during INNER JOIN in SQL SAP HANA as I am nnew to SQL
NO sir still getting ERROR belowMessage : Repository: Encountered an error in repository runtime extension;Model inconsistency. Deploy Calculation View: SQL: transaction rolled back by an internal...
View ArticleRe: Issues with Logistic Regression Algorithms in PAL for SAP HANA
Hi Gaurav, Thanks for your reply. I was also thinking that it might be an authentication issue, after going through a few posts. But, the same code is able to generate a valid PMML (that I can use for...
View ArticleRe: ERROR during INNER JOIN in SQL SAP HANA as I am nnew to SQL
You cannot use the column alias names in group by clause. Instead use the exact column names, T2.SET_GUID and T2.CLIENT
View ArticleRe: ERROR during INNER JOIN in SQL SAP HANA as I am nnew to SQL
In a group by clause you cannot use the alias names for columns. That's a result of that how a select statement is processed on the db, respectively in which order the single parts of a select...
View ArticleRe: ERROR during INNER JOIN in SQL SAP HANA
Same as in your other post. Do not use alias column names in the group, because they will not work. You just have to fully specify the column with table name or table alias and column name. You get the...
View ArticleRe: Issues with Logistic Regression Algorithms in PAL for SAP HANA
It might not be working due to an missing values as per the article SAP HANA Predictive Analysis Library (PAL) - SAP Library If you check on PMML value of 1 its a tree model which needs to be exported...
View ArticleRe: Issues with Logistic Regression Algorithms in PAL for SAP HANA
Hi Gaurav, Thanks for the answer, with value 2, the PMML table gets generated with multiple rows, but that PMML table can't be consumed directly by the forecasting method as the following (although the...
View ArticleRe: Fileupload: Allocation Size Overflow
Hi Thomas I have read a little bit into the thematics and I see the problem... Looks like I need to explain it a little more. What I am doing in XSJS is a bit more complicated than just a simple...
View ArticleRe: XSLT in XS Engine
this is a great explanation of your scenario. in this blos, Thomas explains the mail api......
View ArticleRe: XSLT in XS Engine
Hi Sergio, Thank you for your reply. I have readThomas Jung's Blog, and it was VERY helpful for sending mails. I would suggest this to everyone. You are quite right as well, that if you change the...
View ArticleRe: XSLT in XS Engine
did you try changing the content type to "text/xml" or "text/xsl" not sure if it will work but at least give it a try?? make sure you escape the xml string in the xsjs side prior to sending it on the...
View ArticleAFL Flowgraph Join
Hi All, I tried the whole day to do only a simple join with flowgraphs.I use only to tables and to keep it simple use a sink template. But it doesn' work.I tried hana studio and the web editor, but...
View ArticleRe: async stored procedure call
Hi Yan,You can have the proc invoked from java make an entry to a table and return. This will act like an enqueue process. Another proc, proc2, can run as a continuous dequeue process listening to the...
View ArticleRe: SAP HANA CURSOR
May be you can try this:update test_table set Debit_BF = case when vw.D_BF = '' then 0 else vw.D_BF end , Credit_BF = case when vw.C_BF = '' then 0 else vw.C_BF end from...
View ArticleRe: XSLT in XS Engine
Hi Christoff, I was able to import and adapt AJAXSLT to work as an XSJS library. However, AJAXSLT is not a complete implementation of the XSLT specification and will therefore not work for all...
View Article