Consultor Eletrônico



Kbase P165223: Client session unexpectedly goes into the procedure editor
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/4/2010
Status: Unverified

SYMPTOM(s):

Client session unexpectedly goes into the procedure editor

An UPDATE statement sends the session into Procedure Editor

FACT(s) (Environment):

OpenEdge 10.1B
All Supported Operating Systems

CAUSE:

An INPUT from a file is not properly closed casuing the INPUT to fail and raising a STOP condition which sends the session to Procedure Editor

FIX:

Close the INPUT as follows:
input through "echo $LOGNAME" no-echo.
set gsplace.
/* ts */ INPUT CLOSE.