File "/results/interops/46836/python_packages/ibmmq/mqadmin.py", line 354, in __call__
raise e
File "/results/interops/46836/python_packages/ibmmq/mqadmin.py", line 303, in __call__
message = self.__pcf.reply_queue.get(None, get_md, get_opts)
File "/results/interops/46836/python_packages/ibmmq/mqqueue.py", line 298, in get
raise MQMIError(rv[-2], rv[-1])
mqerrors.MQMIError: MQI Error. Comp 1, Reason 2190: WARNING: MQRC_CONVERTED_STRING_TOO_BIG
I'm not entirely sure if step 2 is necessary to replicate this error message but I have added in my full scenario just in case.
In the following scenario:
ALTER QMGR CCSID(850)Müller- no need to set permissions for this user at this pointDISPLAY QMGRasMüller- this should fail, causing the name to appear in our error logsMQCMD_INQUIRE_ERROR_LOGto retrieve the error logs.I'm not entirely sure if step 2 is necessary to replicate this error message but I have added in my full scenario just in case.