WebFOCUS Online Help > ReportCaster Development and Administration > ReportCaster Repository Reports and Tables > 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.
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:
http://hostname[:port]/rc_context_root/samples/rbalogon.htm
where:
Is the host name and optional port number (specified only if you are not using the default port number) of the Application Server where the ReportCaster Web application is deployed.
Is the site customized context root for the ReportCaster Web application deployed on your Application Server. rcaster is the default value.
Once you have entered your security credentials, the ReportCaster Repository Reports are located under the WebFOCUS Reports section on the bottom left side of the API window.
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 |