If a channel refuses to run:
The possible responses to this situation are:
You need to check with your remote link supervisor to establish the number of the last message or unit of work committed. Check this against the last number at your end of the link. If the remote end has committed a number, and that number is not yet committed at your end of the link, then issue a RESOLVE COMMIT command.
In all other cases, issue a RESOLVE BACKOUT command.
The effect of these commands is that backed out messages reappear on the transmission queue and are sent again, while committed messages are discarded.
If in doubt yourself, perhaps backing out with the probability of duplicating a sent message would be the safer decision.
This command is for use when sequential numbering is in effect, and should be used with care. Its purpose is to reset the sequence number of messages and you should use it only after using the RESOLVE command to resolve any in-doubt situations.
If a triggered channel refuses to run, the possibility of in-doubt messages should be investigated as described above.
Another possibility is that the trigger control parameter on the transmission queue has been set to NOTRIGGER by the channel. This happens when:
After diagnosing and fixing the problem, you must start the channel manually.
An example of a situation where a triggered channel fails to start is as follows:
On WebSphere MQ for z/OS, if the queue manager is stopped using MODE(FORCE) during channel initiator shutdown, it may be necessary to manually restart some channels after channel initiator restart.
Another reason for the channel refusing to run could be that neither end is
able to carry out necessary conversion of message descriptor data between
ASCII and EBCDIC, and integer formats. In this instance, communication
is not possible.
When using LU 6.2, make sure that your definitions are consistent
throughout the network. For example, if you have increased the RU sizes
in your CICS Transaction Server for z/OS or Communications Manager
definitions, but you have a controller with a small MAXDATA value in its
definition, the session may fail if you attempt to send large messages across
the network. A symptom of this may be that channel negotiation takes
place successfully, but the link fails when message transfer occurs.
When using TCP, if your channels are unreliable and your connections break,
set a KEEPALIVE value for your system or channels. You can use the
SO_KEEPALIVE option to set a system-wide value, and on WebSphere MQ for z/OS,
you can also use the KeepAlive Interval channel attribute (KAINT) to set
channel-specific keepalive values. These options are discussed in Checking that the other end of the channel is still available, and KeepAlive Interval (KAINT).
The Adopt MCA function enables WebSphere MQ to cancel a receiver channel
and to start a new one in its place.
For more information about this function, see Adopting an MCA. For details of its parameters, see WebSphere MQ for z/OS System Setup Guide.
When a group TCP/IP listener is started, it registers with DDNS. But
there may be a delay until the address is available to the network. A
channel that is started in this period, and which targets the newly registered
generic name, fails with an 'error in communications configuration'
message. The channel then goes into retry until the name becomes
available to the network. The length of the delay will be dependent on
the name server configuration used.Network problems
Adopting an MCA
Registration time for DDNS
WebSphere MQ supports connection over dial-up lines but you should be aware that with TCP, some protocol providers assign a new IP address each time you dial in. This can cause channel synchronization problems because the channel cannot recognize the new IP addresses and so cannot ensure the authenticity of the partner. If you encounter this problem, you need to use a security exit program to override the connection name for the session.
This problem does not occur when a WebSphere MQ for AIX, iSeries, HP-UX, Linux, Solaris, and Windows, or MQSeries V5.1 for Compaq Tru64 UNIX, and OS/2 Warp product is communicating with another product at the same level, because the queue manager name is used for synchronization instead of the IP address.