Hello Dojo Community,
I have a C# automation script in DataMiner that backs up a specific file due to its operational sensitivity and frequent usage. The script executes successfully when scheduled via DataMiner but fails to complete the backup because:
- The remote server only allows access from a specific user account and not from the SYSTEM account that DataMiner uses by default.
- The file transfer to the remote server is denied due to permission restrictions.
Is there a way to execute a DataMiner automation script under a specific user account instead of SYSTEM?
Miguel Obregon [SLC] [DevOps Catalyst] Posted new comment 53 minutes ago
Hi Samson,
Please could you elaborate the backup process? Are you storing the file in a network share folder? Is this remote server part of the DataMiner cluster?