System.IO.IOException: The semaphore timeout period has expired.

S

Scott McFadden

I have a .net service on a Win2003 server box that periodically attempts to
move files
from a local path to a UNC path on another Win2003 server box. I use
System.IO.File.Move to accomplish this task. Unforunately, this causes the
following exception to be thrown intermittently:
Exception Info: System.IO.IOException: The semaphore timeout period has
expired.

at System.IO.__Error.WinIOError(Int32 errorCode, String str)

at System.IO.File.Move(String sourceFileName, String destFileName)

Anyone else have this problem?



..NET Framework 1.1

Win2003 SP1



thanks!
 
P

perrin820

High Scott,

I have just receieved this erro while doing a BufferedStream->Write
operation. Did you ever track this error down?

Thanks,

-jon-
 
S

Scott McFadden

Never tracked it down. Saw some google group links mentioning a similar
problem with the UNC path being excessively long?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top