Network path or filename not found errors...

H

Homer Blankenship

Every day we get several errors like or similar to this one while a
..net app is trying to write files to a network share. The .net app
breaks the files up into chunks and writes them to this share as it
recieves the file over the Internet. Sometimes it fails with a Network
path not found error like this one and other times it will fail with a
No file to append to error after it has written several chunks of data
and it's like it just loses the network share. We have many other apps
with shares open on the same file server, which is a MS Cluster
server, and nothing else has this problem except for this .net app. I
have run sniffer traces to catch the error and is appears that the MS
Cluster does return a file not found error but we can't figure out
why. Does .net handle file shares differently than other apps?

Any ideas would be greatly appreciated. We have checked all the normal
networking problems like browsing, dns, wins, etc. I have even tried
lmhosts and hosts files. Every other networking function/share/service
works fine except for this .net app.


Severity: Error
Name: .NET error event
Description: ExceptionManagerPublishedException
General Information
*********************************************
Additional Info:
ExceptionManager.MachineName: INETSRV
ExceptionManager.TimeStamp: 7/21/2003 2:50:15 PM
ExceptionManager.FullName:
Microsoft.ApplicationBlocks.ExceptionManagement,
Version=1.0.944.18918, Culture=neutral, PublicKeyToken=null
ExceptionManager.AppDomainName:
/LM/W3SVC/6/Root/filexferserver-1-127032580653740378
ExceptionManager.ThreadIdentity: DOMAIN\username
ExceptionManager.WindowsIdentity: DOMAIN\group

1) Exception Information
*********************************************
Exception Type: System.IO.IOException
Message: The network path was not found.

TargetSite: Void WinIOError(Int32, System.String)
HelpLink: NULL
Source: mscorlib

StackTrace Information
*********************************************
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileInfo.get_Length()
at iStreamWebService.iStreamServer.ServerFileSize(String FileName)
in c:\inetpub\wwwroot\scanxferserver\private\istreamserver.asmx.cs:line
404
Agent: INETSRV
Time: 07/21/2003 14:50:16
 

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