Kbase P9376: Warning 1012 when running a report within the application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/11/2003 |
|
Status: Unverified
SYMPTOM(s):
** Warning -- database <name> is already connected. (1012)
Running a report within the application
Generating of a previous report did not finish correctly
CAUSE:
IF CONNECTED(ldbname) is not being used within the report. User is being kicked off from running report, but connection to a database remains.
FIX:
Add "IF CONNECTED(ldbname)" statement to your report code to avoid future warning.