well the thing is in order for me to use UNC paths to acess other network dirves during an external task i had to map the network drive and use the network drive letter instead to access the share drive. However i found that if network the drive using the owner's access permissions of the workflow user name and password it works but if i were to map it to someone other than the owner of the workflow ti does not work.Because of the access issues in workflow I cannot seem to use the UNC paths directly from my perl script but if I were to run it manually through command line it works. So by using teh "net use" command to map and selecting person who has access to UNC path it worked but i think that was because that person was the owner of workflow as well. I"m not too sure about this maybe Im wrong on this but it seems like whoever the owner is I would probably have to use "net use" command on that person to map the drive which would include putting passwords not a good look. That is why I'm wondering if there is way for to solve this issue by having a SYSTEM access for the network drives not sure if this right way doing it?thankspa
So I do this a little differentlyI run OpenDeploy as a network user (not local admin) svcIWOVIn the WF I run an IPL that runs OpenDeploy from Y: to \\destaination\somedirIt works great.