Consultor Eletrônico



Kbase P4361: Procedure hanging when run in background.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/03/2003
Status: Unverified

FACT(s) (Environment):

Progress 8.3E

SYMPTOM(s):

Procedure hanging when run in background.

Batch printing process hangs with no apparent processor activity.

Process works fine when run in foreground.

Database <dbname> not connected (1006)

CAUSE:

The code was compiled with a different database name than the one used for execution.

The code was compiled using a database "reportdb". When executed it connects to a database with exactly the same structure, but the name "report". This results in the 1006 error but this is difficult to see when run in background.

FIX:

Compile the code with the correct database connected.