Consultor Eletrônico



Kbase P4836: ADM2 Code Receives Errors 7312 & 7327 When Run Against Another Database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

ADM2. <database name> <buffer name> must be an unabbreviated name of a buffer known in query <query name>. (7327)

QUERY-OPEN for query <name> requires a previous QUERY-PREPARE. (7312)

CHANGE:

Connected to a difference database that contains equivalent schema

CAUSE:

Code was compiled against one physical database name instead of using a logical database name

FIX:

Either recompile the code against a standardized logical database name or use the CREATE ALIAS command before running the program to define the required database name