I have a web server set up with node.js and express. I use the sap/hana-client library for node.js to respond to requests by making queries.This is a part of the code...const hana = require('@sap/hana-client'); var connOptions = { serverNode: '', UID...