MQSeries issue - Could not load module(s)

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
tmohank
Participant
Posts: 2
Joined: Tue May 31, 2005 6:29 am
Location: Mumbai, India

MQSeries issue - Could not load module(s)

Post by tmohank »

I am getting the following error while trying to use the Websphere MQ Stage on DS V8.0 Buld:1.2

We have included the MQM library path i.e., in LIBPATH in 'dsenv' file.

main_program: Fatal Error: Fatal: Shared library (mqs.so) failed to load: errno = (2), system message = (Could not load module /opt/IBM/InformationServer/Server/DSComponents/bin/mqs.so.
Dependent module libimqs23ia_r.a(libimqs23ia_r.o) could not be loaded.
Could not load module libimqs23ia_r.a(libimqs23ia_r.o).
System error: No such file or directory
Could not load module /opt/IBM/InformationServer/Server/DSComponents/bin/mqs.so.
Dependent module /opt/IBM/InformationServer/Server/DSComponents/bin/mqs.so could not be loaded.)


Appreciate if anyone could help out with this issue.

Thanks in advance

Cheers,
Mohan
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

The library about which it's complaining is libimqs23ia_r.a (or libimqs23ia_r.o) - check that this library is installed and in its expected location.

This may or may not be why mqs.so could not be loaded - perform the same checks for it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
tmohank
Participant
Posts: 2
Joined: Tue May 31, 2005 6:29 am
Location: Mumbai, India

Post by tmohank »

Thanks Ray,


MQ Series has been installed and works fine from command line. The LIBPATH has also been updated with the library path in dsenv file.

Cheers,
Mohan
Post Reply