2014-03-04, 06:39 PM
In the beginning, I had two recording folders defined. I recorded to folder A and later used "Archive" to move some recordings from folder A to folder B (which is on \\server2\shareA).
I bought a NAS and have added \\server3\shareC as a recording folder. All attempts to use "Archive" to move files from \\server2\shareB to \\server3\shareC are failing.
The bonkers bit is that the copy of the recording file works okay but the database does not get updated after the copy and the original file does not get deleted. Plus, if I record a file directly to \\server2\shareB, I can then "Archive" the file to \\server3\shareC with no problem.
It is not a permissions thing. The attached log contains a fail at
and a succeed at
I may be trying to do something outside the design spec ... "Archive" from one folder to another when neither is the current Default recording folder. Thanks for any suggestions.
I bought a NAS and have added \\server3\shareC as a recording folder. All attempts to use "Archive" to move files from \\server2\shareB to \\server3\shareC are failing.
The bonkers bit is that the copy of the recording file works okay but the database does not get updated after the copy and the original file does not get deleted. Plus, if I record a file directly to \\server2\shareB, I can then "Archive" the file to \\server3\shareC with no problem.
It is not a permissions thing. The attached log contains a fail at
Quote:2014-03-04 17:28:17.468 [DEBUG][17] Source File: \\Fastly\tv\Mr Selfridge\Mr Selfridge_20140223_21002200.ts
2014-03-04 17:28:17.503 [DEBUG][17] Target File: \\Buffy\tv\Mr Selfridge\Mr Selfridge_20140223_21002200.ts
2014-03-04 17:28:17.503 [DEBUG][17] Archiving...
2014-03-04 17:28:17.504 [DEBUG][17] No C:\Users\Public\NPVR\Scripts\PreArchive.bat
2014-03-04 17:45:01.924 [ERROR][17] Unexpected error archiving file: System.IO.IOException: The specified network name is no longer available.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at NShared.ArchivingService.WorkerThread()
and a succeed at
Quote:2014-03-04 18:23:38.418 [DEBUG][22] ArchiveRecording(56623:BBC News, Default)
2014-03-04 18:23:39.043 [DEBUG][17] Source File: \\Fastly\tv\BBC News\BBC News_20140304_18001830.ts
2014-03-04 18:23:39.073 [DEBUG][17] Target File: \\Buffy\tv\BBC News\BBC News_20140304_18001830.ts
2014-03-04 18:23:39.073 [DEBUG][17] Archiving...
2014-03-04 18:23:39.073 [DEBUG][17] No C:\Users\Public\NPVR\Scripts\PreArchive.bat
2014-03-04 18:26:53.328 [DEBUG][17] No C:\Users\Public\NPVR\Scripts\PostArchive.bat
2014-03-04 18:26:53.328 [DEBUG][17] Archiving Complete
I may be trying to do something outside the design spec ... "Archive" from one folder to another when neither is the current Default recording folder. Thanks for any suggestions.