- I have an informatica script that runs with user infa1
- The informatica script invokes a MarkLogic custom REST API by connecting to MarkLogic server with user marklogic1
- The custom REST API has an xdmp.save() function that attempts to save the
document on a windows batch server (MarkLogic is installed on a different Linux server)
I am trying to understand how privileges needs to be set to be able to successfully write the document on windows batch server. Which user (infa1 or marklogic1) should have write access on the windows batch server? Also, how could the xdmp.save function that runs on a Linux server (where MarkLogic is installed) transfer and save data on a different windows batch server (or a Linux server that is different from where MarkLogic is installed)
Thanks in advance!