Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Currently we have our Options.tbl c

Status
Not open for further replies.

AMTL

Technical User
Dec 27, 2000
2
0
0
AU
Currently we have our Options.tbl configured so that all reports are held in the oldrpt directory for seven days.

I wish to change this so as to retain certain reports for a longer period. Can you advide a method to do this.

We're running MIMS4.3.1.2 on SQL7. Win2000.


Alan
 
If its anthing like unix then you can use an entry of..
KEEPRPTS=14
KEEPMSR143A=5
To override the default but it only works for MSR - we changed it to support local reports.
 
You can set the retention period by report in the %OLDRPT section of OPTIONS.TBL.

Set %VERSIONALL to "n" and set the retention period for each report program (in days) under the %OLDRPT parameter.

For example, to retain MSR010 reports for 10 days, OPTIONS.TBL would look like:
Code:
    ...
    %OLDRPT
    DEFAULT:1
    MSR010:10
    ...
This will archive all reports to the %MINENV_RUN%\oldrpt directory and retain them for one day, except for the MSR010 report which would be retained for 10 days.

Further information on OPTIONS.TBL and report archiving may be obtained from the "Tuxedo Technical Operations Guide and Reference" section 3.8.

Regards,
Andrew.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top