Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-2008, 11:02 AM
Ziga Jakhel
 
Posts: n/a
Windows 2008 Server - cannot copy files from server to another machine; reverse works ok

Hi!

My Windows 2008 Server started acting up on me all of a sudden.

Every time I try to copy a larger file from it to a network share on another
machine, it freezes, reporting that the local file I am trying to copy
cannot be found ("Item Not Found" error dialog", or that there is a network
error accessing the local (!)file. Sometimes the copy works a bit at the
beginning, then the speed crumbles to < 10KB/sec, and the errors pop up.
All machines are in a Windows 2003 AD, the 2008 box is a workstation, not a
dc server.

I managed to disable all advanced tcp features (RSS, Chimney offload,
receive windows tuning, congestion control), and now I can at least transfer
files to a Windows 2003 server (slow; 4MB/sec). Transfering to vista x64
(also with modified txp features) still doesn't work.

What's funny is that going in the oposite direction - putting the files onto
the windows 2008 server box - works without a hitch. From the Vista box it
goes with cca. 11 MB/sec.

Any hints on how to fix this? The 2008 Server is my primary development
workstation and this is a *major* pain.

Thanks & Best Regards,

Sigmund


Reply With Quote
  #2 (permalink)  
Old 06-17-2008, 02:50 PM
Dominick
 
Posts: n/a
Re: Windows 2008 Server - cannot copy files from server to anothermachine; reverse works ok

When you are doing large file copies using anything with Buffered I/O,
you can actually exhaust your resources, much less have a very slow
copy. Buffered I/O will consume Paged Pool (1 KB of paged pool is
required for each megabyte MB of file size that is opened for buffered
I/O). So the bigger your File Copy, the more Paged Pool you will
consume and eventually your copy might fail if your resource runs out
before your copy Finishes.

Thats why its good to use tools such as ESEUTIL (if you have Wxchange
Server at your site) that don't utilize Windows APIs CopyFile or
CopyFileEx for large file copies. I believe GNU Wget
(http://www.gnu.org/software/wget/ind...l#downloading), Teracopy
(http://www.codesector.com/teracopy.php) and SecureCopy
(http://www.scriptlogic.com/products/securecopy/) also work well.

Ziga Jakhel wrote:
> Hi!
>
> My Windows 2008 Server started acting up on me all of a sudden.
>
> Every time I try to copy a larger file from it to a network share on
> another machine, it freezes, reporting that the local file I am trying
> to copy cannot be found ("Item Not Found" error dialog", or that there
> is a network error accessing the local (!)file. Sometimes the copy works
> a bit at the beginning, then the speed crumbles to < 10KB/sec, and the
> errors pop up.
> All machines are in a Windows 2003 AD, the 2008 box is a workstation,
> not a dc server.
>
> I managed to disable all advanced tcp features (RSS, Chimney offload,
> receive windows tuning, congestion control), and now I can at least
> transfer files to a Windows 2003 server (slow; 4MB/sec). Transfering to
> vista x64 (also with modified txp features) still doesn't work.
>
> What's funny is that going in the oposite direction - putting the files
> onto the windows 2008 server box - works without a hitch. From the Vista
> box it goes with cca. 11 MB/sec.
>
> Any hints on how to fix this? The 2008 Server is my primary development
> workstation and this is a *major* pain.
>
> Thanks & Best Regards,
>
> Sigmund
>
>

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > Windows Server


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:25 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Card Consolidation | Free Credit Report | Myspace Codes | Cadillac | Cheap Sheets



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114