Author |
Message |
jons
Joined: 18 May 2014 Posts: 2
|
Posted: Sun May 18, 2014 1:17 am Post subject: Large file copy failing at around 78% every time. |
|
|
Trying to copy a SQL DB from one VM running Windows Server 2003 to one running Windows Server 2008, both latest versions. File is around 50GB in size. Previously used xcopy /j for such tasks, but looking for a better solution and found ViceVersa. Running the latest version for evaluation purposes and every time we attempt, it fails around 78%.
This is an unbuffered file copy from VM to VM. Both thick provisioned. ViceVersa gives the error:
windows copy error. not enough server storage is available to process this command
There's plenty of disk/storage space available. I've found other similar issues online, but I can't narrow down what the issues could be. Any insight would be greatly appreciated. |
|
Back to top |
|
|
jons
Joined: 18 May 2014 Posts: 2
|
Posted: Sun May 18, 2014 9:20 am Post subject: IRPStackSize entry added to the registry |
|
|
Figured it out after hours of testing. Looks like the host server that the SQL DB file was being copied from (Windows Server 2003) needed to have IRPStackSize entry added to the registry. I followed the advice of a site I found and ViceVersa copied the files like a champ. Adding this to help anyone that runs across this in the future.
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\LanmanServer
\Parameters
IRPStackSize DWORD
default size is hexadecimal 15. I upped mine to 30. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8758
|
Posted: Mon May 19, 2014 12:22 am Post subject: not enough server storage is available to process command |
|
|
Great stuff, thank you for posting the solution you found, it will help other users too. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|