jp
Guest
|
Posted:
Wed Nov 03, 2004 12:12 pm Post subject:
Can i write a file in logged off mode |
|
|
Hi,
I want to write a log file which is written by a windows service. The
problem is that when windows is logged off, the service is unable to
write the file and gives an exception. However, when in logged in
state, the service is able to write the file. Is there any restriction
in writing a file while the windows system is logged off?
Thanks,
Jaspinder |
|
Lanwench [MVP - Exchange]
Guest
|
Posted:
Wed Nov 03, 2004 6:39 pm Post subject:
Re: Can i write a file in logged off mode |
|
|
jp wrote:
| Quote: | Hi,
I want to write a log file which is written by a windows service. The
problem is that when windows is logged off, the service is unable to
write the file and gives an exception. However, when in logged in
state, the service is able to write the file. Is there any restriction
in writing a file while the windows system is logged off?
Thanks,
Jaspinder
|
What account is the service set to run under, and if it's writing a log file
to a non-local location, does it have permissions to do this, and is it
using a UNC path? |
|