Re: couldn't connect to hanatrial.ondemand.com
I am trying to follow Jamie Wiseman's blog on how to develop reports with Crystal Report desktop designer against the SAP HANA database. I am using the SAP HANA Cloud Platform Development Edition. I...
View ArticleRe: Workaround to call procedure within trigger.
As of SP9(i think), you can now call a procedure from a trigger. But that procedures body must still abide by the rules of what is allowed in the body of the trigger. In SP10, we have removed a lot...
View ArticleRe: couldn't connect to hanatrial.ondemand.com
I see my error ... I just noticed that the video is in Eclipse and not HANA Studio when it is selecting "Add Cloud System" in the System tab. I did switch to Eclipse Luna. Thank you so much. I...
View ArticleStruggling with SAP HANA PAL Time series forecasting(ARIMA Predict)
Hi,I want to make forecast smoothing algorithm (ARIMMA prediction) as explained in this videoSAP HANA Academy - PAL: 57. Time Series - ARIMA Predict [SPS 08] - YouTubeI have the code is like SET...
View ArticleSAP HANA - purging table deltas
Hello, I am trying to do a full table reload. I would also like to delete all the prior deltas associated with the table. I tried using the "truncate table" command, however the deltas seem to...
View ArticleRe: Problem activating scripted calculation view
Thanks. I actually figured it out about 15 minutes after I posted , but thanks for the information anyway. Rob
View ArticleRe: Eclipse-Mars to SAP HANA (Trial DB)
Thanks Florian: I used the Eclipse Installer (the old version create problems and does not execute) and there was no entry or download for LUNA. Is there another approach I should be using to get LUNA?...
View ArticleHANA Clients (JDBC/ODBC/HDBSQL) can not connect to the proper tenant
Hello,We recently ran into an issue DB Name parameter for hana clients (ODBC, JDBC and HDBSQL) does not work properly in the multi-tenant setup.The the parameter seem to do nothing just trying to...
View ArticleAccounts Payable - Invoice Due Date Calculation
I am currently developing HANA views in order to produce an AP Duplicate Invoice Report. One of the fields required is the Invoice Due Date which stems from a function module 'DETERMINE_DUE_DATE.' I am...
View ArticleWrong Number of arguments in function invocation: error 316
Hi All, I am new to SAP HANA and facing error in below query,I have IDT on top of HANA and need to create a derived view in IDT as below:- select dd.*, DD.Column A || '-'||Substr(To_Char(DD.COLUMN...
View ArticleRe: HANA Email authentication failure
Hi All, Now it is solved. Using command prompt I entered into the Python Folder and able to run the program. I copied that python script into the Python folder. Following steps are given below::...
View ArticleRe: Wrong Number of arguments in function invocation: error 316
An Oracle statement will not necessarily work in HANA. You need to check the HANA syntax, which is available in the documentation. Let Me Google That For You for now, and please search in future when...
View ArticleRe: Thread in HANA debugger
Hello Ravi, two questions to this. Is the debugger enabled on your HANA system via configuration?Did you set any breakpoints in your procedure? You should set several ones, because no step-wise...
View ArticleRe: Struggling with SAP HANA PAL Time series forecasting(ARIMA Predict)
Hi Namita, your code snippet looks ok and it is identical to the one presented in the HANA academy. So the question is: what does the error message state?What you also could check is the input table...
View ArticleRe: Eclipse-Mars to SAP HANA (Trial DB)
Did all the same exactly as indicated but ending up with the SDLLS VS 2010 error - ABAP communication layer is not properly configured. Is there another step I can use to get rid of that error "ABAP...
View ArticleRe: Eclipse-Mars to SAP HANA (Trial DB)
Did all the same exactly as indicated but ending up with the SDLLS VS 2010 error - ABAP communication layer is not properly configured. Is there another step I can use to get rid of that error "ABAP...
View ArticleWhere to find Core Data Service DDL tutorial and the language reference?
Hello, I just started to create my first CDS persistence model. I find some of the example and tutorial don't really explain the specific of the DDL it self. Where can I find the tutorial or...
View ArticleRe: Where to find Core Data Service DDL tutorial and the language reference?
Hello Jian, did you check already the SAP HANA Core Data Services Reference? Best Regards,Florian
View ArticleRe: Eclipse-Mars to SAP HANA (Trial DB)
Hello DJ, there can be two reasons why the message appears:1) The Microsoft VC Runtime is really missing. In that case install the runtime following the links on page SAP Development Tools for...
View ArticleRe: How to execute a dynamic SQL Query from stored procedure
Hi Sumeet, I've tried EXECUTE IMMEDIATE & it worked. Thanks for the response.Regards,Alekhya
View Article