Stop the WinCollect service.
Go to the WinCollect LOGS folder*.
Rename WinCollect_System.LOG to WinCollect_System01.LOG.
Rename WinCollect_Code.LOG to WinCollect_Code01.LOG.
Go to the WinCollect CONFIG folder.
Rename Console.PEM to Console.OLD.
Restart the WinCollect service.
Thanks
If you can give it a shot we can help you when you run into issues but the problem is a little specific and abstract for someone to just provide the solution.
Give it a shot and let us know where you run into a problem!
I assume you only need “1” copy of the files? If so, remember that if you try to create or move a file, and the file all ready exists… it will fail.
Example:
move “{parameter “filename”}” “{parameter “filename”}.bak”
– above WORKS the first time… yea…
Issue that again, and it will FAIL because “filename.bak” all ready exists from last time. So delete them first (if you use the delete command and the file is NOT there… it won’t fail).