<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'ETW input format'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=ETW+input+format&amp;orTags=0</link><description>Search results matching tag 'ETW input format'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Selecting Server Event Log from Local machine</title><link>http://forums.iis.net/p/1156798/1900209.aspx#1900209</link><pubDate>Sat, 11 Apr 2009 14:14:03 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1900209</guid><dc:creator>cci</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>&lt;p&gt;This question has been asked before but not answered.&amp;nbsp; I am an admin and would like to query the security log on our server from my workstation. Assuming the simplest&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;quot;SELECT * FROM SERVER,Security&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;or&lt;/p&gt;
&lt;p&gt;&amp;quot;SELECT * FROM \\Server\c$\windows\system32\config\SecEvents.evt&amp;quot;&lt;/p&gt;
&lt;p&gt;I will get an error that the file is being used by another process. I saw the last person who asked this question just gave up, assuming it couldn&amp;#39;t be done. So, is that true?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;TIA, stan&lt;/p&gt;</description></item><item><title>Problems with time conversion in .etl log file</title><link>http://forums.iis.net/p/1145852/1851064.aspx#1851064</link><pubDate>Wed, 10 Jan 2007 09:27:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1851064</guid><dc:creator>LogParser User : prunku</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>I had some trouble, but i fixed it. Please delete this post. sorry</description></item><item><title>vbs script works, but exact same query in c# doesn't</title><link>http://forums.iis.net/p/1145771/1850983.aspx#1850983</link><pubDate>Thu, 09 Nov 2006 18:09:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1850983</guid><dc:creator>LogParser User : dalev</dc:creator><cs:applicationKey>input_formats-51</cs:applicationKey><description>&lt;P&gt;I have a custom ETW provider that I use to trace into log files along with selected IIS traces. When I perform the following query using COM interop via a vbs script, it works perfectly:&lt;/P&gt;&lt;FONT face="Courier New" size=2&gt;&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;P&gt;SELECT Timestamp, TO_STRING(Timestamp, 'HH:mm:ss.llnn') AS TimestampStr, ProcessID, ThreadID, ProviderGUID, EventNumber, EventType, EventTypeName, ContextId, AppPoolId, RequestURL, RequestVerb, HttpStatus, BytesSent, BytesReceived, TraceType, ClientRequestId, ServerRequestId, ServerAddress, UserContext, ServerOperation, ServerOperationData, ClientOperation, AuthType, AuthUserName &lt;BR&gt;FROM 'C:\MyCasLog.etl' &lt;BR&gt;WHERE ProviderGUID='&lt;FONT color=#800000 size=2&gt;&lt;FONT color=#111111&gt;{67c6e8e5-b62b-4f47-a04d-ecb487d00046}' OR&lt;/FONT&gt;&lt;BR&gt;&lt;/FONT&gt;(ProviderGUID='{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}' AND (EventName='IISGeneral' AND (EventTypeName='GENERAL_REQUEST_START' OR EventTypeName='GENERAL_REQUEST_END')) OR (EventName='IISAuthentication' AND EventTypeName='AUTH_SUCCEEDED')) &lt;BR&gt;ORDER BY TimestampStr, EventType, TraceType&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P dir=ltr&gt;&lt;FONT face=Arial&gt;Run the exact same query inside C# and it fails to pick up the events from my custom provider. However if I change the first line of the WHERE clause to refer to the provider name instead:&lt;/FONT&gt;&lt;/P&gt;&lt;P dir=ltr&gt;WHERE ProviderDescription='Microsoft Exchange Server 2007 Client Access Performance' OR &lt;/P&gt;&lt;P dir=ltr&gt;&lt;FONT face=Arial&gt;It works perfectly. This is a complete mystery to me.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;</description></item></channel></rss>