Post installation steps to configure MQ plug-in

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Post installation steps to configure MQ plug-in

Post by yaminids »

Hello friends,

Can someone point me to a post which has details about post installation steps to configure MQ plug-in. Recently, we have installed MQ plug-in on a Linux server which already has MQ server installed.

The problem is that the job which reads messages from the queue is failing with the following error
"ds_loadlibrary: error in dlopen of mqs.so - /opt/Ascential/DataStage/DSEngine/lib/mqs.so: undefined symbol: _ZTI6ImqItm"

Did someone face this error before? If so, can you please help me resolve this issue

Thanks in advance
Yamini
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Re: Post installation steps to configure MQ plug-in

Post by yaminids »

The problem was missing links. We solved the issue by executing the following commands

ln -s /opt/mqm/lib/3.2/libimqb23gl_r.so /opt/mqm/lib/ibimqb23gl_r.so
ln -s /opt/mqm/lib/3.2/libimqb23gl.so /opt/mqm/lib/libimqb23gl.so
ln -s /opt/mqm/lib/3.2/libimqc23gl_r.so /opt/mqm/lib/libimqc23gl_r.so
ln -s /opt/mqm/lib/3.2/libimqc23gl.so /opt/mqm/lib/libimqc23gl.so
ln -s /opt/mqm/lib/3.2/libimqs23gl_r.so /opt/mqm/lib/libimqs23gl_r.so
ln -s /opt/mqm/lib/3.2/libimqs23gl.so /opt/mqm/lib/libimqs23gl.so
Post Reply