pymqi seems to ignore MD settings for ccsid for mqput
We are using IBM MQ with Microfocus Cobol (Enterprise Developer) and, alternatively, python (via the pymqi module) on Red Hat linux.
Our messages contain binary data and are single byte coded – since we are migrating from an ebcdic environment we have switched to Latin-1 (from copdepage 1141 to 819 to be precise).
I’m using Python (pymqi) and I’m trying to MQPUT a single byte character message as binary data from disc after decoding it to Latin-1 but IBM MQ ignores my plea for a ccsid other than 1208 (UTF-8).
pymqi seems to ignore MD settings for ccsid for mqput
We are using IBM MQ with Microfocus Cobol (Enterprise Developer) and, alternatively, python (via the pymqi module) on Red Hat linux.
Our messages contain binary data and are single byte coded – since we are migrating from an ebcdic environment we have switched to Latin-1 (from copdepage 1141 to 819 to be precise).
I’m using Python (pymqi) and I’m trying to MQPUT a single byte character message as binary data from disc after decoding it to Latin-1 but IBM MQ ignores my plea for a ccsid other than 1208 (UTF-8).
pymqi : IBM MQ ERROR : MQI Error. Comp: 2, Reason 2381: FAILED: MQRC_KEY_REPOSITORY_ERROR
i have a problem on my script in Python.
I use the library pymqi for send message in IBM MQSeries.
But i have to use SSL and my script return an error !