I am starting with FME Server and can someone help me understand and learn
I have a download process that runs on a virtual machine with Windows Server 2019 data center (Server 1) and it must write a file to a disk of another virtual machine that also has Windows Server 2019 data center (Server 2), but I gives permissions error.
I understand that the process is executed with a user created in the FME Server, in this case of type System.
My doubts are:
Should the user created on the FME Server also be created as a user on Server 1 and have write permissions to the Server 2 disk?
Should the user be changed in FME Server to Directory Server type or is it not necessary?