if you cannot use UNC, and must use mapped driver letter, then you better
change your app to map the drive itself.
Then again, if you are changing the code of the app, you might as well
change it so it can use UNC.
Again, a mapped drive exists for the logged on user, so the question is your
app, running as a service, which log on user account is it using ?
"v_2ankp" <> wrote in message
news:4AC5CA1F-2210-4674-802A-...
> John,
>
> I am trying to use folders on shared disk on clustered environment as a
> mapped drive. My application runs as a service and probably that is the
> reason it is not able to see the mapped drive. Though if I run a
> standalone
> java program it is able to list the mapped drive.
>
> "John Toner [MVP]" wrote:
>
>> Are you trying to get MSCS to use a mapped drive as a shared disk? If so,
>> this isn't going to work.
>>
>> Regards,
>> John
>>
>> Visit my blog: http://msmvps.com/blogs/jtoner
>>
>> "v_2ankp" <> wrote in message
>> news:3AED8742-2A2C-42F7-9695-...
>> > Thanks Edwin.
>> >
>> > But my application requires to access the files using mapped drive
>> > only.
>> > Is
>> > there any other way?
>> >
>> > "Edwin vMierlo [MVP]" wrote:
>> >
>> >> mapped drives are under the user descriptor of who mapped the drive.
>> >>
>> >> a better way is to change the config of your application not to look
>> >> for
>> >> a
>> >> drive letter, but to look for a UNC, e.g \\servername\sharename.
>> >>
>> >>
>> >> rgds,
>> >> Edwin.
>> >>
>> >>
>> >> "v_2ankp" <> wrote in message
>> >> news:6076B8FE-9D9E-4DE8-AFE7-...
>> >> >I have created a mapped drive on clustered Windows 2003 server having
>> >> > clustered SQL server. The mapped drive is created using shared disk
>> >> > for
>> >> > SQL
>> >> > server.
>> >> >
>> >> > I run my application which lists the drives on the machine. The
>> >> > mapped
>> >> > drive
>> >> > is not listed and hence my application cannot access files from that
>> >> > drive.
>> >> >
>> >> > I run ProcessExplorer and I find that my application is running as
>> >> > NT-Authority/SYSTEM.
>> >> >
>> >> > Appreciate if you can give me a solution such that my application
>> >> > can
>> >> > see
>> >> > that mapped drive
>> >>
>> >>
>> >> .
>> >>
>>
>>
>> .
>>