Page 1 of 1

Post installation steps to configure MQ plug-in

Posted: Tue Apr 29, 2008 12:44 pm
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

Re: Post installation steps to configure MQ plug-in

Posted: Tue Apr 29, 2008 6:54 pm
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