Hi,
I am trying to use delete a file using UNC path that is written perl script. This perl script gets a called by an external task of a workflow in the production server to delete a file in dev server using UNC path.
At the moment I am running the script on the dev server itself which does not require UNC path since it's running on dev server. However, when i change the path to file (e.g. "c:\\iw-home\\....\\file.txt" to "\\\\servername\\iw-home\\...\\file.txt") to UNC path which is technically the same thing since it's on the same server it does not work through workflow, but when I run the script manually through command line it works fine with the UNC path.
When it runs through external task from workflow it does not detect the file. I know this has something do with the system since it's running workflow as system user opposed to user such as me running it manually through command line. Any insights into this would be greatful Thank you.
Hopefully what I said is not confusing

PA