Version: 0.7.3
OS: Windows 8.1
Install-type: Windows Installer
Skin: Plush
Firewall Software: Windows firewall
Are you using IPV6? My ISP uses ipv6, though my issue is all local and my home network uses IPV4
Is the issue reproducible? Yes
I have a windows computer (windows 8.1) which runs sabnzbd (0.7.3).
I have configured sabnzbd to run as a service (as per the following instructions: http://wiki.sabnzbd.org/sabnzbd-as-a-windows-service).
I have setup sabnzbd to save completed files to my synology nas (DS414). Incomplete downloads are stored locally on the windows computer first, then transferred upon completion to the NAS location. My categories are setup using network paths, not drives (ie: \\server\share\location\)
When a file is completed on sabnzbd, the process fails when transferring to my NAS with the following error:
Post Processing Failed for "media-file" (Cannot create final folder \\server\media\movies\"media-file")
"media" is a shared directory on the nas, I have given admin and one other user full access to this directory and all sub directories (via the synology nas control panel - linux based).
On my windows computer, I have set my sabnzbd service to run as my local admin user, and I have setup my local admin user on my windows machine to connect to my synology nas with appropriate credentials using Credential Manager. When browsing my synology server via file explorer on the local admin account on the windows machine which is running sabnzbd, I have no problem browsing, creating files, deleting files.
There has to be some sort of permission that I am missing somewhere? I can't figure it out for the life of me. Any thoughts or suggestions or a nudge in the right direction?
There are some notes at the bottom of the sabnzbd service wiki page:
- - The SABHelper Service must run as "Local System" or any account that has administrative privileges.
- This is set to run as local service.
- - By default the service runs as "Local System". This allows full access to the internal harddisk, but not to network shares.
- - If you need network shares, you should tell the Service Manager to use an appropriate user account.
- I have set the sabnzbd service to run as my local windows user - when I have logged in to my windows user via windows, I have set the credentials for the network share appropriately and am able to browse the network location and read/write/execute files from it.
- - When using network shares, you must use network (UNC) paths ("\\server\share") instead of drive letters ("p:\")
- I have done this.

