LogParser User : allenbi:Quote: Well, you could produce a dummy file with all of the possible event numbers in, then report on the dummy file and your main file together. As far as putting the date in the filename, thats easy, use...
I am trying to get the current system date or time into my LogParser output file name. Here is the query I am trying:
C:\PROGRA~1\LOGPAR~1.2>logparser -i:TSV -iSeparator:spaces "SELECT system_time()
, field1 AS %Utilization INTO *chart.gif FROM xfrsGLOBAL.asc" -headerRow:off -ch
artType:Column3d -chartTitle:"Global CPU Utilization"
Here is the error I am getting in addition to the file name not being created like I want:
Task completed with errors.
Unexpected internal error calling chart object method ExportPicture:
Exception occurred.
Where am I going wrong. Does anyone have an example of how to do this correctly?