Consultor Eletrônico



Kbase P63036: Error 9082 Type:NetAccessorException when loading a XML docu
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/01/2004
Status: Unverified

SYMPTOM(s):

Error 9082 Type:NetAccessorException when loading a XML document

X-NODEREF or X-DOCUMENT LOAD got an error: FATAL ERROR: file
<file-name>, line <line>, column <col>, message 'An exception occured!
Type:NetAccessorException, Message:Could not connect to the socket for URL '{0}.
Error={1}]. (9082)

X-NODEREF or X-DOCUMENT <method-name> got an error: Unexpected exception. (9082)

CAUSE:

There is no http access to the ( and/or invalid) URL indicated by the !DOCTYPE directive and X-DOCUMENT's LOAD method is used without NO-ERROR.

FIX:

Apply NO-ERROR to the Load method of the X-DOCUMENT object.
Example: hXML:LOAD( "File", "mydoc.xml", FALSE ) NO-ERROR.