Hello,
I'm trying to write an application that consumes REST API. As a test I wanted to do it using JSONPlaceholder API.
I've created destination:
Added (as I assume required entries) in xs-app.json:
And a simple call to fetch the data...
Hello!
As pointed in the documentation Create Scheduler Job is not available in HANA Cloud and HANA Platform. I am using this command to schedule some jobs that I would like to run on some basis. One of the procedures I would like to schedule have ...
Hello!
I would like to replicate data from SAP HANA Cloud to MS SQL Server -> it would be 3tables (around 10m records each) 1x per week.
Searching through the forums I see there are few approaches:
1. SDA / SDI -> it seems that you would be abl...
Hello!
In one of my procedures in XSA I am doing some computing using MAP_MERGE operator.
Procedure itself is triggered by job created in job scheduler (every X minutes I'm just checking if there is a new content in the table that should be proce...
Hello!
In one of my app I have to allow user to load CSV (can be anywhere between 100-100k rows) and load it to the table in HANA ... doing some transformation in node/xsjs/sql.
UI5 part is relatively simple as it's just oModel.create ....
The...
That was exactly my point. This procedure is kind of "generic" so for some combinations it does return values and for others those will always be NULL.I am 100% confident that for mine input from scheduled job, those will always be NULL so I don't ac...
Resolved the issue with checking if the instance of a procedure is in M_ACTIVE_STATEMENTS which is basically the same solution as proposed by sakamoto.ko and the procedure was scheduled in XSA so I have access to it / can check history etc without an...
Unfortunately not (I've tried batches, no batching and deferred group ) ... It still seems that it's going one by one so basically it will call this procedure 1k times (if I'm sending 1k POST requests) in sequential order ... which basically means th...
The code is literally in the question:for (var i = 0; i < aProjects.length; i++){var projectId=aProjects[i].id;
oModel.update("/ProjectSet('" + aProjects[i].id + "')", oChangedValues, {
method: 'MERGE',
success: function(oResponse){
},
error:functi...