Hi,
I'm using the FTP download task and getting a "Access to path XXXXX denied." for the shared path on the local system (trying to write to \\localhost\Share\). I'm impersonating the task using a domain account w/ full permissions to the folder and share.
When running ProcMon.exe (a windows SysInternals tool) to diagnos the issue I see the following log:
Desired Access: Read Attributes
Disposition: Open
Options: Open Reparse Point
Attributes: n/a
ShareMode: Read, Write, Delete
AllocationSize: n/a
Impersonating: NT AUTHORITY\SYSTEM
When I permission the local system account privileges, it works. I rechecked the impersonation account, verified it was being used, and checked the folder permissions again. It all appears to be correct, but the account I'm trying to impersonate with still fails.
Any ideas?
Thanks,
JZ