2008-10-05, 03:09 AM
I'm testing recording to a network share on a PC running Windows XP Professional and I keep on getting the following error:
I've set permissions of the Shared folder to Full Control for:
Everyone
LOCAL SERVICE
NETWORK
NETWORK SERVICE
SYSTEM
Using the computer where GB-PVR is installed, I can create, copy, edit and delete folders and files on \\Server\Shared\test. I'm stumped as to why GB-PVR seems unable to create the files. I believe the GBPVRRecordingService is logged on as Local System.
Code:
2008-10-04 19:26:21.453 ERROR [5] Error starting recording: System.UnauthorizedAccessException: Access to the path '\\Server\Shared\test\That 70s Show' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at GBPVR.RecordingService.x93f60a55016d55c4.xaf0c8a8cd1d45e20(ScheduledRecording xe41d2b9d98dc1269)
at GBPVR.RecordingService.x93f60a55016d55c4.xcba1f05fb5a46d5f()
I've set permissions of the Shared folder to Full Control for:
Everyone
LOCAL SERVICE
NETWORK
NETWORK SERVICE
SYSTEM
Using the computer where GB-PVR is installed, I can create, copy, edit and delete folders and files on \\Server\Shared\test. I'm stumped as to why GB-PVR seems unable to create the files. I believe the GBPVRRecordingService is logged on as Local System.