« Previous Next »

Thread: Sysloc COM API and Protocol

Last post 05-15-2006 4:41 PM by LogParser User : ssnodgra. 0 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (1 items)

Sort Posts:

  • 05-15-2006, 4:41 PM

    Sysloc COM API and Protocol

    How do I tell logparser to use tcp for syslog output. Below is what I have been trying and it does not work.


    Set SysLogOutput = CreateObject("MSUtil.LogQuery.SYSLOGOutputFormat")
    SysLogOutput.protocol =TCP

    ' Create query text
    EventQuery = "SELECT * INTO " & "@" & Trim(sls(1)) & " FROM Security, Application, System, Directory\u0020Service, DNS\u0020Server, File\u0020Replication\u0020Service"

    ' Execute query
    ParserO.ExecuteBatch EventQuery, EVTLogInput, SysLogOutput
Page 1 of 1 (1 items)
Microsoft Communities