Page 1 of 1

XML stage error in DS v8.0.0.1

Posted: Fri Aug 01, 2008 3:57 am
by Jasti
Hi,
I have a Job which contains XML stages.The job was developed on v7.5.1 A and is running fine.When I tried to run the same job in v8.0.0.1 the job got aborted and gave the error:

main_program: Fatal Error: Fatal: Shared library (xmli.so) failed to load: errno = (8), system message = (rtld: 0712-001 Symbol execute__Q2_10xslt4c_1_98FunctionCFRQ2_10xslt4c_1_921XPathExecutionContextPQ2_10xslt4c_1_99XalanNodeQ2_10xslt4c_1_910XObjectPtrQ2_10xslt4c_1_910XObjectPtrQ2_10xslt4c_1_910XObjectPtrPCQ2_9xml4c_5_57Locator was referenced
from module /landing01/dataint/InfoServer801/Server/DSComponents/bin/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol execute__Q2_10xslt4c_1_98FunctionCFRQ2_10xslt4c_1_921XPathExecutionContextPQ2_10xslt4c_1_99XalanNodeQ2_10xslt4c_1_910XObjectPtrQ2_10xslt4c_1_910XObjectPtrPCQ2_9xml4c_5_57Locator was referenced
from module /landing01/dataint/InfoServer801/Server/DSComponents/bin/xmli.so(), but a runtime definition
of the symbol was not found.)

Please suggest me..
Thanks,
Jasti.

Posted: Fri Aug 01, 2008 4:33 am
by ArndW
Have you done a force recompile of the job?

Posted: Fri Aug 01, 2008 8:02 am
by Jasti
Hi ArndW,
Thanks for your response...
We have n't done a force compile..

Posted: Fri Aug 01, 2008 8:55 am
by ArndW
Then try doing one - it looks like you still have UNIX paths in there.

Posted: Sat Aug 02, 2008 12:42 am
by vmcburney
This is a known defect with the Information Server install on AIX and it's in the release notes as a known defect. Ring IBM support and ask for the software patch that fixes it. Make sure you install the patch before you install Fix Pack 1A as the patch needs to precede 1A and isn't part of 1A. You basically replace two XML library files and it works.

Posted: Sat Aug 02, 2008 6:13 am
by ArndW
Vince - interesting note. We have had a couple of XML patches on Solaris as well as AIX and each time I had to go and manually replace the xmli.so and xmlo.so libraries! Since the OP went across releases I discounted that possible error and assumed that entrypoints had changed.