CleanFolders



CleanFoldersClean folders in computer windows 10

'Delete files older than x-days' OpenSource Powershell Script can interfere with the SDL Tridion transactions folder

Outlook.exe /cleanreminders To run the command, click OK or press ENTER. Starting Outlook with the cleanreminders switch in Windows 7. (note the space in the command above). Download Clean Folders for free. SQL Sentry delivers actionable, detailed performance metrics to help you quickly find and fix database performance problems.

000002048|9/12/2019 5:38 PM
All SDL Tridion Versions

Clear Folders For Binders

You may notice that randomly, the items in the Publishing Queue remain in 'Ready for Transport' status. Even when restarting the SDL Tridion Transport Service, the items will still remain in the same state.

Clean Up Folders

The open source powershell script 'Delete files older than x-days' can be found in the following link:
https://gallery.technet.microsoft.com/scriptcenter/Delete-files-older-than-x-13b29c09
If you are making using of such script on your servers, it is important to keep in mind that, by default, this script handles folder deletion as follows:
*Default mode, only delete folders that became empty after the script deleted all files in the folder, this includes the root folder.
The moment this script is running on your server, if there happens to be any activity in the transactions folder, this script will remove its content and also the transactions folder.
To overcome this issue, please modify the script to include one of the following switches that are available:
* -NoFolder switch, no folders are deleted including the root folder.
* -CleanFolders switch, all empty folders in the path will be deleted, this however excludes the root folder.
As an example, you can update your script as below:
# Cleaning Transactions folder
.deleteold.ps1 -FolderPath 'D:Tridiontransactions' -FileAge 5 -log 'D:Tridionlogcleanup' –autolog –NoFolder
Or
# Cleaning Transactions folder
.deleteold.ps1 -FolderPath 'D:Tridiontransactions' -FileAge 5 -log 'D:Tridionlogcleanup' –autolog –CleanFolders

Clean Folders In Computer Windows 10

This behavior may be caused by the OpenSource Powershell Script 'Delete files older than x-days' that is transforming the Tridion_homebintransactions into a flat file.

Clean Up Gmail Folders