Kbase P99633: Error "Invalid database override parameter" when launching Report Builder Runtime Engine
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/01/2005 |
|
Status: Unverified
SYMPTOM(s):
Report Builder
Using Table Interface
A .PF file is used and contains the correct details
Using the RB-DB-CONNECTION parameter to override the database connection specified in the report
Specifying RB-DB-CONNECTION parameter in a manner similar to the following:
RBREPORT.RB-DB-CONNECTION = <variable> + " => <path to Database>"
Using a variable to store the logical database name
Same code works in the Development environment
Deploying code for WebClient
CAUSE:
When testing in Development environment, the Progress session is always connected to the database.
When deploying with WebClient, the database connection was only made when the Report Engine is called.
Therefore the variable containing the logical database name is not populated causing the error message.
FIX:
Ensure that the logical database name is supplied when specifying the RB-DB-CONNECTION parameter for the Report Builder Table interface