SAP/hana-client library for node.js only works when user is logged in
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: ”, PWD: ”, ssValidateCertificate: ‘true’, }; const server = express(); ….etc The …
SAP/hana-client library for node.js only works when user is logged in Read More »