Re: W2K vs W2K3 - drive mapping behavior changes ?
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Fri, 22 Sep 2006 01:02:58 +1000
"Michael McCarty" <user@xxxxxxxxxxx> wrote in message
news:%233J37dY3GHA.4228@xxxxxxxxxxxxxxxxxxxxxxx
Hi all,
Did the behavior with regards to the visibility of mapped drives change
significantly between W2K and W2K3 ? I have an application running as a
service under a domain account, that, on W2K, is perfectly able to
access a remote share via a mapped drive letter once that mapping is
established interactively, via Explorer.
On W2k3 however, this does not seem to work; the service does not even
see the mapped drive.
All protections and permissions are wide open, and the accounts involved
are all domain accounts belonging to the Administrator group on both
machines.
I know that for XP and on the official recommendation is to use UNC path
names, but for legacy reasons that is not an option.
Any helpful pointers to articles or tech notes would be greatly
appreciated. TIA.
Mike
No, nothing has changed but I suspect that your service does not
run under a suitably authorised account. You can easily test this
by using the Task Scheduler (which is equivalent to a service) to
run this simple batch file:
@echo off
echo %date% %time% User=%UserName% >> c:\test.txt
dir \\YourServer\YourShare 1>> c:\test.txt 2>>&1
Make sure to specify the ***same*** account and the
***same*** share as you specified in your failed service.
.
- Follow-Ups:
- Re: W2K vs W2K3 - drive mapping behavior changes ?
- From: Michael McCarty
- Re: W2K vs W2K3 - drive mapping behavior changes ?
- References:
- W2K vs W2K3 - drive mapping behavior changes ?
- From: Michael McCarty
- W2K vs W2K3 - drive mapping behavior changes ?
- Prev by Date: W2K vs W2K3 - drive mapping behavior changes ?
- Next by Date: Re: Server 2003 Does Not Boot After Deleting XP Partition
- Previous by thread: W2K vs W2K3 - drive mapping behavior changes ?
- Next by thread: Re: W2K vs W2K3 - drive mapping behavior changes ?
- Index(es):
Relevant Pages
|
Loading