Re: Updating SAP HANA from SPS08 to SPS09
Did you maintained SMP credentials in HANA studio. S-user should have authorizations to download new updates? What is HANA studio and HANADB version?
View ArticleRe: File upload on SAP HANA XS Application
Newbie Alert on these Issues, could you be kind enough to show a complete end to end image scenario? In the above, I do not understand if entity.header are standard $.request items, Where do you get...
View ArticleINSERT using XS Procedures API
I'm using the XS Procedures library to call a stored procedure with table input and output parameters (following the Developer Guide and the API reference). The resulting JSON contains the correct...
View ArticleRe: INSERT using XS Procedures API
Are you issuing a commit after your call to the procedure? From the SQL Console, the console itself issues the commit. However in your coding you need to control when to commit (XSJS coding not...
View ArticleRe: INSERT using XS Procedures API
Yes, that did the trick! In addition, the database connection is a mandatory parameter to the procedure object in this case:var XSProc = $.import( 'sap.hana.xs.libs.dbutils', 'procedures'...
View ArticleRe: Errors in getting the PAL calling code into a calculated view
Hi Sumit, I am trying to do something similar, calling an AFM stored procedure from Calculation view and facing similar issues. Please let me know if you were able find a solution. ThanksAamod
View ArticleRe: SAP HANA - Scheduled job is not triggered
Hi Alex what was the syntax for your SQl script in the xs cron job file. It is not working for me. I get error "Access to source denied". I am using the following syntax in the action keyword...
View ArticleRe: XS Jobs: scheduled jobs not executing.
Hi Monis I am facing the same issue. Did you resolve your problem ? ThanksSaleem
View ArticleText Analysis - Multiple Configurations for a Single Column
Hi, I have a scenario where I have to perform Text Analysis on a particular column. But I would require both configurations - LINGANALYSIS_FULL as well as EXTRACTION_CORE. Is there a means for me to...
View ArticleRe: Text Analysis - Multiple Configurations for a Single Column
Why don't you create a custom configuration e.g. by combining the two you mentioned?Should be doable with this http://help.sap.com/hana/SAP_HANA_Text_Analysis_Developer_Guide_en.pdf ...
View ArticleRe: Text Analysis - Multiple Configurations for a Single Column
I tried this Lars. But it seems that when we bring in ExtractionAnalyzer (used for EXTRACTION_CORE), it will no longer analyze based on LinguisticAnalyzer (used for LINGANALYSIS for generating stems...
View ArticleRe: How to debug a procedure invoked by an OData request?
You didn't say what release you were on, but there are some new features in SPS 09 that might help. First is the profile option in XSODATA. When you use this option it will show you the exact SQL...
View Articlesetting up result caching in HANA 82
Hi Lars and other HANA experts (this is taking off from this thread: Re: Does HANA have a result cache) I turned on indexserver->cache withresultcache_enabled =...
View ArticleRe: call external (REST) web service from HANA
Yes. We have outbound HTTP connectivity in XSJS. You can create a destination via an XSHTTPDEST file. You will find additional documentation in the HANA Developers' Guide and the SHINE educational...
View ArticleRe: How to debug a procedure invoked by an OData request?
Hi Thomas, thank you for your time.The HANA release is 1.00.091.00.1418659308 (fa/newdb100_rel).I tried to run the XSOData-based debug but I am receiving this error message when I try to select the...
View ArticleRe: How to debug a procedure invoked by an OData request?
Are you able to do any standard debugging? That error is a connection error which would lead me to believe that the debugging service isn't active or Web Sockets is blocked by the network connection...
View ArticleRe: External Applications using HCP
Hello Artem. My understanding is as following:- If you need HCP (as a platform) then you better with technologies it is supporting out-of-the-box. Today those are Java and XS (JavaScript). More to...
View ArticleRe: First Date of the Given date and month
Hi Vivek, what the optimize way to calculate 1st day and last day of quarter and year
View ArticleRe: How to debug a procedure invoked by an OData request?
Actually "SAP HANA Stored Procedure" debugging and "XS JavaScript: Manual Session" debugging are working fine. The debugging services for the XSEngine are OK:Maybe there is an issue with the Web...
View Article