If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Date of Creation of a Report

Started by Darren12, 26 Jul 2006 02:56:42 PM

Previous topic - Next topic

Darren12

Hi,

I'm trying to delete all the reports that are older than 6 months from Content Store. This is a scheduled activity..which involves the creation of an .exe file.. this file runs in the background using a scheduler after startup of the server..the check is made daily..

My problem is how do I find the creation date of a Report using the Java code?

Any help would be appreciated..

Thanks,
Darren.

avitabj

Hi!  creationTime is a property of BaseClass and is searchable.  You could construct a searchPath with a filter like [@creationTime<"2006-09-14T19:05:00.00"].  Appendix G of SDK docs shows searchPath syntax.

hth..jean