am relatively new to BO. I am not sure where to configure it for…
The main reason for this is that this limit has not been set (as i havent been informed about it) and that the server spaces are already full… so, theres a need to purge reports older than 6 months… so just wanted to know if there was a way we could do it… say delete all report instances between this time period.
As Sebastian mentioned - going forward you can implement instance limits in the CMC to prevent future buildup of instances.
For your current cleanup, it sounds to me like the only mechanized approach would be to use the SDK to write a small script that identifies the instances you want to delete (by date), then iterate through and delete them.
I have set the limit to 90 days for one of our groups. What actually removes the instances and when? Is this automatic or do I have to trigger something?
It’s automatic, but the 90-day rule will only be in effect for reports created going forward. All old instances that already exist will need to be cleaned up manually.
I am looking at this same issue and wondering if you or anyone already created a process through SDK.
I am not an SDK guru or actually user so any help is greatly appreciated.
Hi,
what I can think is a process with 2 steps :
1 - Run a Query on Query Builder that brings the id and end_date of the schedules
2 - Use the script attached to delete the instances, where IdDoc is the scheduled document
Regards,
Rogerio delinstances.txt (2.0 KB)
I will let you know… have a few more released to get out before I can tackle this one.
I am thinking; maybe Monday or Wednesday next week. In either case will let you know the result and if I needed to modify anything to work with my 4.0 environment. thanks again, regardless the outcome