Kbase P74083: Using AppServer compression causes error 5565 when transferring raw data using HTTP or HTTPS protoco
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/12/2004 |
|
Status: Unverified
SYMPTOM(s):
Using AppServer compression causes error 5565 when transferring raw data using HTTP or HTTPS protocols
Error 5565 using the -mc with AIA transferring raw data
PROGRESS AppServer network protocol mismatch. (5565)
Compression option in Progress 9.1D08 (-mc) gives error 5565 by
transferring raw data field in temp-table over the HTTP/HTTPS protocol.
CAUSE:
This is a known issue being investigated by Development
FIX:
The workaround is to encode the binary data on the AppServer, for example by using base64 encoding, prior to returning it to the 4GL client and then decode
it on the 4GL client side into the original binary format.