I have this workflow running locally and drop files into a directory (C:\Client) and some reports into an other directory (Still drive C).
Now, I’m trying to change my output into a mapped network drive (with all rights (Everyone = Read & Write permission)). But always having errors, no files is written into those network directories (Tried also with a direct acces (\server\directory\etc).
I keep having this error for all outputs :
Error while executing plugin W3220 : Error creating directory : X:\Client\2016-04-21-5\CL\ Error code 3: The system cannot find the path specified.
Even the login information in ServiceConsole is right, even rewrote everything to make sure the credentials are good.
I know you’ve checked the permissions, but every bit of information I’ve found in regards to this error, every result, mentions permissions as being the problem. It definitely has to be this.
Make sure both computers are either on the same Workgroup, or they are both logged in to the same Domain. Also, you will absolutely need to use the UNC path ( \servername\share\Client\2016-04-21-5\CL\ ), as mapped drives can’t be used in both User and Service mode simultaneously, and even if it’s only on the service side it requires scripts to set up.