Kbase P1686: How to run Report Builder reports as batch job
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/06/2004 |
|
Status: Unverified
GOAL:
How to run Report Builder reports as batch job
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
Report Builder
FIX:
1. Write a procedure that calls the RB engine to run the reports.
2. Run that procedure as a batch job.
The Report Builder Deployment Guide (Windows) details how to run reports using the RB engine.
If rbprint.p is the procedure written under (1), then a batch job rbprint.bat could look like:
@echo off
REM rbprint.bat
prowin32 -b -p rbprint.p