How to clear log over 2 gigabyte limit
Posted: Wed Sep 28, 2005 1:23 pm
I have a log file that reached the 2 gigabyte limit.
Director is unable to clear the log.
When I tried
in Administrator I got the following error:
What would be the bad consequences of trying CLEAR.FILE?
Can you suggest any other way to clear the file?
Thank you for your help.
Doug
P.S. The user in question has been told to run the job in the future only from Director, which has the default setting to abort the job after fifty (50) warnings.
The sizes of the files in RT_LOG1360 are:
Director is unable to clear the log.
When I tried
Code: Select all
DELETE FROM RT_LOG1360 WHERE CAST(@ID AS VARCHAR) NOT LIKE '//%';in Administrator I got the following error:
Code: Select all
FATAL: Cannot write to transaction cache file.What would be the bad consequences of trying CLEAR.FILE?
Can you suggest any other way to clear the file?
Thank you for your help.
Doug
P.S. The user in question has been told to run the job in the future only from Director, which has the default setting to abort the job after fifty (50) warnings.
The sizes of the files in RT_LOG1360 are:
Code: Select all
DATA.30 = 2164684800
OVER.30 = 560062464