I have a service account that has access to a network directory that my account does not. I can map a drive using the service account, but then I have a Copy Files action that gets files from the mapped directory. If I run this in the GUI, it fails because it tries to do the copy under my account. If I run it under the scheduler, which uses the service account, the entire project succeeds because the copy is being done under that account.
This makes testing very difficult, as I cannot run through the actions and resolve any issues. The copying of the files always fails, and it is difficult to know whether this is because it is running under my account or for some other reason.
Am I missing something? Can we use the GUI and specify credentials to run the Copy Files action with (or maybe run the whole thing using the credentials we specify? Just thought of that)?
Thanks,
Jonathan