I have a script that _almost_ works. When I run this script,
logparser.exe "select * into MIA_Logs from c:\inetpub\logs\LogFiles\*.log" -i:iisW3c -o:SQL -database:Web_Logs -createTable:off -recurse:-1
I get this error:
"Cannot open (from-entity): Error opening files: Error searching for files in folder c:\inetpub\logs\LogFiles\W3SVC11: Access is denied."
How can I give Log Parser permission to view these files and any other folders that IIS creates dynamically?
Thank you