403 Error with destination to NWG service
I've configured a destination in a HCP trial account and I'm getting a 403 Forbidden error. I'm able to access the service using Postman. The configuration of the destination is shown below. I...
View ArticleWorkspace Synchronization Hana Studio 82 rev
Hello Everybody! I'm trying Eclipse Luna with Hana Development Plugin current on rev 82 and I have a couple of questions. Where I could found the workspace synchronization checkbox and what means the...
View ArticleProblem With Import SAP HANA Model
Hi Experts!!! When i try to export my model with my Attribute And Calculation Views to SAP, appears the next error: "An error occurred while accessing data; %s [Message 1740000901 -6]"...
View ArticleRe: Can not connect to Hana trial, where can I find my password?
I recon, they send you an email with the password on your registered account. It's different than your SDN password.
View ArticleRe: Does HANA support function in index?
Hmm... are you sure you found the largest possible font size for questions? Quickly to your questions: SAP HANA doesn't support function based indexes (FBI). Instead you can create generated columns...
View ArticleRe: Modification of subject table in trigger not allowed--
Instead of explicitly writing an update statement, you would simply assign the new values via the transition variables NEW. Check the documentation, there's an example in there, if I remember...
View ArticleSAP HANA 1.0: Getting SQL error while running script to create calculation views
Hi All, I am trying to create calculation views via scripts but i am getting some SQL errors. I have all the rights and the Scripts seems to be fine syntactically. Can anyone suggest what could be the...
View ArticleRe: SAP HANA 1.0: Getting SQL error while running script to create...
Atul, the attached log unfortunately doesn't contain the activation log error messages.From one of the screenshots it's visible that at least one of the errors is that the view does not have any...
View ArticleRe: Modification of subject table in trigger not allowed--
Thanks Lars! I am trying to use transition variable but still getting a syntax error . Can you be little bit more specific may be with a sample code regarding how to overcome update query issue?...
View ArticleRe: insufficient privilege: Not authorized
Hi Jimmy, I've tried executing the statement grant execute on system.afl_wrapper_generator to YOURUSER where YOURUSER is HANA in my case. But I am getting an error that grantor and grantee are the...
View ArticlePush notification
Hi, Can we implement push notification concepts in SAP HANA XS application? Regards,Harish
View ArticleConcat Distinct rows into a single string
Hi, In my table I have rows like this Table Name : Test Name-----------------------samkhansunsam My query Select string_agg(Name,',') from Test Output sam,khan,sun,sam But it is giving Duplicate values...
View ArticleRe: Concat Distinct rows into a single string
You might be successful if you tell SAP HANA that you want the duplicates to be eliminated. select string_agg_name,',') from ( select distinct name from test) You might be careful though when your...
View ArticleXSoData Post error treatment
Hi All, I'm trying to bulk post to an OData service and for some reason, the posting is failling. I know that in the http return, I already have a description regarding the error message, but is...
View ArticleRe: cannot get the data provider outline
Hi , I have similar issue , i'm using HANA cloud platform and Eclipse to create information views. for Analytical view, i'm able to validate and activate successfully but data preview is where it...
View ArticleRe: HANA Instr function to check for numbers?
Hi Echo, I think that with a slight modification in Lars code, you can acieve it After replacing all the numbers with empty string, if the modified string is still same as the original string then the...
View ArticleHANA SQL Sub Query - Unique Record
I have a sub query question on VBAP & VBEP.I want to get a unique record for my sub query based on the below criteria.Appreciate any help on sql subquery. 1) Sort the data by VBELN,POSNR ASC &...
View ArticleRe: HANA SQL Sub Query - Unique Record
Not sure if your requirements are actually fulfilled by the following, but it should at least generate your samples: SELECT ap."Sales Order", ap."Item", ep."Schedule Line", ep."Delivery Date",...
View ArticleRe: HANA Trial - XS Application not available in Project Explorere
Hi Thomas, Recenty we´ve updated to SAP HANA and now I´m looking for what tecnology use to make a app to sell differents products with this app, I don´t know if this is possible or I must looking for...
View ArticlePersistence Layer
can any one explain about what is Persistence Layer and write a head LOGS, Shadow Paging Save Point Thanks for your Responce
View Article