Consultor Eletrônico



Kbase P24966: Using the LOAD-IMAGE method fails with error 9368
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/12/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1B

FACT(s) (Environment):

Progress 9.1C

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Using the LOAD-IMAGE method fails with error 9368

Unable to download file from web. Authentication failed for server ''<server-name>. (9368)

CAUSE:

Web server requires user authentication that hasn't been provided in the image URL.

FIX:

It is required to add the user authentication information in the
URL pointing to the required image.
Instead of:
IMAGE-1:LOAD-IMAGE("http://hostname/images/image.jpg").
use the following URL construct:
IMAGE-1:LOAD-IMAGE("http://userid:password@hostname/images/image.jpg").