You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic problem is that there is no conversion available between codepage 862 and (probably) 1208. Some of the metrics appear to always be put by the queue manager as 1208, regardless of the qmgr codepage or available conversion tables. I see the same error if I use amqsrua to a qmgr configured with 862 as its default.
There might be ways to force the conversion via default options but that might lead to "corrupt" object names or affect other applications. Something you'd have to try.
I'll also look to see if this package can determine the right behaviour at runtime - for example, retrying with different options on conversion errors.
Hello,
I have a QMGR with CCSID 862 and for some reason, the program fails to connect to it:
DEBU[0000] Returned from RediscoverAttributes with error MQGET: MQCC = MQCC_WARNING [1] MQRC = MQRC_NOT_CONVERTED [2119]
ERRO[0000] Connection to QM2 has failed. MQGET: MQCC = MQCC_WARNING [1] MQRC = MQRC_NOT_CONVERTED [2119]
I'm running MQ 9.4.0.5
What can be a reason?
Thank you.
The text was updated successfully, but these errors were encountered: