Hi All,
When scheduling DI jobs in the BI platform (5.4 CE) a single html report is written to the users home directory inside the solution repository for every job execution. These reports flood the tablespace for the jcr repository and we need to introduce some housekeeping to get rid of old reports. We have not found a way to prevent these reports from being written in the first place (actually we don't need them, the information is contained in the biserver log). But how to delete these objects automatically? We have found the "Call endpoint" step in Spoon that gives access to the content repository but as far as I can see the exposed operations are limited to reading, traversing the hierarchy or downloading objects. What am I missing? What is the proper way to delete objects from the jcr repository programmatically?
Thanks,
Markus
When scheduling DI jobs in the BI platform (5.4 CE) a single html report is written to the users home directory inside the solution repository for every job execution. These reports flood the tablespace for the jcr repository and we need to introduce some housekeeping to get rid of old reports. We have not found a way to prevent these reports from being written in the first place (actually we don't need them, the information is contained in the biserver log). But how to delete these objects automatically? We have found the "Call endpoint" step in Spoon that gives access to the content repository but as far as I can see the exposed operations are limited to reading, traversing the hierarchy or downloading objects. What am I missing? What is the proper way to delete objects from the jcr repository programmatically?
Thanks,
Markus