Search found 8 matches

by xmw2000
Sat Sep 02, 2006 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml stage: ds_loadlibrary: error in dlopen
Replies: 5
Views: 2504

solved it with IBM support.

Because there are one migration from v4(or v5) to v7, some XMl pack libraries don't match. The key points is un-register these 3 XML plugin at Manager, then register them.
by xmw2000
Sun Aug 27, 2006 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml stage: ds_loadlibrary: error in dlopen
Replies: 5
Views: 2504

The above code is result of 'env $LIBPATH', the LIBPATH definition in dsenv file is:

Code: Select all

LIBPATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls:$DSHOME/java/jre/bin/classic:$DSHOME/java/jre/bin:$LIBPATH

Thanks!
by xmw2000
Sun Aug 27, 2006 9:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml stage: ds_loadlibrary: error in dlopen
Replies: 5
Views: 2504

Thanks Craig, Sorry, i pasted the wrong LIBPATH. the following are latest LIBPATH, the same error. I have re-installed that XML package, but still doesn't work. LIBPATH=/datastage/Ascential/DataStage/branded_odbc/lib :/datastage/Ascential/DataStage/DSEngine/lib :/datastage/Ascential/DataStage/DSEngi...
by xmw2000
Sun Aug 27, 2006 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml stage: ds_loadlibrary: error in dlopen
Replies: 5
Views: 2504

xml stage: ds_loadlibrary: error in dlopen

I met this library load error when executing one XML stage job. I found from forum that it maybe caused by LIBPATH mis-order. But i use the same LIBPATH in another machine, it works well. And i use root use, i think there is no privilege issue. The error is : Other=21 ds_loadlibrary: error in dlopen...
by xmw2000
Fri Jun 23, 2006 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ stage real-time message processing issue
Replies: 2
Views: 1806

chulett, Thanks for your infomation. Where can i get some materials about 'SOA enable' stage? It seems that the customers don't want to buy it additionally. So do you think it is feasible to write one program(such as java or c) to invoke the DS job to handle some message once there is some message i...
by xmw2000
Fri Jun 23, 2006 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ stage real-time message processing issue
Replies: 2
Views: 1806

MQ stage real-time message processing issue

Dears, As we know, MQ stage can read messages from Queue. But we found one DS/EE job with MQ stage will stop after it has finished all messages in Queue. So after a while, we must restart Ds/EE job to process messages. Now we hope real-time message processing without re-start DS job. That means once...
by xmw2000
Wed Jun 21, 2006 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent question: How to dynamic set file names parameter
Replies: 9
Views: 3044

It's a great idea. I will try to use it!

Appreciate for your help!
by xmw2000
Wed Jun 21, 2006 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent question: How to dynamic set file names parameter
Replies: 9
Views: 3044

Urgent question: How to dynamic set file names parameter

Dears, sorry to bother! I have one urgent question, hope you can give some suggestions! Thanks in advance. From the logic, the job is very simple. It just analysis one input file, then according to the file content, output the related results to different sequential files and these sequential file n...