Re: why don't the login scripts work some time?



DNS settings are just fine, I checked that already.
We have other shares on the same server accessed without a problem.
It is just this particular share that give us trouble. In case we have a
problem with DNS resolution it will affect all shares on this server not only
one of them.


"Pegasus (MVP)" wrote:

> This message suggests that your PC was unable to locate
> the machine where the shares reside. This could be a DNS
> problem: net.exe looks in all the wrong places for your
> server, and sometimes it times out. Ask your network
> administrator to check your DNS settings.
>
>
> "zivota" <zivota@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:B664ABA4-36A3-4605-AF23-2847144D4DFB@xxxxxxxxxxxxxxxx
> > I have exactly same problem as Christos.
> >
> > Login script sometimes doesn't want to map network drive.
> > Message is always the same:
> > -----
> > "System error 53 has occurred.
> > The network path was not found."
> > ------
> > Sometime it helps to execute manually script several times, but sometimes
> it
> > just doesn't want to map the drive.
> > If you browse drive through "My Network Places" or type UNC it will open
> > shared drive without problems. If you execute script immediately after
> > browsing drive it will map for 100%.
> >
> > In 90% cases I have problem with the same share?! I checked permissions
> and
> > they are just fine. I even moved share to FreeBSD-Samba server and it
> behaves
> > absolutely the same?!!. In 90% will also be same users, including myself
> > (admin).
> > This share was DFS share while ago.....but not anymore...maybe..?
> >
> > Any idea?
> >
> > This is output from
> > "Pegasus (MVP)" wrote:
> >
> > >
> > > "Christos" <Christos@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > > news:4D3C6307-EE64-4213-B0CD-4D94B3421C74@xxxxxxxxxxxxxxxx
> > > > Some times, for some users, the maped network drives that are
> configured
> > > on
> > > > the login script don't work. Can anyone make any guesses on why is
> this
> > > > happening?
> > > >
> > > > Could the high CPU utllization on the server that the scripts are
> stored
> > > > affect the proper functioning of the scripts?
> > > >
> > > > Thanks
> > > >
> > > > Christos
> > >
> > > I recommend that you collect some data in order to home in on
> > > this issue, by modifying your logon script like so:
> > >
> > > @echo off
> > > echo %date% %time% User=%UserName% PC=%ComputerName% >> c:\logon.txt
> > > echo %date% %time% User=%UserName% PC=%ComputerName% >> c:\logon.err
> > > net use p: \\YourServer\JSmith 1>> c:\logon.txt 2>>c:\logon.err
> > > net use >> c:\logon.txt
> > >
> > > When you get the next failure, have a look at the two log files.
> > > The answer is likely to be right there.
> > >
> > >
> > >
>
>
>
.



Relevant Pages

  • Re: Is it possible to map 2 shares in a remote Server ?
    ... I have changed the security so that the same user can access both shares. ... I can map 2 drives successfully. ... server, explain. ...
    (microsoft.public.windows.server.general)
  • Re: Windows XP clients lose connection to shares on 2008 server
    ... Can not map from workstation by IP \\10.10.50.10\share ... Check if the server can see its own shares - YES ... Check if you can browse to shares on a workstation from the server - YES ... They'll work for a week or so and then suddenly no one can access their shared drives. ...
    (microsoft.public.windows.server.general)
  • Re: The Specified network name is longer available
    ... shares on the server, can't be mapped. ... No one in the Ohio office can map ... this sounds like a permissions ...
    (microsoft.public.windows.server.networking)
  • Re: network drives
    ... Open Server Management and click on Shares and in Right Pane Add Shares ... individual user account when you type the path to the logon script file in ... > map l: 1 ...
    (microsoft.public.windows.server.sbs)
  • Re: Domain Controller DNS Error
    ... The clients have the same DNS settings as the DC. ... shares are accessible by name. ... Ar they using tonly their local dns server? ...
    (microsoft.public.windows.server.active_directory)

Loading