Microsoft ISA 2006 Log Extraction Issues
Posted
by
Johandk
on Server Fault
See other posts from Server Fault
or by Johandk
Published on 2011-03-15T16:27:50Z
Indexed on
2011/03/19
0:12 UTC
Read the original article
Hit count: 538
Hi,
We have a client running ISA2006 with logs going to MSDE.
The MSDE database gets rotated. We have NO control over the client infrastructure.
We need to get the logs out to a TEXT file on the server itself which will be forwarded to a remote server by other software we already have in place.
My first thought was doing it via Stored Procs. Another option is vbscript? The actual table holding the logs has no primary key or other identifier so I think the dump should be done once a day for the previous day, but ideally it should run several times a day.
Any ideas?
© Server Fault or respective owner