Have a nodejs module in mta project also another nodejs module in another mta project.
In both project xsjs code is there. 1st xsjs service making an http service call to xsjs to 2nd app through xsjs APi net.http.client. but it is giving ESOCKETTIM...
I have a dB query taking 5 min as expected. But while calling this query from xsjs code, it gives time out.
So how to set server.timeout in server configuration or in application code. I have a nodejs module in MTA project.
how to return a promise in xsjs. I follow below blog, but it is not able to find XMLHttpRequest.
I want to implement call back using .then and .catch.
https://blogs.sap.com/2014/05/06/promises-in-native-javascript/
Dear Experts,
I have requirements to run rules on data warehousing data. Once rules run, I need to take the outcome data and store in application specific tables for further processing. How to achieve this?
Where the rules outcome stored ? In whi...
Not clear on below response. Can u pls explain in more details."If you are already using XS Advanced you should think about not using XSJS, but e.g. Node.js which gives you a lot more options."
Hi, So you are saying I will not import that package and change my code as below,var Conn = $.hdb.getConnection()Var optics = Conn.loadProcedure(schema, procedurename)Var res = optics(inparam, [])Var output = res.OUT;