Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Networking & Sharing

Notices

Reply

Problem accessing network shares

 

LinkBack Thread Tools Display Modes
Old 01-12-2008, 02:09 PM   #1 (permalink)
Default Problem accessing network shares

I have a fle server that I recently replaced with a new machine. The name of
the new machine is the same as that of the old, and the names of the shares
in it are also the same.

Since the upgrade my Vista machine is unable to access the shares and gives
me this error: "The parameter is incorrect". This occurrs when trying to open
mapped drives as well as trying to access the server's root UNC path.

After seeing this error I tried the "net view" command from DOS and got this:

C:\>net view \\x6
System error 87 has occurred.

The parameter is incorrect.



I've found a way to temporarily fix the problem, but after I reboot my Vista
box it happens again and I need to apply the fix again. The fix is to use
"net use" like this:

C:\>net use \\x6\software /user:xxx\username
The command completed successfully.


Note that if I use my actual domain name this command fails, but if I put in
an invalid one (like "xxx") then it succeeds. Yes, I know that's very
strange. I was lucky to find this by mistyping my domain name once and was
surprised that the command then worked. After issuing this command I can
access the file server just fine and my mapped network drives work fine as
well.


So, does anyone know how I can fix this permanently?
Qythyx
Guest
 
Posts: n/a
Reply With Quote  
Old 01-12-2008, 10:48 PM   #2 (permalink)
Default Re: Problem accessing network shares

Try this: net use * /d. and restart the Vista. Please post back with the
result.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
news:1A3E9C17-F092-4685-B61B-E19932F149D3@microsoft.com...
Quote:
>I have a fle server that I recently replaced with a new machine. The name
>of
> the new machine is the same as that of the old, and the names of the
> shares
> in it are also the same.
>
> Since the upgrade my Vista machine is unable to access the shares and
> gives
> me this error: "The parameter is incorrect". This occurrs when trying to
> open
> mapped drives as well as trying to access the server's root UNC path.
>
> After seeing this error I tried the "net view" command from DOS and got
> this:
>
> C:\>net view \\x6
> System error 87 has occurred.
>
> The parameter is incorrect.
>
>
>
> I've found a way to temporarily fix the problem, but after I reboot my
> Vista
> box it happens again and I need to apply the fix again. The fix is to use
> "net use" like this:
>
> C:\>net use \\x6\software /user:xxx\username
> The command completed successfully.
>
>
> Note that if I use my actual domain name this command fails, but if I put
> in
> an invalid one (like "xxx") then it succeeds. Yes, I know that's very
> strange. I was lucky to find this by mistyping my domain name once and was
> surprised that the command then worked. After issuing this command I can
> access the file server just fine and my mapped network drives work fine as
> well.
>
>
> So, does anyone know how I can fix this permanently?
Robert L. \(MS-MVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 01-13-2008, 08:47 AM   #3 (permalink)
Default Re: Problem accessing network shares

Thanks for the suggestion. It almost wored. After doing what you suggested
and rebooting I could log into Vista without any problems, but when I tried
to access the file server I received the same error. To access it I had to
use the same workaround I used before.

I forgot to mention before that accessing the share from another Vista box
shows the same problem, but from the domain controller (Server 2003) and a XP
box everything is fine. Also, the other Vista box does not have any mapped
drives at all, so the problem is not related to that.

Any other suggestions?

"Robert L. (MS-MVP)" wrote:
Quote:
> Try this: net use * /d. and restart the Vista. Please post back with the
> result.
>
> --
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on
> http://www.HowToNetworking.com
>
>
> "Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
> news:1A3E9C17-F092-4685-B61B-E19932F149D3@microsoft.com...
Quote:
> >I have a fle server that I recently replaced with a new machine. The name
> >of
> > the new machine is the same as that of the old, and the names of the
> > shares
> > in it are also the same.
> >
> > Since the upgrade my Vista machine is unable to access the shares and
> > gives
> > me this error: "The parameter is incorrect". This occurrs when trying to
> > open
> > mapped drives as well as trying to access the server's root UNC path.
> >
> > After seeing this error I tried the "net view" command from DOS and got
> > this:
> >
> > C:\>net view \\x6
> > System error 87 has occurred.
> >
> > The parameter is incorrect.
> >
> >
> >
> > I've found a way to temporarily fix the problem, but after I reboot my
> > Vista
> > box it happens again and I need to apply the fix again. The fix is to use
> > "net use" like this:
> >
> > C:\>net use \\x6\software /user:xxx\username
> > The command completed successfully.
> >
> >
> > Note that if I use my actual domain name this command fails, but if I put
> > in
> > an invalid one (like "xxx") then it succeeds. Yes, I know that's very
> > strange. I was lucky to find this by mistyping my domain name once and was
> > surprised that the command then worked. After issuing this command I can
> > access the file server just fine and my mapped network drives work fine as
> > well.
> >
> >
> > So, does anyone know how I can fix this permanently?
>
>
Qythyx
Guest
 
Posts: n/a
Reply With Quote  
Old 01-14-2008, 07:11 PM   #4 (permalink)
Default Re: Problem accessing network shares

Assuming you can ping x6, ping x6 from a workstation. write down the IP,
then do net view \\ipaddress of the x6. Do you receive the same error?

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
news:1E4F0186-1C7B-473D-AE7B-5C4893F115DF@microsoft.com...
Quote:
> Thanks for the suggestion. It almost wored. After doing what you suggested
> and rebooting I could log into Vista without any problems, but when I
> tried
> to access the file server I received the same error. To access it I had to
> use the same workaround I used before.
>
> I forgot to mention before that accessing the share from another Vista box
> shows the same problem, but from the domain controller (Server 2003) and a
> XP
> box everything is fine. Also, the other Vista box does not have any mapped
> drives at all, so the problem is not related to that.
>
> Any other suggestions?
>
> "Robert L. (MS-MVP)" wrote:
>
Quote:
>> Try this: net use * /d. and restart the Vista. Please post back with the
>> result.
>>
>> --
>> Bob Lin, MS-MVP, MCSE & CNE
>> Networking, Internet, Routing, VPN Troubleshooting on
>> http://www.ChicagoTech.net
>> How to Setup Windows, Network, VPN & Remote Access on
>> http://www.HowToNetworking.com
>>
>>
>> "Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
>> news:1A3E9C17-F092-4685-B61B-E19932F149D3@microsoft.com...
Quote:
>> >I have a fle server that I recently replaced with a new machine. The
>> >name
>> >of
>> > the new machine is the same as that of the old, and the names of the
>> > shares
>> > in it are also the same.
>> >
>> > Since the upgrade my Vista machine is unable to access the shares and
>> > gives
>> > me this error: "The parameter is incorrect". This occurrs when trying
>> > to
>> > open
>> > mapped drives as well as trying to access the server's root UNC path.
>> >
>> > After seeing this error I tried the "net view" command from DOS and got
>> > this:
>> >
>> > C:\>net view \\x6
>> > System error 87 has occurred.
>> >
>> > The parameter is incorrect.
>> >
>> >
>> >
>> > I've found a way to temporarily fix the problem, but after I reboot my
>> > Vista
>> > box it happens again and I need to apply the fix again. The fix is to
>> > use
>> > "net use" like this:
>> >
>> > C:\>net use \\x6\software /user:xxx\username
>> > The command completed successfully.
>> >
>> >
>> > Note that if I use my actual domain name this command fails, but if I
>> > put
>> > in
>> > an invalid one (like "xxx") then it succeeds. Yes, I know that's very
>> > strange. I was lucky to find this by mistyping my domain name once and
>> > was
>> > surprised that the command then worked. After issuing this command I
>> > can
>> > access the file server just fine and my mapped network drives work fine
>> > as
>> > well.
>> >
>> >
>> > So, does anyone know how I can fix this permanently?
>>
>>
Robert L. \(MS-MVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 01-14-2008, 10:13 PM   #5 (permalink)
Default Re: Problem accessing network shares

I tried your suggestion and the result was the same.

I did manage to eventually solve my problem. What I did was just completely
rename my file server. Fortunately it wasn't being used by too many people,
so after the rename and reconfiguration of the clients to point to it all is
well.

I decided to try that since it seemed that Vista had something about the
file server cached somewhere that was wrong, and I assumed the cache was
coorelated to the name. This fix worked for me, but in some environments
renaming a server probably isn't viable.

Anyway, thanks for the suggestions.

"Robert L. (MS-MVP)" wrote:
Quote:
> Assuming you can ping x6, ping x6 from a workstation. write down the IP,
> then do net view \\ipaddress of the x6. Do you receive the same error?
>
> --
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on
> http://www.HowToNetworking.com
>
>
> "Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
> news:1E4F0186-1C7B-473D-AE7B-5C4893F115DF@microsoft.com...
Quote:
> > Thanks for the suggestion. It almost wored. After doing what you suggested
> > and rebooting I could log into Vista without any problems, but when I
> > tried
> > to access the file server I received the same error. To access it I had to
> > use the same workaround I used before.
> >
> > I forgot to mention before that accessing the share from another Vista box
> > shows the same problem, but from the domain controller (Server 2003) and a
> > XP
> > box everything is fine. Also, the other Vista box does not have any mapped
> > drives at all, so the problem is not related to that.
> >
> > Any other suggestions?
> >
> > "Robert L. (MS-MVP)" wrote:
> >
Quote:
> >> Try this: net use * /d. and restart the Vista. Please post back with the
> >> result.
> >>
> >> --
> >> Bob Lin, MS-MVP, MCSE & CNE
> >> Networking, Internet, Routing, VPN Troubleshooting on
> >> http://www.ChicagoTech.net
> >> How to Setup Windows, Network, VPN & Remote Access on
> >> http://www.HowToNetworking.com
> >>
> >>
> >> "Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
> >> news:1A3E9C17-F092-4685-B61B-E19932F149D3@microsoft.com...
> >> >I have a fle server that I recently replaced with a new machine. The
> >> >name
> >> >of
> >> > the new machine is the same as that of the old, and the names of the
> >> > shares
> >> > in it are also the same.
> >> >
> >> > Since the upgrade my Vista machine is unable to access the shares and
> >> > gives
> >> > me this error: "The parameter is incorrect". This occurrs when trying
> >> > to
> >> > open
> >> > mapped drives as well as trying to access the server's root UNC path.
> >> >
> >> > After seeing this error I tried the "net view" command from DOS and got
> >> > this:
> >> >
> >> > C:\>net view \\x6
> >> > System error 87 has occurred.
> >> >
> >> > The parameter is incorrect.
> >> >
> >> >
> >> >
> >> > I've found a way to temporarily fix the problem, but after I reboot my
> >> > Vista
> >> > box it happens again and I need to apply the fix again. The fix is to
> >> > use
> >> > "net use" like this:
> >> >
> >> > C:\>net use \\x6\software /user:xxx\username
> >> > The command completed successfully.
> >> >
> >> >
> >> > Note that if I use my actual domain name this command fails, but if I
> >> > put
> >> > in
> >> > an invalid one (like "xxx") then it succeeds. Yes, I know that's very
> >> > strange. I was lucky to find this by mistyping my domain name once and
> >> > was
> >> > surprised that the command then worked. After issuing this command I
> >> > can
> >> > access the file server just fine and my mapped network drives work fine
> >> > as
> >> > well.
> >> >
> >> >
> >> > So, does anyone know how I can fix this permanently?
> >>
> >>
>
>
Qythyx
Guest
 
Posts: n/a
Reply With Quote  
Old 01-15-2008, 02:20 AM   #6 (permalink)
Default Re: Problem accessing network shares

Thank you for the update.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
news:6DCA8024-C37E-4DA7-AD80-9C9733ACB972@microsoft.com...
Quote:
>I tried your suggestion and the result was the same.
>
> I did manage to eventually solve my problem. What I did was just
> completely
> rename my file server. Fortunately it wasn't being used by too many
> people,
> so after the rename and reconfiguration of the clients to point to it all
> is
> well.
>
> I decided to try that since it seemed that Vista had something about the
> file server cached somewhere that was wrong, and I assumed the cache was
> coorelated to the name. This fix worked for me, but in some environments
> renaming a server probably isn't viable.
>
> Anyway, thanks for the suggestions.
>
> "Robert L. (MS-MVP)" wrote:
>
Quote:
>> Assuming you can ping x6, ping x6 from a workstation. write down the IP,
>> then do net view \\ipaddress of the x6. Do you receive the same error?
>>
>> --
>> Bob Lin, MS-MVP, MCSE & CNE
>> Networking, Internet, Routing, VPN Troubleshooting on
>> http://www.ChicagoTech.net
>> How to Setup Windows, Network, VPN & Remote Access on
>> http://www.HowToNetworking.com
>>
>>
>> "Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
>> news:1E4F0186-1C7B-473D-AE7B-5C4893F115DF@microsoft.com...
Quote:
>> > Thanks for the suggestion. It almost wored. After doing what you
>> > suggested
>> > and rebooting I could log into Vista without any problems, but when I
>> > tried
>> > to access the file server I received the same error. To access it I had
>> > to
>> > use the same workaround I used before.
>> >
>> > I forgot to mention before that accessing the share from another Vista
>> > box
>> > shows the same problem, but from the domain controller (Server 2003)
>> > and a
>> > XP
>> > box everything is fine. Also, the other Vista box does not have any
>> > mapped
>> > drives at all, so the problem is not related to that.
>> >
>> > Any other suggestions?
>> >
>> > "Robert L. (MS-MVP)" wrote:
>> >
>> >> Try this: net use * /d. and restart the Vista. Please post back with
>> >> the
>> >> result.
>> >>
>> >> --
>> >> Bob Lin, MS-MVP, MCSE & CNE
>> >> Networking, Internet, Routing, VPN Troubleshooting on
>> >> http://www.ChicagoTech.net
>> >> How to Setup Windows, Network, VPN & Remote Access on
>> >> http://www.HowToNetworking.com
>> >>
>> >>
>> >> "Qythyx" <Qythyx@discussions.microsoft.com> wrote in message
>> >> news:1A3E9C17-F092-4685-B61B-E19932F149D3@microsoft.com...
>> >> >I have a fle server that I recently replaced with a new machine. The
>> >> >name
>> >> >of
>> >> > the new machine is the same as that of the old, and the names of the
>> >> > shares
>> >> > in it are also the same.
>> >> >
>> >> > Since the upgrade my Vista machine is unable to access the shares
>> >> > and
>> >> > gives
>> >> > me this error: "The parameter is incorrect". This occurrs when
>> >> > trying
>> >> > to
>> >> > open
>> >> > mapped drives as well as trying to access the server's root UNC
>> >> > path.
>> >> >
>> >> > After seeing this error I tried the "net view" command from DOS and
>> >> > got
>> >> > this:
>> >> >
>> >> > C:\>net view \\x6
>> >> > System error 87 has occurred.
>> >> >
>> >> > The parameter is incorrect.
>> >> >
>> >> >
>> >> >
>> >> > I've found a way to temporarily fix the problem, but after I reboot
>> >> > my
>> >> > Vista
>> >> > box it happens again and I need to apply the fix again. The fix is
>> >> > to
>> >> > use
>> >> > "net use" like this:
>> >> >
>> >> > C:\>net use \\x6\software /user:xxx\username
>> >> > The command completed successfully.
>> >> >
>> >> >
>> >> > Note that if I use my actual domain name this command fails, but if
>> >> > I
>> >> > put
>> >> > in
>> >> > an invalid one (like "xxx") then it succeeds. Yes, I know that's
>> >> > very
>> >> > strange. I was lucky to find this by mistyping my domain name once
>> >> > and
>> >> > was
>> >> > surprised that the command then worked. After issuing this command I
>> >> > can
>> >> > access the file server just fine and my mapped network drives work
>> >> > fine
>> >> > as
>> >> > well.
>> >> >
>> >> >
>> >> > So, does anyone know how I can fix this permanently?
>> >>
>> >>
>>
>>
Robert L. \(MS-MVP\)
Guest
 
Posts: n/a
Reply With Quote  
Old 06-15-2008, 02:59 AM   #7 (permalink)
Default Re: Problem accessing network shares


Is any update for the solution

I have three windows OS nodes on the network. one is vista. another i
XP. the last one is CE 6. The XP can access to the CE and the Vist
both. And the Vista can access to the XP only. The same error 87 occur
if the Vista accesses to the CE. It's impossible to rename the CE fil
server because it's production that should be sold

--
Hanbin
Hanbin
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

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

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


Similar Threads

Thread Thread Starter Forum Replies Last Post
Accessing vista shares with Windows 98SE techweenie Windows Vista Networking & Sharing 4 07-06-2007 03:12 PM
Accessing Admin Shares Sean Windows Vista Networking & Sharing 2 02-07-2007 07:26 PM
problem accessing computer on network duncanh Windows Vista Networking & Sharing 0 12-16-2006 01:48 PM
Prompted for password accessing network shares Shari Windows XP Network & Web 1 08-07-2003 08:29 PM
Delay accessing network shares on server steve Windows XP Performance & Maintenance 0 07-08-2003 08:49 PM


All times are GMT. The time now is 02:31 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

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