Difference between revisions of "Copying Large Files"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(New page: == Overview == You need to copy a very large file - at least in the gigabyte, often hundreds of gigabytes range. You are finding that it is slow (mb/sec) or fails. == Option 1 == Use Es...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
 
You need to copy a very large file - at least in the gigabyte, often hundreds of gigabytes range.  You are finding that it is slow (mb/sec) or fails.
 
You need to copy a very large file - at least in the gigabyte, often hundreds of gigabytes range.  You are finding that it is slow (mb/sec) or fails.
 +
 +
This is often encountered when copying the EHR database (e.g. the Works DB for Allscripts) file, especially over a network.
  
  
Line 9: Line 11:
  
 
== Option 2 ==
 
== Option 2 ==
A client of Galen's has used [http://www.brothersoft.com/copy-large-files-23759.html CLF] with success.
+
A client of Galen's has used [http://www.brothersoft.com/copy-large-files-23759.html CLF] with consistent success copying a 400gb file across its network.

Latest revision as of 19:26, 16 March 2009

Overview

You need to copy a very large file - at least in the gigabyte, often hundreds of gigabytes range. You are finding that it is slow (mb/sec) or fails.

This is often encountered when copying the EHR database (e.g. the Works DB for Allscripts) file, especially over a network.


Option 1

Use Eseutil. This is the solution recommended by Microsoft - technically, the Enterprise Platforms Support Windows Server Performance team. You can check out the article here.

It is a command-line program. The usage for file copies is: eseutil /y <srcfile> /d <destfile>

Option 2

A client of Galen's has used CLF with consistent success copying a 400gb file across its network.