Focal Point
Archiving ReportCaster Reports

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7801098951

March 20, 2006, 07:56 AM
ktnj
Archiving ReportCaster Reports
Hello all,

What is the best way to archive ReportCaster reports? Is there a maximum number of reports that can be saved??

Tnanks to all!!


March 20, 2006, 08:25 AM
<Tim Howard_ABCBS>
Just send them to the Report Library. Set the distribution method to Distribute Reports by Library in the Schedule setup.

You should then be able to set the number you want to archive with the Expire after settings. I'm not sure what the limits are, but you can have it keep a number of versions or time frame (days, months, years, etc.) of reports.
March 20, 2006, 10:58 AM
Carol Dobson
We're not using the Report Library feature, so I do a DOS COPY command before you rerun each day. Here's an example tha adds a date/time stamp to the filename:

-SET &GETTIME = HHMMSS('A09');
-SET &TIME = EDIT(&GETTIME ,'99$99$99');
-SET &DATETIME = &YYMD | &TIME |'.txt' ;
-TYPE Datetime is: &DATETIME
DOS COPY \\server\folder\yourfile.txt \\server\folder\&DATETIME
-RUN

Good Luck!
Carol



WebFOCUS 7.6.6/TomCat/Win2k3