Title: Message
 
Hi,
 
I have a number of queue managers on different z/OS systems.
 
We have a client program on windows that will connect to any one of these (depending on which back-end service it wants) via MQCONN('queue_manager')
 
I want to provide a AMQCLCHL.TAB with connection details for all the z/OS queue managers so that when the MQCONN call is made the channel table will be scanned for the correct connection details for that queue manager.
 
I thought I might be able to create the file on one system, send to the next and update (use the same file, DISP=MOD on the MAKECLNT utility) etc. This seems to work in that the utility works and the file looks ok to the naked eye, but once transferred to the PC the client can only ever "find" the first entry.
 
i.e. create on QMRA - update on QMRB, a MQCONN(QMRA) works, MQCONN(QMRB) doesn't. Create on QMRB - update on
QMRA, it works the other way round.  
 
A trace shows;
 
rrxGetFirstChannelDef (rc=OK)
rrxGetNextChannelDef (rc=rrcE_NOT_FOUND)
 
so its not finding anything other than the first entry in the table.
 
Is what I'm trying to do possible?...if so how?
 
thanks,
Pete



Notice to recipient:
The information in this internet e-mail and any attachments is confidential and may be privileged. It is intended solely for the addressee. If you are not the intended addressee please notify the sender immediately by telephone. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful.


When addressed to external clients any opinions or advice contained in this internet e-mail are subject to the terms and conditions expressed in any applicable governing terms of business or client engagement letter issued by the pertinent Bank of America group entity.

If this email originates from the U.K. please note that Bank of America, N.A., London Branch, Banc of America Securities Limited and Banc of America Futures Incorporated are authorised and regulated by the Financial Services Authority.


Reply via email to