RE: Cannot open log for source {0}. You may not have write access.
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 08/24/04
- Previous message: [MSFT]: "RE: Cannot open log for source {0}. You may not have write access."
- In reply to: Magdelin: "Cannot open log for source {0}. You may not have write access."
- Next in thread: Magdelin: "RE: Cannot open log for source {0}. You may not have write access."
- Reply: Magdelin: "RE: Cannot open log for source {0}. You may not have write access."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 Aug 2004 02:38:57 GMT
Hello ,
For such a issue, you may goto to the following registry key:
HKEY_LOCAL_MACHINE/System/CurrentControlSet/Application
And locate the CustomSD key and add the following string to the existing
value:
(A;;0x0002;;;AU)
A: SDDL_ACCESS_ALLOWED
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se
curity/ace_strings.asp
0x0002: ELF_LOGFILE_WRITE: Permission to write log files.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/
event_logging_security.asp
AU: Authenticated Users
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se
curity/sid_strings.asp
Here are some related articles:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/
event_logging_security.asp
http://msdn.microsoft.com/library/en-us/dncode/html/secure06122003.asp
Hope this help,
Luke
- Previous message: [MSFT]: "RE: Cannot open log for source {0}. You may not have write access."
- In reply to: Magdelin: "Cannot open log for source {0}. You may not have write access."
- Next in thread: Magdelin: "RE: Cannot open log for source {0}. You may not have write access."
- Reply: Magdelin: "RE: Cannot open log for source {0}. You may not have write access."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|