couldn't connect to hanatrial.ondemand.com
Hi All, I downloaded SAP HANA studio and installed it and trying to add a system based out of trial instance created on SAP HANA cloud platform.What should be the instance number and when I give 00 it...
View ArticleNot able to schedule HANA XS based batch job for HANA EIM Flow?
Hello Community Members, I have created a simple hdbflowgraph (task) to replicate data from a HANA table using new Smart Data Integration Capabilities of HANA EIM. The data flow works well and I am...
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 ArticleProblem activating scripted calculation view
I'm trying to create a SQL scripted calculation view, but I keep getting an activation error. Can anyone please help? I'm using the following script: /********* Begin Procedure Script ************/...
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 ArticleHANA Email authentication failure
Hi All, Could you please describe me the step by step procedures for sending an email from HANA Database using python script on Windows environment. I also followed the How to send emails from HANA I...
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 ArticleThread in HANA debugger
I have a procedure created in my project explorer in HANA with input parameters. I activated this fine. I am using the Debug Configurations to provide the location where the procedure is located and...
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 ArticleEclipse-Mars to SAP HANA (Trial DB)
I waited a few weeks and re-install new Eclipse-Mars today,I already have a test BD Account with some DB data (example attached)Tried using the 8 Steps .... directions but cannot get to the SAP HANA...
View ArticleRun HANA Stored procedure in parallel
Dear all, I have created a stored procedure in HANA which will select the parameter "Property" into an array, iterate over this array and call a second stored procedure ("pattern_Identification") with...
View ArticleGet form element value after setting model
Hi experts! I have a form with a comboBox as follow: new sap.ui.layout.form.FormElement(this.createId('cboImpostos'),{ label : '{i18n>lancamento.crud.cboImposto.title}', fields : [ new...
View ArticleHow to execute a dynamic SQL Query from stored procedure
Hi, I'm trying to execute a dynamic sql query which is an input parameter to a stored procedure. I just have to execute the query in the input parameter when the procedure is called. I am currently...
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 Articlehow to load mdb(access databases) files into HANA db
Hi, I have few access databases(*.mdb) . Is there a way to load these files into HANA db?I have BODS also in my landscape but since each mdb files has lot of tables , it seems very cumbersome for...
View ArticleScheduling Options to control multiple .xsjobs
Dear Experts, I would like to know available options in SAP HANA to control the multiple .xsjobs at a time using either or a tool or script. After watching below video from Mr.thomasjung i created few...
View ArticleMerging of SSO and Direct Application Link for SSO with SAML2.0
Hi,We have configured SSO with SAML2.0 for SAP HANA XS Application.We have configured SSO for dummy application like KPI_SAML.In case SSO fails we have also given direct application link to user to...
View ArticleHow to call HANA store procedure in XS?
Dear all, I am developing a application using HANA XS and UI5. I created a web interface with a table view and connected the JSON model to SAP HANA via OData. I would like to run a stored procedure on...
View ArticlePassing Parameter to $$.hdb.Connection.executeQuery in a variable
Hello, I would like to pass the parameters as a variable as these are dynamic values. For example, var sQuery = 'SELECT * FROM <TABLE> WHERE <col1>=? AND <col2> = ? and...
View Article