Banner
 
 

HTML Flex Reports


 
A set of Flex Opals and a WFL job are available to create Flex file reports in HTML. An example of some reports generated this way can be found at: www.metalog.com/FILEREPORTS/WELCOME.HTM

All of the files are in the zipped container FILEREPORTS.CON.zip which can be downloaded from:
here.

Please note that version 500.09 of Flex Inquiry is required to be able to use these files.

ReadMe.rtf Description on how to use the other files.
 
FILEREPORTS.CON Wrapped container with example files
Contents
*METALOGIC/FILEREPORTS/WFL/FRAMES

This Job controls the whole process and has three lines which need to be tailored to your site.
00005000WEBDIR:="*PUBLIC/WWWROOT/FILEREPORTS";
00005500WEBHOST:="DELL8500MCP";
00006000EMAIL:="bob.nicol@metalog.com";
WEBDIR should be set to the directory where all of the HTML files should be kept. The default value if for the Atlas Web Server.
WEBHOST should be set the the MCP Host where the files should be stored. The intent is that the job can be run on various hosts and all the reports moved to the one master.
EMAIL should be set to the email address of the person administrating this system. They will get an email whenever a report is updated.

*METALOGIC/FILEREPORTS/DO/FRAMES

This DO file is used to produce the main reports for each family. (INDEX.HTM,MENU.HTM and MAIN.HTM)

*METALOGIC/FILEREPORTS/DO/FRAMESINX

This DO file is used to generate the Index html file which points to all of the Family reports.

*METALOGIC/FILEREPORTS/DO/FRAMESGEN

This DO file is used on the 'slave' systems to run *METALOGIC/FILEREPORTS/DO/FRAMESINX on the 'Master' system whenever reports have been updated.

To install the software:

Transfer the container to the system where you will keep the html files.

UNWRAP *= OUTOF "FILEREPORTS.CON"

Modify *METALOGIC/FILEREPORTS/WFL/FRAMES as detailed above.

COPY *METALOGIC/FILEREPORTS/= to the other hosts for which you want reports.

START *METALOGIC/FILEREPORTS/WFL/FRAMES will generate a report for Family DISK listing files older than 365 days, bigger than 100000 segments or with sensitive privileges.

The job must be started from a privileged usercode and can take three optional parameters.

START *METALOGIC/FILEREPORTS/WFL/FRAMES("DEV",50000,180) would produce a report for DEV of files older than 180 days, larger than 50000 segments or with sensitive privileges.