The event-log tag has no wiki summary.
0
votes
1answer
2k views
Wevtutil to output event log description
Is there anyway to only output the description field in an event log entry?
Im current using:
wevtutil qe Application /q:*[System[(EventID=431)]] /f:text /rd:true /c:2 /gm:true > C :\query.txt
...
15
votes
2answers
17k views
The source was not found, but some or all event logs could not be searched
I am getting the following exception. I have given full control to Asp.net account on Eventlogs in Registry edit.
[SecurityException: The source was not found, but some or all event
logs could ...
1
vote
0answers
334 views
How to interpret windows APPCRASH mysterious log?
How should I interpret these logs to identify the cause of the appcrash?
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: ...
0
votes
2answers
1k views
cannot find syslog.h on windows
I am rewriting a c program which was used to linux, now I'll reused it on windows, I write a bat file. I run this file as administrator, then error occurs:
syslog.h:No such file or directory.
...
1
vote
0answers
141 views
Enable event logging MS Office 2010
How can I enable event logs for opened session from MS Office 2010 ? MS Office 2007 make event logs in Microsoft Office 12 Sessions (OSession).
2
votes
2answers
682 views
Event log message file issue
One of the applications I work on has been spitting out ugly event log messages that have our message but also the wonderful message such as below:
The description for Event ID 103 from source ...
3
votes
2answers
131 views
How can I setup log4net to log certain events if they occur/happen more than N times per time span?
Basically, I would like to be able to log events such as "HTTP timeouts" in my application only if they happen more than 100 times per minute (for example).
Is there any way to configure log4net to ...
4
votes
3answers
2k views
EventLog WriteEntry does not write to designated log, but to Application log
I have an application where I want to write entries to event log
The logger is instantiated through MEF.
I created a derived class, to be able to perform the log initializations prior of using it.
My ...
0
votes
1answer
1k views
WMI call from C++ results in HRESULT=0x80041003
I'm not sure why am I getting this strange result. Can someone please shed some light on this?
I'm using WMI calls from a C++ program to export the 'Application' part of the Windows Event Log.
This ...
0
votes
1answer
289 views
How to open an event log programmatically (.net, Windows 7 x64)?
I want to list entries from a log Microsoft-Windows-Application Server-Applications/Debug
I tried listing logs using EventLog.GetEventLogs() but it only lists logs that are at the "root" level of ...
0
votes
1answer
308 views
Create folder in windows event viewer using C#
In my current installer I am creating event log for each application version. Doing so there are lots of events created for each version. Searching for correct event log is bit difficult for clients. ...
1
vote
1answer
233 views
What is the simplest way to query event logs for message contents in C#?
I'm interested in writing some code to query the Windows Event Log for specific error message contents, as described in this MSDN article. However, I'm not a big fan of the mechanic of basically ...
0
votes
1answer
88 views
Stopping the monitoring of the event log
I have some code that watches the event log for entry written events and executes a handler when one of these events happens. My question is if I want to stop watching the event log for entry written ...
-1
votes
2answers
506 views
Event Logging in ASP.NET
I am using VS2005 C# .NET 2.0 and SQL Server 2005.
Are there any websites that provide step by step instructions to implement event logging for my web application?
Edit:
I will like to save the log ...
1
vote
1answer
321 views
Can one Process signal the event created by another process under different username(both process running under different username) ?
Happening in Windows 7:
I have installed process proc1.exe as service.In the proc1, i am creating new process proc2.exe by creating session id and token and passing to CreateProcessAsUser().
In the ...
1
vote
2answers
200 views
Trouble getting Asp.Net + Logging Application Block to log to Windows Application Event Log
So I'm trying to get an Asp.Net application running on Windows 2008R2 / IIS 7.5 to log to the Windows Application Event Log using EntLib Logging Application Block.
It works great on our dev/test ...
0
votes
1answer
1k views
PS using Get-WinEvent with FilterXPath and datetime variables?
I'm grabbing a handful of events from an event log in chronological order
don't want to pipe to Where
want to use get-winevent
After I get the Event1, I need to get the 1st instance of another ...
1
vote
1answer
205 views
Event Logs: SQL or not to SQL
I am building a web application that will pull event logs from multiple servers and display them into a page that I have set up. I have set it to go back 20 events for both the Application log and ...
1
vote
1answer
245 views
Grant my code Event Log permissions
Hi I am trying to grant my application full access to the event logs, so I have put this code in, and I am basicallyjust wondering if somebody who has used/seen this before can verify that what I have ...
0
votes
1answer
289 views
Local System account event log permissions
Does anybody know of a way I can check what permissions the Local System account has with the Application event log? There is no CustomSD at ...
0
votes
1answer
109 views
WMI Entry Arrived Event accessing Event ID
I am having a small problem trying to get the Event ID when I use WMI to monitor the event log. Here is my code:
private static void EventLogMonitor(object sender, EventArrivedEventArgs e)
{
...
5
votes
3answers
2k views
C# EventLog Inaccessible Log
Below is an exception I encountered while running the immediately following code:
The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.
The ...
1
vote
1answer
819 views
How To Disable .NET Event Log Warnings?
Per our policy we are no longer allowed to write to event log, so I removed all my event log code from writing to the event log, which works, however I keep getting random ASP.NET 4.0 Warnings from ...
3
votes
2answers
3k views
Reading the Windows Event Log with C# (Source != ProviderName != SourceName)
Reading the EventLog source...
I am using C# to read the Windows Event Log and I want to select/filter entries from it. The problem is that the information displayed in the Event Viewer is not always ...
0
votes
1answer
2k views
How to create a custom event log using C#
I created a Windows service. I create an event log.
public Service1()
{
InitializeComponent();
this.ServiceName = ConfigurationManager.AppSettings.Get("ServiceName");
string ...
0
votes
0answers
227 views
Missing Application Logs in Event Viewer, Windows 2008 [closed]
We seem to be missing application logs in event viewer. The log just shows 0 messages. I came across some information attributing this issue to corrupted log files, I cleared the log but the issue is ...
4
votes
1answer
1k views
Using XPath starts-with or contains functions to search Windows event logs
By editing the XML filter query manually in Windows event viewer, I can find events where the data matches a string exactly:
<QueryList>
<Query Id="0" Path="Application">
<Select ...
0
votes
0answers
77 views
Event Logs for Remote Share BruteForce
This command is used to access remote shares.
net use \10.31.247.2\share /user:admin password
Is there any way to detect(EventLogs) if someone is trying to BruteForce into a remote system using ...
0
votes
3answers
269 views
No eventlogs from BizTalk
I've got a new production computer and installed my BizTalk app on there. The problem is that I don't see any messages in the event log, nor from my BizTalk app or BizTalk Server itself. The only ...
0
votes
0answers
172 views
Pull any machine specific information from Windows audit log?
This is a follow up to this question.
I followed the accepted answer and thought I was satisfied with the results but ran into a roadblock.
The Setup
I'm running my C# program from the server that ...
1
vote
3answers
146 views
Reading windows log events generates new log event. How to prevent this?
I'm using .Net feature to read events from windows event log from remote machine, like this:
var eventLogs = EventLog.GetEventLogs(Hostname);
var collection = eventLogs[0].Entries;
foreach (var ...
1
vote
1answer
410 views
Monitoring event log
I have a question about how things are going on under the hood with this in C#. If I have some code like this:
// Create the event log monitor
eventLog.Log = eventLogToMonitor;
...
3
votes
1answer
594 views
search event viewer server 03 and 08 r2
Is there a way to search the event viewer in Windows Server 2003 and Windows Server 2008 r2 for a particular printer name using powershell or another cmd or program?
From time to time I have to ...
0
votes
1answer
651 views
Get TaskName from TaskScheduler Event Log
I'm trying to access the information available in the "Details" tab in Event Viewer.
I've realized the TaskScheduler events aren't available via the System.Diagnostics.EventLog, but instead via ...
1
vote
2answers
4k views
Write an Event to the Event viewer
I found an example in C# how to add new Event to the Event Viewer.
But, I need an example written in C++ (not .NET) that create new Event to the Event Viewer under the "Application" part.
0
votes
3answers
944 views
getting through 665 Error that prevents database backup
When trying to do a back up of a database it fails at 30 percent. I try to defrag the disk to solve the problem but it still fails in the same step. I would like to understand why it failed.
Backup ...
0
votes
1answer
293 views
FormatMessage gets Error 317 while trying to read EventLog
I had nearly similar problem with this.
FormatMessage Fails with error code 317
The difference is it is said as an answer that this is caused by "FORMAT_MESSAGE_FROM_SYSTEM" but when I remove it it ...
0
votes
0answers
40 views
Log to a file that can be opened with the event viewer
Is their a way (Preferably using logging application block) to write log to a file in such a way that it can be opened using the event viewer?
4
votes
2answers
1k views
log4Net eventlog permissions issue using non-administrator account
This probably isnt an issue with SiteCore per se but I've included it for completeness. I have sitecore 6.3 running under IIS7 using a custom identity for the app pool. I cant get Sitecore to write ...
0
votes
0answers
168 views
How to stop Asp.net from writing to event log
Not sure if this question belongs to here or serverfault but here you go.
Is it possible to stop asp.net writing event logs? I am already using elmah to log errors anyway
0
votes
2answers
528 views
Customize text in Source column of the Event Viewer (EventLog)
Is it possible to write to the Source column in the Event Viewer my wanted source ?
(instead of ".NET Runtime" ?)
And if so, how?
1
vote
2answers
329 views
Filter IDs of the last “boot event” from Event Log in PowerShell
I need to filter IDs of the last "boot event" from Event Log
I get it by running psloglist -accepteula -n 1 -s -o "Microsoft-Windows-Kernel-General" -i 12 -t ; that I redirect to a file and need ...
0
votes
1answer
389 views
Writing to Event Log: don't see events in Event Log Viewer but do see them from under Visual Studio.Net
I am creating a Windows Service in VS.NET 2010 / C# that uses the event log component for logging. I created event source, and the service works under the Local System account so no security ...
1
vote
1answer
187 views
How to find if event source is created?
I am using the sample code to create event source:
<DirectoryRef Id="TARGETDIR">
<Component Id="RegistryEntries" Guid="PUT-GUID-HERE">
<util:EventSource
Name="Training ...
0
votes
1answer
597 views
Enterprise library not logging severity correctly
I have a problem with enterprise library 5. It's writing to the event log all the information I want it to write, however, it is not respecting the severity settings I configure.
My exception ...
2
votes
3answers
220 views
Access to local Event Log in C#
I want to connect to local log and get some events from it.I use this code:
EventLog el = new EventLog();
el.Source = "";
But I don't know what is local EventLog source.
Does anyone know what is ...
2
votes
0answers
197 views
Data names on Windows Event Logging
In order to make my custom event logs on Windows easily parsable and structured, I am utilizing Message Resource files which is explained here: ...
2
votes
2answers
351 views
EventLog instance versus static methods - preference?
When writing to an event log, I can create an instance of EventLog, hold onto it as a member variable and call WriteEntry(string message) on it every time I want to log a message.
Alternatively, I ...
2
votes
1answer
167 views
Is a separate message file library for my native Win32 service necessary?
We've got an old legacy win32 service, developed with C++, and we've just recently noticed that when the service starts up and stops, there is an informational message in the event logs about our ...
0
votes
1answer
179 views
How to send an event to Windows Event Collector via C# - WSMan
Assuming Windows Event Collector is set up on my server machine, how can I send custom events to the collector using c# with(or without) Ws-Management protocol, namely WSMan class on ...
