Consultor Eletrônico



Kbase P135390: Error 9088 when a client procedure attempts to create an XML document
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/06/2009
Status: Unverified

SYMPTOM(s):

Error 9088 when a client procedure attempts to create an XML document

The proxml.dll or libproxml.so was missing or incomplete or XML could not be initialized. (9088)

FACT(s) (Environment):

Client procedure attempts to create an XML document.
CREATE X-NODEREF and CREATE X-DOCUMENT statements used in procedure.
proxml.dll (dynamic library) is located in the expected location (%DLC%\bin directory on Windows).
Progress 9.x
OpenEdge 10.x
Windows

CAUSE:

System is missing msvci70.dll.

FIX:

Ensure that the system has a valid version of the msvci70.dll available. As shown with a tool like eg. Dependency Walker, proxml.dll is dependending on msvci70.dll to function correctly.