WebFOCUS Online Help > ReportCaster Development and Administration > ReportCaster Repository Reports and Tables > ReportCaster Repository Reports

ReportCaster Repository Reports

In this section:

The following reports access the ReportCaster Repository and are available from the ReportCaster API sample page:

There is no security built into these reports. If you run a report to see all Distribution Lists By Method (rcabook), you will see all public and private Distribution Lists. However, you can modify the code of these sample reports to apply the level of security appropriate for your organization.


Top of page

Running ReportCaster Repository Reports

ReportCaster Repository reports are located in the ibi/apps/ibisamp subdirectory of the Web server on which WebFOCUS is installed. You can run these reports by:


Top of page

Coding Considerations for Relational Databases

ReportCaster Repository reports run for all FOCUS repositories without any modifications to the programs. However, when running these sample reports using a relational database, you must manually modify the following procedures located in the ibi/apps/ibisamp directory:

In each procedure, remove the code beginning with the USE command and ending with the END command. Next, run rccrsyn.fex to create synonyms for the ReportCaster Repository tables. Specify a SQL Server (mss), DB2 (db2), or Oracle (ora) repository.

In addition, you must also remove the following tables from EDAMFD (z/OS only):

Replace these tables by running the Synonym Wizard. For more information about the Synonym Wizard, see your Server documentation.


WebFOCUS