
December 6th, 2002, 03:09 PM
|
|
Junior Member
|
|
Join Date: Dec 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
A Write-behind operation failed to remote ser
I have an application running on a NT Server(Say A) that reads and writes files on a remote NT Server(Say B).
read
|-------| ------------------------> |-------|
| | (LAN connection) | |
| B | <------------------------- | A |
|-------| write |-------|
Application running on A encounters EOF file signal while reading a file on B in the middle of the file. I have checked file for any characters that would signal an EOF, but everything looks good with the files application is reading.
I also noticed, Event ID: 3025 source: Rdr Description: A Write-behind operation failed to remote server B
in the event log on machine A everytime application reports unexpected EOF errors.
Should I set UseWriteBehind value to o and disable writebehind option?. How much of a performace impact will this have?. IS there any where I get can fix this problem without not loosing any performance.
thanks in advance !!
Kris.
|