You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Need help on an install issue with RubyWMQ, I am using Ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32] and IBM WebSphere MQ version 7.1.0.3, located in C:\Program Files\IBM\WebSphere MQ on a 64bit Windows 7 machine.
I get this error when running some code that attempts to connect to a queue:
WMQ::QueueManager#connect(). Failed to load MQ Library:mqic32, rc=126 (WMQ::WMQException)
The "mqic32.dll" file is in C:\Program Files\IBM\WebSphere MQ\bin, so I am not sure exactly where the gem's code is looking for that file.
Need help on an install issue with RubyWMQ, I am using Ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32] and IBM WebSphere MQ version 7.1.0.3, located in C:\Program Files\IBM\WebSphere MQ on a 64bit Windows 7 machine.
I get this error when running some code that attempts to connect to a queue:
WMQ::QueueManager#connect(). Failed to load MQ Library:mqic32, rc=126 (WMQ::WMQException)
The "mqic32.dll" file is in C:\Program Files\IBM\WebSphere MQ\bin, so I am not sure exactly where the gem's code is looking for that file.
Thanks!