Consultor Eletrônico



Kbase P33804: WebSpeed error Attempt to write to closed stream WebStream.(1387)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/09/2008
Status: Verified

SYMPTOM(s):

WebSpeed error Attempt to write to closed stream WebStream.(1387)

FACT(s) (Environment):

Used {&OUT} syntax without opening the WEBSTREAM in a .p file
All Supported Operating Systems
OpenEdge 10.x
WebSpeed 2.x
WebSpeed 3.x

CAUSE:

Use of {&OUT} without opening the WEBSTREAM (OUTPUT {&WEBSTREAM} TO "WEB":U) first, caused the error

FIX:

Specify OUTPUT {&WEBSTREAM} TO "WEB":U before using {&OUT} syntax.