Re: Automcatically connect sharepoint network drive using login script
From: Mike Walsh (englantilainen_at_hotmail.com)
Date: 02/03/05
- Next message: Adam: "Document Library Folder sizes and issues"
- Previous message: Mike Walsh: "Re: Office Versions supported"
- In reply to: Johannes Jauch: "Re: Automcatically connect sharepoint network drive using login script"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Feb 2005 18:02:07 +0200
I've had this too.
Sometimes trying exactly the same statement again works.
Certainly it works *most* of the time if you have no spaces; German
characters or anything else "odd" (tut mir leid ..) in your path, so avoid
them.
So rather than relying on say a script to create these logical drives, I
would always set them up before I leave work and then have the script just
access Y: (if I do them myself I can try enough times until it works :) )
Mike Walsh, Helsinki, Finland
"Johannes Jauch" <jauch@!NOSPAM!axinom.de> wrote in message
news:ON1xfZgCFHA.2540@TK2MSFTNGP09.phx.gbl...
> Thanks for the answers!
>
> But my problem is only solved half. It seems that there is some kind of
> race condition.
>
> When I use
>
> net use Z: \\servername\wss
>
> then sometimes after login drive Z: is available, but somtimes I get an
> error message:
>
> <<<
> System error 53 occured.
>
> The network path was not found.
>>>>
> (Translated from german system)
>
> Do you have any hint for me how I can fix this?
>
> Thanks in advance!
>
> Johannes Jauch
>
>
> "Mike Walsh" <englantilainen@hotmail.com> schrieb im Newsbeitrag
> news:OluItNVCFHA.1924@TK2MSFTNGP14.phx.gbl...
>> the usual net use statement (and only if the client runs Office 2003) is
>>
>> net use Y: \\servername\xxx\doclib1
>>
>> (where accessing the doucment lib via the browser goes via the url
>> http://servername/xxx/doclib1)
>>
>> Mike Walsh, Helsinki, Finland
>> WSS FAQ at http://wss.collutions.com
>> Please reply to the newsgroup
>>
>> "Paul" <anonymous@discussions.microsoft.com> wrote in message
>> news:26d301c5094d$c4096910$a501280a@phx.gbl...
>>> Do you have a FQDN registered as a host header for the
>>> sharepoint site? did you try "net use z: http://wss"? I
>>> have set mine up (in ISS) so that access is gained by
>>> http://wss or http://wss.company.com (careful of the
>>> security concerns)
>>>>-----Original Message-----
>>>>Hi,
>>>>
>>>>I would like to connect to a sharepoint network drive
>>> using login scripts.
>>>>The command I need to perform looks like this:
>>>>
>>>>net use z: http://company.com/wss
>>>>
>>>>But this command does not work in the login script.
>>>>
>>>>Environment:
>>>>
>>>>The users are all in a windows domain and have configured
>>> their browsers to
>>>>include the company.com server in their trusted sites.
>>>>
>>>>When they just use their browser to connect to the
>>> sharepoint URL above they
>>>>are not prompted for logon credentials (this behavior is
>>> ok).
>>>>
>>>>How can I map that network drive using a login script
>>> without having to
>>>>include the user's password in that script?
>>>>
>>>>Thanks in advance!
>>>>
>>>>Johannes Jauch
>>>>
>>>>
>>>>.
>>>>
>>
>>
>
>
- Next message: Adam: "Document Library Folder sizes and issues"
- Previous message: Mike Walsh: "Re: Office Versions supported"
- In reply to: Johannes Jauch: "Re: Automcatically connect sharepoint network drive using login script"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|