Kbase 15168: Report Builder Engine V8 error Database is already connected
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Report Builder Engine V8 error Database is already connected
When running the Report Engine V8 through PRORE.EXE or _prore.p
(the Table Interface) and you get the error "Database <dbname> is
already in use" check the following.
If the database containing your data also contains the Report
Engine Table so that the database you connect to on the command line
(or the run statement) is the same as the database in the
RB-DB-CONNECTION parameter or saved in the report,
you must specify the parameter like this:
logicalname => logicalname
For example,
1 - Saved in report definition (.prl)
physical: sports.db
logical : progress
2 - Command line
PRORE.EXE -db sports.db -ld mysports
3 - The RB-DB-CONNECTION should have
progress => mysports, /* RB-DB-CONNECTION */
This maps the logical name stored in the report to the logical name of
the database connected on the command line.
If a logical name was not specified when connecting to the database,
the logical name defaults to the physical name without the .db
extension.
Progress Software Technical Support Note # 15168