Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using SAP PI to connect with IBM MQseries (v 5.3).

Whenever there is a n/w problem or any outage on WebSphere MQs, the SAP interfaces error out with the message "Completion Code 2, Reason 2161, MQJMS2002". To fix this, we are being asked to deploy new client files. Can anyone help us find these jar files. I have downloaded the v7 client from http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg24019253&loc=en_US&cs=utf-8&lang=en, but it doesn't contain jar files. It has rte files.

share|improve this question
I would add to strmqm's comment that grabbing the jar files is not a complete install. When the MQC7 SupportPac is fully installed, you also get trace utilities, National Language support, GSKit, sample programs, man pages and more. When you need to open a PMR, many of these diagnostic tools are helpful in resolving problems. That's why IBM's official position is that a full install is required for support. – T.Rob Aug 31 '11 at 17:51

1 Answer

up vote 1 down vote accepted

The .jar files are in MQC7 (the WebSphere MQ V7.0 Clients supportpac), which is where your link goes. The install location varies with platform, but will be a java/lib directory under the main install path e.g. on Linux it would be /opt/mqm/java/lib

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.