Discussion:
qmgr looking for exits file that does not exist
Costa, D. (Damian)
2014-02-10 06:56:02 UTC
Permalink
HI all,
I have a new wrinkle in our story from last week:
The very same qmgr that had the disconnecting APP is now reporting on a missing userexits file that we've never been requested to create or install at all. all the apps connect via server conn channels, none of which have any send/rcv/security exits at all.

In the std error log it has this repeatedly:
02/10/14 06:32:48 - Process(12622.305) User(mqm) Program(amqrmppa)
Host(xxxxxxx)
AMQ6174: The dynamically loadable shared library '/var/mqm/exits64/BIN' was not
found. The system returned error number '2' and error message 'No such file or
directory'. The queue manager will continue without this module.

EXPLANATION:
This message applies to UNIX systems. The shared library '/var/mqm/exits64/BIN'
was not found.
ACTION:
Check that the file exists, and is either fully qualified or is in the
appropriate director, also check the file access permissions.


So what could be requesting a userexit ? From a file called "BIN"?????
Can anything connected to MQ just call/request a userexit??? Isn't it internal to MQ processes?


********************
Nedbank Limited Reg No 1951/000009/06. The following link displays
the names of the Nedbank Board of Directors and Company Secretary.
[ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ]
This email is confidential and is intended for the addressee only.
The following link will take you to Nedbank's legal notice.
[ http://www.nedbank.co.za/terms/EmailDisclaimer.htm ]
********************

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Paul Clarke
2014-02-10 07:09:56 UTC
Permalink
X-CTCH-Spam: Unknown
Received: from PAM7 (86.134.131.31) by smtpout03.bt.lon5.cpcloud.co.uk
(8.6.100.99.10223) (authenticated as paul.clarke85) id
52F0346C0062B05D for MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org; Mon, 10 Feb
2014 07:09:57 +0000
X-Priority: 3
X-MSMail-Priority: Normal
Importance: Normal
X-Mailer: Microsoft Windows Live Mail 15.4.3555.308
X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308
X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379,
Antispam-Data: 2014.2.10.65715
X-PMX-Spam: Gauge= Probability=9%, Report='
AT_TLD 0.1, REPLYTO_FROM_DIFF_ADDY 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, INVALID_MSGID_NO_FQDN 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __HAS_FROM 0, __HAS_LIST_HEADER 0, __HAS_LIST_HELP 0, __HAS_LIST_SUBSCRIBE 0, __HAS_LIST_UNSUBSCRIBE 0, __HAS_MSGID 0, __HAS_MSMAIL_PRI 0, __HAS_REPLYTO 0, __HAS_X_MAILER 0, __HAS_X_PRIORITY 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MSGID_32HEX 0, __PHISH_FROM 0, __PHISH_FROM2 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __TO_NO_NAM
E 0, __URI_NS , __USER_AGENT_MS_GENERIC 0'
Sender: MQSeries List <MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org>
In-Reply-To: <31391_1392015390_1392015390_EAF97B79A5522649962910572C52B048509F5212-w/NrggpC+Zo7S9ge+sqUxjpbqlFO0woCiUO8p+t/***@public.gmane.org>
Precedence: list
List-Help: <http://listserv.meduniwien.ac.at/cgi-bin/wa?LIST=MQSERIES>,
<mailto:LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org?body=INFO%20MQSERIES>
List-Unsubscribe: <mailto:MQSERIES-unsubscribe-request-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org>
List-Subscribe: <mailto:MQSERIES-subscribe-request-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org>
List-Owner: <mailto:MQSERIES-request-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org>
List-Archive: <http://listserv.meduniwien.ac.at/cgi-bin/wa?LIST=MQSERIES>
X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2014.2.10.70315
Archived-At: <http://permalink.gmane.org/gmane.network.mq.devel/17439>

Hi,

Well, this is just a suggestion but my guess would be that you have a
message with a format of 'BIN' that some application has tried to convert
using something like MQGMO_CONVERT. In this case MQ will look for a data
conversion exit to perform the conversion since 'BIN' is not a standard
format.

Cheers,
Paul.

Paul Clarke
www.mqgem.com
-----Original Message-----
From: Costa, D. (Damian)
Sent: Monday, February 10, 2014 6:56 AM
To: MQSERIES-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org
Subject: qmgr looking for exits file that does not exist

HI all,
I have a new wrinkle in our story from last week:
The very same qmgr that had the disconnecting APP is now reporting on a
missing userexits file that we've never been requested to create or install
at all. all the apps connect via server conn channels, none of which have
any send/rcv/security exits at all.

In the std error log it has this repeatedly:
02/10/14 06:32:48 - Process(12622.305) User(mqm) Program(amqrmppa)
Host(xxxxxxx)
AMQ6174: The dynamically loadable shared library '/var/mqm/exits64/BIN' was
not
found. The system returned error number '2' and error message 'No such file
or
directory'. The queue manager will continue without this module.

EXPLANATION:
This message applies to UNIX systems. The shared library
'/var/mqm/exits64/BIN'
was not found.
ACTION:
Check that the file exists, and is either fully qualified or is in the
appropriate director, also check the file access permissions.


So what could be requesting a userexit ? From a file called "BIN"?????
Can anything connected to MQ just call/request a userexit??? Isn't it
internal to MQ processes?


********************
Nedbank Limited Reg No 1951/000009/06. The following link displays
the names of the Nedbank Board of Directors and Company Secretary.
[ http://www.nedbank.co.za/terms/DirectorsNedbank.htm ]
This email is confidential and is intended for the addressee only.
The following link will take you to Nedbank's legal notice.
[ http://www.nedbank.co.za/terms/EmailDisclaimer.htm ]
********************

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html

To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES

Loading...