|
lnmecca -> RE: Hang while "processing security events table" (16.Oct.2009 8:19:19 AM)
|
Thank you for your timely response, Drew. I did try as you suggested, using an iteration of 365, 260, 160, 60, 30, 15, 5, and then 1 days. However it once again hung processing the Security Events table when it hit the 30 day mark. I tried this using the GUI Database Operation interface, and for a second time I wrote a small batch using the exportdata.exe utility ( batch included below). Both methods produced the same result. A ~3mb .tmp file is left behind in the directory after killing the hung process. Any further suggestions would be appreciated. Thanks! Batch file: @ECHO OFF ECHO Now clearing 365 days or older ... Exportdata.exe /folder:%1 /period:8760 /delete ECHO Now clearing 260 days or older ... Exportdata.exe /folder:%1 /period:6240 /delete ECHO Now clearing 160 days or older ... Exportdata.exe /folder:%1 /period:3840 /delete ECHO Now clearing 60 days or older ... Exportdata.exe /folder:%1 /period:1440 /delete ECHO Now clearing 30 days or older ... Exportdata.exe /folder:%1 /period:720 /delete ECHO Now clearing 15 days or older ... Exportdata.exe /folder:%1 /period:360 /delete ECHO Now clearing 5 days or older ... Exportdata.exe /folder:%1 /period:120 /delete ECHO Now clearing 1 days or older ... Exportdata.exe /folder:%1 /period:24 /delete
|
|
|
|