Consultor Eletrônico



Kbase P121562: Error 9169 and 4065 during XML stream with WebSpeed
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/1/2008
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

SYMPTOM(s):

Error 9169 and 4065 during XML stream with WebSpeed

XML LOAD/SAVE could not find open stream <stream-name>. (9169)

**The <attribute> attribute on the <widget id> has invalid arguments. (4065)

The following errors are displayed in the WebSpeed Server log file:

**The SAVE attribute on the X-DOCUMENT widget has invalid arguments. (4065)

XML LOAD/SAVE could not find open stream STREAM WebStream. (9169)

Used Pre-processor {&WEBSTREAM} on the SAVE method as

hdoc:SAVE("stream","{&WebStream}").

CAUSE:

The Pre-processor variable "{&WEBSTREAM}" is not being translated since it is wrapped with double quotes, therefore, the errors are being displayed.

FIX:

Use the hard coded value ("WebStream") of the pre-processor "{&WEBSTREAM}" as

hdoc:SAVE("stream","WebStream").