RATE THIS ANSWER
0
Click to Vote:
0
0
Last Answered:
Jun 13 2008 4:57 PM GMT
by Labnuke99
Hello,
Most insidiously, on network shares, drive letter mapped path that is shorter than 254 characters (e.g., H:\(longpath)\file.txt), but the file path on the server itself is longer than 254 characters (e.g., (blah blah servername)\(sharename)\(subsharename)\(longpath)\file.txt).
So now for the good stuff, here is what our problem was, it may help some of you, (no promises though). Just recently I noticed that 1 of our servers was changed to 100mb full duplex (found out also that this needs to be like this temporarily due to a network assessment) all of the pcs were at Auto. The problem was transferring to that particular server would give the error message, any other server was fine. I changed the PC’s to 10mb Half duplex and they worked just fine, slower than 100 of course but it is our temporary fix until it can be changed back to auto.
===============================
I agree with TPinky about the network cabling and pathway. Check that out to begin with. Another option to consider is fooling the application to a shorter path by using the old SUBST command. Here's the syntax (it has to be run from a command window):
Associates a path with a drive letter.
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
drive1: Specifies a virtual drive to which you want to assign a path.
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.
Type SUBST with no parameters to display a list of current virtual drives.