XML stage error in DS v8.0.0.1

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Jasti
Participant
Posts: 44
Joined: Sat Apr 14, 2007 6:34 am
Location: Hyderabad, India

XML stage error in DS v8.0.0.1

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Have you done a force recompile of the job?
Jasti
Participant
Posts: 44
Joined: Sat Apr 14, 2007 6:34 am
Location: Hyderabad, India

Post by Jasti »

Hi ArndW,
Thanks for your response...
We have n't done a force compile..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Then try doing one - it looks like you still have UNIX paths in there.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
Post Reply