Consultor Eletrônico



Kbase P7840: Error 9088 and 3181 when trying to process or create an XML document
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/11/2008
Status: Unverified

SYMPTOM(s):

Error 9088 and 3181 when trying to process or create an XML document

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

Cannot create widget of type X-DOCUMENT. (3181)

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.x
Windows

CAUSE:

The operating environment can not locate the proxml.dll file's dependencies.

FIX:

Although the proxml.dll file may be resident on the windows machine, the operating environment may not be able to locate it's dependencies. To determine these dependencies use a third party utility such as "Dependency Walker" to see them. Dependency Walker will display (in a hierarchical way) which DLLs your application depends on. With this knowledge, the dependent DLLs can then be moved to the application's (deployment) working directory. This will allow the application to get beyond the errors listed above. The "Dependency Walker" tool can be downloaded from: http://www.dependencywalker.com