Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error connecting to qmgr - MQRC_NOT_CONVERTED #345

Open
lavalex opened this issue Oct 9, 2024 · 1 comment
Open

Error connecting to qmgr - MQRC_NOT_CONVERTED #345

lavalex opened this issue Oct 9, 2024 · 1 comment

Comments

@lavalex
Copy link

lavalex commented Oct 9, 2024

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.

@ibmmqmet
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants