XML Stage

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
nataliacrespo
Participant
Posts: 5
Joined: Tue Oct 09, 2007 8:03 am

XML Stage

Post by nataliacrespo »

Hi!
When I try to execute a job with an xml input stage, I get the following error message:

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 /opt/IBM/InformationServer/Server/DSComponents/bin/xmli.so(), but a runtime definition
...

Someone could help me?

Thanks a lot.
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

xmli.so related error message may be related to your xml plugin installation/configuration. Check the permissions in the DSEngine/lib directory also.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
DSkkk
Charter Member
Charter Member
Posts: 70
Joined: Fri Nov 05, 2004 1:10 pm

Re: XML Stage

Post by DSkkk »

nataliacrespo wrote:Hi!
When I try to execute a job with an xml input stage, I get the following error message:

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 /opt/IBM/InformationServer/Server/DSComponents/bin/xmli.so(), but a runtime definition
...

Someone could help me?

Thanks a lot.
Is the Issue with the XML Input stage fixed for u? We are upgrading from DS 7.1 to 7.5.2 and i get the following Fatal Error and the Job Fails:

main_program: Fatal Error: Fatal: Shared library (xmli.so) failed to load: errno = (8), system message = (rtld: 0712-001 Symbol transcode__9XMLStringFCPCUs was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol transcode__9XMLStringFCPCc was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol compareString__9XMLStringFCPCUsCPCUs was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol makeNewTranscoderFor__15XMLTransServiceFCPCcRQ2_15XMLTransService5CodesCUi was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol makeNewTranscoderFor__15XMLTransServiceFCPCUsRQ2_15XMLTransService5CodesCUi was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol isAllWhiteSpace__9XMLStringFCPCUs was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol execute__8FunctionCFR21XPathExecutionContextP9XalanNodeC10XObjectPtrC10XObjectPtrC10XObjectPtrPC7Locator was referenced
from module /opt/etl/Ascential/DataStage/DSEngine/lib/xmli.so(), but a runtime definition
of the symbol was not found.
0509-021 Additional errors occurred but are not reported.)


Your solution might help us in resolving the issue.

Thanks a bunch !!
g.kiran
Post Reply