gertvangaever
Technical User
Hello,
We have 2 queue maagers here:
QMAS400 (ccsid 37)
QMWINDOWS (ccsid 437)
There is a sender channel on QMAS400: QMAS400.TO.QMWINDOWS
There is a receiver channel on QMWINDOWS: QMWINDOWS.TO.QMAS400.
Why I try to start the channel, or ping the sender channel QMAS400.TO.QMWINDOWS, it says 'Remote channel not known. There is no definition of this channel on the remote system'. But actually, there is!
When I look in the error logs from mq on QMWINDOWS, I see the following error:
01/09/2004 11:37:22
AMQ9519: Channel 'x¼¯,îFÒ8®Ò¬®0||||' not found.
EXPLANATION:
The requested operation failed because the program could not find a definition
of channel 'x¼¯,îFÒ8®Ò¬®0||||'.
ACTION:
Check that the name is specified correctly and the channel definition is
available.
----- amqrcdfa.c : 1085 -------------------------------------------------------
01/09/2004 11:37:22
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'x¼¯,îFÒ8®Ò¬®0||||' ended abnormally.
ACTION:
Look at previous error messages for channel program 'x¼¯,îFÒ8®Ò¬®0||||' in
the error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------
So, for some reason, the name of the expected receiver channel is not correctly assed through. This probably has something to do with the different CCSID's, but where is that conversion done??
What is also annoying, is that this worked until a few days ago! I don't know about anything being changed on these queue managers, but what could be the cause of this strange behaviour than??
I hope someone can help me...
Gert
We have 2 queue maagers here:
QMAS400 (ccsid 37)
QMWINDOWS (ccsid 437)
There is a sender channel on QMAS400: QMAS400.TO.QMWINDOWS
There is a receiver channel on QMWINDOWS: QMWINDOWS.TO.QMAS400.
Why I try to start the channel, or ping the sender channel QMAS400.TO.QMWINDOWS, it says 'Remote channel not known. There is no definition of this channel on the remote system'. But actually, there is!
When I look in the error logs from mq on QMWINDOWS, I see the following error:
01/09/2004 11:37:22
AMQ9519: Channel 'x¼¯,îFÒ8®Ò¬®0||||' not found.
EXPLANATION:
The requested operation failed because the program could not find a definition
of channel 'x¼¯,îFÒ8®Ò¬®0||||'.
ACTION:
Check that the name is specified correctly and the channel definition is
available.
----- amqrcdfa.c : 1085 -------------------------------------------------------
01/09/2004 11:37:22
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'x¼¯,îFÒ8®Ò¬®0||||' ended abnormally.
ACTION:
Look at previous error messages for channel program 'x¼¯,îFÒ8®Ò¬®0||||' in
the error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------
So, for some reason, the name of the expected receiver channel is not correctly assed through. This probably has something to do with the different CCSID's, but where is that conversion done??
What is also annoying, is that this worked until a few days ago! I don't know about anything being changed on these queue managers, but what could be the cause of this strange behaviour than??
I hope someone can help me...
Gert