Windows AMC Script - SymLink AccessDeniedException
Posted: 15 Aug 2014, 01:23
Windows 2012
Filebot 4.2
uTorrent 3.4.2 (build 32239)
Additional Info: I have uTorrent seed for a while after, but I also set seed time / ratio to 0 as a test, and ran uTorrent as admin as a test. M:\ is a mapped network drive (Although from what I've read Symlinks should work on this!), Share has full permission as well as NTFS permissions for user.
"Run Program" commands:
Log entry corresponding:
Any ideas on what could be causing this access denied error? None of my files end up getting moved, but if I use Copy method everything works. I have also try hardlink and keeplink.
Filebot 4.2
uTorrent 3.4.2 (build 32239)
Additional Info: I have uTorrent seed for a while after, but I also set seed time / ratio to 0 as a test, and ran uTorrent as admin as a test. M:\ is a mapped network drive (Although from what I've read Symlinks should work on this!), Share has full permission as well as NTFS permissions for user.
"Run Program" commands:
Code: Select all
filebot -script fn:amc --output "M:" --log-file C:/amc.log --action symlink --conflict override -non-strict --def "seriesFormat=M:/Shows/{n}/Season {s}/{n} - S{s.pad(2)}E{e.pad(2)} - {t}" "movieFormat=M:/Movies/{fn}" "musicFormat=M:/Music/Albums/{n}/{fn}" music=y subtitles=en artwork=y clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Code: Select all
[SYMLINK] Rename [M:\Torrents\Downloaded\The Strain S01E04 HDTV x264-ASAP[ettv]\The.Strain.S01E04.HDTV.x264-ASAP.eng.srt] to [M:\Shows\The Strain\Season 1\The Strain - S01E04 - It's Not for Everyone.srt]
[SYMLINK] Failed to rename [M:\Torrents\Downloaded\The Strain S01E04 HDTV x264-ASAP[ettv]\The.Strain.S01E04.HDTV.x264-ASAP.eng.srt]
java.nio.file.AccessDeniedException: M:\Shows\The Strain\Season 1\The Strain - S01E04 - It's Not for Everyone.srt
Finished without processing any files
Failure (°_°)