Path to long error during restore
Posted: Thu Mar 31, 2016 9:47 pm
Backup worked fine but restore failed. Got a "path to long" error during restore.
This can happen at all time, because data is stored on the file server under D:\share\projects
The clients maps this to e.g. P:\
So the client see's a shorter path, than it is actually used.
And anyway, there is no problem to create file and directory names longer than 260 characters.
Please fix this. (Using version 9.2.3)
This can happen at all time, because data is stored on the file server under D:\share\projects
The clients maps this to e.g. P:\
So the client see's a shorter path, than it is actually used.
And anyway, there is no problem to create file and directory names longer than 260 characters.
Please fix this. (Using version 9.2.3)
Destination check Details: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Stack trace: at System.IO.PathHelper.Append(Char value)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength)
at System.IO.Directory.CreateDirectory(String path)
at CortexIT.BA.Restore.Progress.RestoreProgressController.StepDestinationCheck(Activity activity)