Kbase P33948: Getting error 1006 when running a code.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
SYMPTOM(s):
Getting error 1006 when running a code.
<program name> Database <dbname> not connected. (1006)
CAUSE:
You are trying to run an r-code file that was compiled for a database with one name, under a database that has a different name.
FIX:
If the databases have the same structure, then the r-code can still run. In this case, either use an alias for the database with the correct name or use the -ld startup parameter when connecting to the database to give it a logical name which matches the name of the database under which the r-code was compiled.