|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: unable to set the time and date |
sayli.jadhav
Replies: 5 Views: 10851
|
Forum: General IBM MQ Support Posted: Sun Jun 25, 2023 10:45 pm Subject: unable to set the time and date |
hi,
in my application we have added below code to make these attributes input/output type:
put_pmo = pymqi.pmo(Options=CMQC.MQPMO_SYNCPOINT)
if attrib_name in ['UserIdentifier', 'AccountingToken' ... |
Topic: pymqi.MQMIError: MQI Error. Comp: 2, Reason 2046: FAILED: M |
sayli.jadhav
Replies: 6 Views: 12217
|
Forum: General IBM MQ Support Posted: Sun Jun 25, 2023 10:36 pm Subject: pymqi.MQMIError: MQI Error. Comp: 2, Reason 2046: FAILED: M |
Thank you it worked. |
Topic: pymqi.MQMIError: MQI Error. Comp: 2, Reason 2046: FAILED: M |
sayli.jadhav
Replies: 6 Views: 12217
|
Forum: General IBM MQ Support Posted: Wed Jun 14, 2023 4:51 am Subject: Re: pymqi.MQMIError: MQI Error. Comp: 2, Reason 2046: FAILED |
below is my code to set it up Queue:
openOptions = CMQC.MQOO_SET_ALL_CONTEXT
mqod = pymqi.make_q_desc(remote_queue_name.encode('utf-8'))
put_queue = pymqi.Queue(self.mq_qmgr, mqod, openOptions)
pu ... |
Topic: pymqi.MQMIError: MQI Error. Comp: 2, Reason 2046: FAILED: M |
sayli.jadhav
Replies: 6 Views: 12217
|
Forum: General IBM MQ Support Posted: Wed Jun 14, 2023 2:36 am Subject: pymqi.MQMIError: MQI Error. Comp: 2, Reason 2046: FAILED: M |
below is my code to set it up Queue:
openOptions = CMQC.MQOO_SET_ALL_CONTEXT
mqod = pymqi.make_q_desc(remote_queue_name.encode('utf-8'))
put_queue = pymqi.Queue(self.mq_qmgr, mqod, openOptions)
pu ... |
|
|
|