Networking Forums

Networking Forums > Computer Networking > Windows Networking > Net Use Statement will not run on win98 in a 2000 Domain

Reply
Thread Tools Display Modes

Net Use Statement will not run on win98 in a 2000 Domain

 
 
-Leotta-
Guest
Posts: n/a

 
      11-10-2003, 10:05 PM
Has anyone run into an issue with the use of net use
statement not running on windows 98 desktops. We are
migrating users from Novell Servers to 2000 servers, and I
have come a cross an issue where shared folders cannot be
accessed by end users when using a net use statement in
thier logon script. If I have rights set to everyone it
works fine, but as soon as I set up some security the 98
machines generate an error 50: message at logon. Using the
same .bat file and the same users on a 2000 desktop I
receive no errors, and the mapping statements works fine.

Anyone seen this before.
 
Reply With Quote
 
 
 
 
Richard G. Harper
Guest
Posts: n/a

 
      11-10-2003, 11:16 PM
Does this apply?

http://support.microsoft.com/default...b;en-us;259630

--
Richard G. Harper ((E-Mail Removed)) MVP Win9x
* Please post all messages and replies in the newsgroup so that
* all may benefit. Private mail is usually not replied to.
* Help US Help YOU ... http://www.dts-l.org/goodpost.htm


"-Leotta-" <(E-Mail Removed)> wrote in message
news:051301c3a7df$15a55c10$(E-Mail Removed)...
> Has anyone run into an issue with the use of net use
> statement not running on windows 98 desktops. We are
> migrating users from Novell Servers to 2000 servers, and I
> have come a cross an issue where shared folders cannot be
> accessed by end users when using a net use statement in
> thier logon script. If I have rights set to everyone it
> works fine, but as soon as I set up some security the 98
> machines generate an error 50: message at logon. Using the
> same .bat file and the same users on a 2000 desktop I
> receive no errors, and the mapping statements works fine.
>
> Anyone seen this before.



 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a

 
      11-10-2003, 11:29 PM
- What exactly is the "net use" statement you use?
- What exactly is the error message you get? (Please don't
just quote error numbers!)


"-Leotta-" <(E-Mail Removed)> wrote in message
news:051301c3a7df$15a55c10$(E-Mail Removed)...
> Has anyone run into an issue with the use of net use
> statement not running on windows 98 desktops. We are
> migrating users from Novell Servers to 2000 servers, and I
> have come a cross an issue where shared folders cannot be
> accessed by end users when using a net use statement in
> thier logon script. If I have rights set to everyone it
> works fine, but as soon as I set up some security the 98
> machines generate an error 50: message at logon. Using the
> same .bat file and the same users on a 2000 desktop I
> receive no errors, and the mapping statements works fine.
>
> Anyone seen this before.



 
Reply With Quote
 
Phil
Guest
Posts: n/a

 
      11-12-2003, 03:08 PM
We are doing something similiar. We can't use the net use
command to map our 98 users home directories unless their
actual directory is shared. ie:
net use h: \\server\data\home\username will not work (data
is the win2k shared directory)
net use h: \\server\username will work if username
directory is shared.

Downside is that everyone can see everyone elses
directories, but permissions can be set to only allow the
correct user into each directory. This doesn't include the
headaches that are going to crop up when trying to setup
application directories.

I would love to hear a workaround for this, but I haven't
been able to find any in my searches of the internet.

>-----Original Message-----
>Does this apply?
>
>http://support.microsoft.com/default.aspx?scid=kb;en-

us;259630
>
>--
>Richard G. Harper ((E-Mail Removed)) MVP Win9x
>* Please post all messages and replies in the newsgroup

so that
>* all may benefit. Private mail is usually not replied

to.
>* Help US Help YOU ... http://www.dts-l.org/goodpost.htm
>
>
>"-Leotta-" <(E-Mail Removed)> wrote in message
>news:051301c3a7df$15a55c10$(E-Mail Removed)...
>> Has anyone run into an issue with the use of net use
>> statement not running on windows 98 desktops. We are
>> migrating users from Novell Servers to 2000 servers,

and I
>> have come a cross an issue where shared folders cannot

be
>> accessed by end users when using a net use statement in
>> thier logon script. If I have rights set to everyone it
>> works fine, but as soon as I set up some security the 98
>> machines generate an error 50: message at logon. Using

the
>> same .bat file and the same users on a 2000 desktop I
>> receive no errors, and the mapping statements works

fine.
>>
>> Anyone seen this before.

>
>
>.
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a

 
      11-12-2003, 08:20 PM
See below.


"Phil" <(E-Mail Removed)> wrote in message
news:000601c3a937$2b3031a0$(E-Mail Removed)...
> We are doing something similiar. We can't use the net use
> command to map our 98 users home directories unless their
> actual directory is shared. ie:
> net use h: \\server\data\home\username will not work (data
> is the win2k shared directory)


This syntax works on Win2000/XP machines but is not supported
in a Win9x environment.


> net use h: \\server\username will work if username
> directory is shared.


Exactly.


> Downside is that everyone can see everyone elses
> directories, but permissions can be set to only allow the
> correct user into each directory. This doesn't include the
> headaches that are going to crop up when trying to setup
> application directories.
>
> I would love to hear a workaround for this, but I haven't
> been able to find any in my searches of the internet.


On a Win2000 Server, you can set individual shares for your
users so that nobody can see anybody else's folders. You
need to talk to a person who is familiar with Win2000 Servers,
shares and NTFS permissions. It is then a routine task to
set up a structure that suits your environment.


> >-----Original Message-----
> >Does this apply?
> >
> >http://support.microsoft.com/default.aspx?scid=kb;en-

> us;259630
> >
> >--
> >Richard G. Harper ((E-Mail Removed)) MVP Win9x
> >* Please post all messages and replies in the newsgroup

> so that
> >* all may benefit. Private mail is usually not replied

> to.
> >* Help US Help YOU ... http://www.dts-l.org/goodpost.htm
> >
> >
> >"-Leotta-" <(E-Mail Removed)> wrote in message
> >news:051301c3a7df$15a55c10$(E-Mail Removed)...
> >> Has anyone run into an issue with the use of net use
> >> statement not running on windows 98 desktops. We are
> >> migrating users from Novell Servers to 2000 servers,

> and I
> >> have come a cross an issue where shared folders cannot

> be
> >> accessed by end users when using a net use statement in
> >> thier logon script. If I have rights set to everyone it
> >> works fine, but as soon as I set up some security the 98
> >> machines generate an error 50: message at logon. Using

> the
> >> same .bat file and the same users on a 2000 desktop I
> >> receive no errors, and the mapping statements works

> fine.
> >>
> >> Anyone seen this before.

> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems connecting a Windows 2000 server (domain) to Win98 machine (Workgroup) Michael Windows Networking 0 08-26-2004 02:26 PM
Password Synchronization between NT Domain and 2000 AD domain William Tyler Windows Networking 1 07-16-2004 06:48 AM
Connecting 2000 to 2000 Domain Controlers Mohammed Windows Networking 3 06-29-2004 06:21 PM
WIN98 Shared printer on 2000 Domain Lloyd Mitchell Windows Networking 1 02-13-2004 12:41 AM
Win98 not seeing Windows 2000 Domain Raymond Liu Windows Networking 0 09-10-2003 09:42 PM



1 2 3 4 5 6 7 8 9 10 11