Windows Service - FileWatcher doesn't work on D drive

E

Elmo Watson

I'm using a windows service, with a Filewatcher, to poll a particular
folder.
I can always get it to work correctly if I set the folder somewhere on the C
drive (which is the boot drive also), however, it never works at all if I
set it to look an any folder on the D Drive. The files are totally ignored.

I'm setting up the ServiceProcessInstaller using the LocalSystem Account.

What might I be missing here, or can it only work on the C Drive?
 
G

Guest

Is your "D" drive a local hard disk? Is it formmatted using NTFS file system?
does "SYSTEM" have permissions to read the target folder?
 
E

Elmo Watson

D Drive is a local hard drive on the computer, though I haven't checked the
other -
Thanks - that gives me somewhere to look
 
E

Elmo Watson

SYSTEM does, indeed have read/modify permissions.
Does it need to be NTFS, for this to work?
 
E

Elmo Watson

Yes - it's definitely NTFS

Rowland Shaw said:
Is your "D" drive a local hard disk? Is it formmatted using NTFS file
system?
does "SYSTEM" have permissions to read the target folder?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top