Move, Purge and delete reports from Personal Folders
I tried to purge the reports from personal folder (User Folders) with the modification date greater then x days.
share-cleaner.xml
<?xml version="1.0" encoding="UTF-8"?>
<business-objects>
<!-- BO Connection parameters -->
<connection user="xxxxxx" password="yyyyyy" auth="zzzzz" cms="10.67.123.180:6401"/>
<profiles>
<!-- cleaner-user-folders -->
<profile id="cleaner-user-folders">
<!-- Deletes the archived document after 4 weeks -->
<rule purged="true" validity-base="modification" validity="0" path="User Folders/aaaaaaa">
<action type="delete" />
</rule>
</profile>
</profiles>
</business-objects>
"O:\Program Files\BI4\SAP BusinessObjects Enterprise XI 4.0\win32_x86\jre\bin\java" -Xms64m -Xmx1024m -jar O:\BOXI4.0Config\MovePurge\BOXI_script_MovePurge\share-cleaner.jar -f O:\BOXI4.0Config\MovePurge\BOXI_script_MovePurge\share-cleaner.xml -p cleaner-user-folders
Can someone please shed some light on this issue.
System : SAP BusinessObjects BI Platform 4.1 Support Pack 5 Patch 8
What is "share-cleaner"? Where did it come from? What issue are you having?