it finally ran but came with error I am running on my cas server can I change something in command so it comes with different output C--Users-ic1pxk-Desktop-Capture.JPG
logparser.exe "SELECT TOP 10 cs-username, Count(*) AS OWAHits INTO OWAActivity.gif FROM C:\Inetpub\logs\LogFiles\W3SVC1\u_ex*.log WHERE cs-uri-stem LIKE '/OWA/' AND cs-username IS NOT NULL GROUP BY cs-username ORDER BY OWAHits DESC" -charttype:Bar3D -o:datagrid -view:ON
is this correct
Patrick Bogers
No -charttype:bar3d can be deleted, not sure what view:on does
In the txt file the command starts with logparser.exe which looks ok.
In command line you start with the sql query which does not look ok.
Copy paste from txt to command line and Please try again.
Cheers