Kbase P10344: RB: How to run the sample code in 'Progress Report Builder Deployment Guide', session 4.7
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/10/2008 |
|
Status: Unverified
GOAL:
Report Builder: how to run the sample code in "Progress Report Builder Deployment Guide", session 4.7.
FIX:
Basically this is a more explicit explanation of the "Progress Report Builder Deployment Guide" (session 4.7) on the preliminaries steps to perform before run the codes:
rbfilt1.p, rbprint1.p, rbfilt2.p .
You will have to run with 2 Databases:
-- Copy of Sports Database
-- ReportDB which will be used for Report Builder be able to
instantiate the reports.
Steps to follow:
1) Create a working directory. (make sure to mention it in
PROPATH).
2) Create a Sports Database called Sports, let the logical name be the same.
3) Create an empty Database called ReportDB, let the logical name be the same.
4) Start a Progress session and connect to ReportDB.
5) Go to Data Administration > Load Data Definition.
6) Select the df file to load, placed in DLC\BIN\RBreport.df.
7) Once the df is loaded, disconnect from ReportDB.
8) Start a Broker in Shared Memory (Single-User) as follows:
proserve ReportDB -N tcp -H LocalHost -S 9999.
9) Start a Progress session and connect to ReportDB in multiple users mode. Please, note that you have not to connect to the Sports database.
10) Opens one of rbfilt1.p, rbprint1.p, rbfilt2.p files.
11) Be sure that the path name for rbsample.prl is right.
12) Change the parameter of RUN prore.p statement are right. If you start the database with the parameter in 8) you have to change in:
RUN aderb\_prore.p(false,
"-db reportDB -S 9999 -H localhost -N TCP -rbdel").