Jissh Posted October 11, 2005 Share Posted October 11, 2005 My Monitor.Errors.txt is so large I can't open it to see whats going on on one of my servers. Is it possible to delete it and creat a new text file with same? That way I'll be able to open it and whats going on. If this is not possible what to do? Link to comment Share on other sites More sharing options...
Jissh Posted October 11, 2005 Author Share Posted October 11, 2005 after trying evry thing I could think of the only thing that opens a text file thats 1.32gb in size was cute ftp after it was loaded onto my home pc. Not recomended if you have only 1gb ram. It took 25 minutes to get it open 10 minutes to close it and all for nothing. This file was full of nothing but can't connect to data base errors. Any body else out there have there monitor.errors.txt file this large? Maybe you can add a function in the panel to delete the error logs once a month. Just a suggestion. Link to comment Share on other sites More sharing options...
ECF Posted October 11, 2005 Share Posted October 11, 2005 <div class="pre"><pre>create a scheduled task that executes a batch that has: del c:\Program Files\TCAdmin Control Panel\Logs\*.* </pre></div> Then shedule it to run as a task whenever you like. Link to comment Share on other sites More sharing options...
LFA Posted October 11, 2005 Share Posted October 11, 2005 you can delete the file and it will be created next time it is written to. For the batch to work it would have to be like this: del "c:\Program Files\TCAdmin Control Panel\Logs\*.* " Link to comment Share on other sites More sharing options...
Jissh Posted October 11, 2005 Author Share Posted October 11, 2005 Thank you both Link to comment Share on other sites More sharing options...
ECF Posted October 11, 2005 Share Posted October 11, 2005 The feature you requested will be added at some point. This fix will tie you over till then. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.