Author |
Message |
Topic: Question about conversion mq message. |
gaorenwei
Replies: 14 Views: 13789
|
Forum: General IBM MQ Support Posted: Sun Jan 13, 2019 9:42 pm Subject: Question about conversion mq message. |
Thanks a lot guys. |
Topic: Question about conversion mq message. |
gaorenwei
Replies: 14 Views: 13789
|
Forum: General IBM MQ Support Posted: Sat Jan 12, 2019 7:47 pm Subject: Question about conversion mq message. |
**** Message ****
length - 954 of 954 bytes
00000000: C8C4 D940 C4C9 E2E3 C8D6 D9E4 E2F2 F0F1 '...@............'
00000010: F860 F1F0 60F1 F260 F1F9 4BF3 F64B F1F7 ... |
Topic: Question about conversion mq message. |
gaorenwei
Replies: 14 Views: 13789
|
Forum: General IBM MQ Support Posted: Thu Jan 10, 2019 9:40 pm Subject: Question about conversion mq message. |
Thanks for replying me.I try to check the data in linux without program.
When I command amqsget QMGR QLOCAL
MQGET ended with reason code 2110
message <▒▒▒@▒▒ ... |
Topic: Question about conversion mq message. |
gaorenwei
Replies: 14 Views: 13789
|
Forum: General IBM MQ Support Posted: Thu Jan 10, 2019 12:23 am Subject: Question about conversion mq message. |
When I add the MQGMO_CONVERT .I get the error message is MQRC_FORMAT_ERROR [2110] |
Topic: Question about conversion mq message. |
gaorenwei
Replies: 14 Views: 13789
|
Forum: General IBM MQ Support Posted: Wed Jan 09, 2019 10:40 pm Subject: Question about conversion mq message. |
Hi guys.
I have try to use node.js to receive the websphere mq message on my client.Our message process is that MF platform is sender side. I know the encoding is "IBM500". The sender side ... |
Topic: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
gaorenwei
Replies: 15 Views: 48551
|
Forum: General IBM MQ Support Posted: Tue Jan 08, 2019 6:49 pm Subject: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
OK.Thanks a lot. |
Topic: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
gaorenwei
Replies: 15 Views: 48551
|
Forum: General IBM MQ Support Posted: Tue Jan 08, 2019 6:34 pm Subject: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
The QMGR listener is listen 1414.
dis lstr(NSU2.LSTR)
AMQ8630: Display listener information details.
LISTENER(NSU2.LSTR) CONTROL(QMGR)
TRPTYPE(TCP) ... |
Topic: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
gaorenwei
Replies: 15 Views: 48551
|
Forum: General IBM MQ Support Posted: Tue Jan 08, 2019 5:28 pm Subject: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
'use strict';
var mq = require('ibmmq');
var MQC = mq.MQC;
// Import any other packages needed
var StringDecoder = require('string_decoder').StringDecoder;
var decoder = new StringDecoder('utf ... |
Topic: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
gaorenwei
Replies: 15 Views: 48551
|
Forum: General IBM MQ Support Posted: Tue Jan 08, 2019 5:26 pm Subject: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
Thanks guys for replying me.Wrong message.
dis chl(NSU2.SVRCONN)
AMQ8414: Display Channel details.
CHANNEL(NSU2.SVRCONN) CHLTYPE(SVRCONN)
ALTDATE(2018-08-2 ... |
Topic: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
gaorenwei
Replies: 15 Views: 48551
|
Forum: General IBM MQ Support Posted: Tue Jan 08, 2019 5:47 am Subject: MQRC_UNKNOWN_CHANNEL_NAME [2540] |
Hi guys
I have a question about this issue.I try to connect to the QMGR use java.But the err message is "MQRC_UNKNOWN_CHANNEL_NAME [2540]".I have understand the err messsage mean. But when ... |
Topic: How to use node.js connect to the mq |
gaorenwei
Replies: 9 Views: 24886
|
Forum: IBM MQ API Support Posted: Wed Dec 26, 2018 9:48 pm Subject: How to use node.js connect to the mq |
Hi guys. I'm a node.js developer.Is there any way can make node.js connect to the mq? Can you give me a simple deme for that?Many thanks for considering my request. |
Topic: Question config ssl connect between two different platform |
gaorenwei
Replies: 12 Views: 13507
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2018 11:51 pm Subject: Question config ssl connect between two different platform |
Thanks exerk
When I use ls -al
-rw-r--r--. 1 mqm mqm 1294 May 16 01:11 caintermediatecert.der
-rw-r--r--. 1 mqm mqm 1001 May 16 01:10 carootcert.der
-rw-------. 1 mqm mqm 1532 Jun 12 02:03 ... |
Topic: Question config ssl connect between two different platform |
gaorenwei
Replies: 12 Views: 13507
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2018 10:37 pm Subject: Question config ssl connect between two different platform |
Thanks fjb_saper.
But If I run the command runmqakm -cert -add -db key.kdb -stashed -file cert.crt .The feedback is A duplicate certificate already exists in the database.
The key have already ex ... |
Topic: Question config ssl connect between two different platform |
gaorenwei
Replies: 12 Views: 13507
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2018 5:18 am Subject: Question config ssl connect between two different platform |
Thanks fjb_saper.
I have run the command runmqakm -cert -receive -file cert.crt
But the feedback is CTGSK3034W The certificate request created for the certificate is not in the key database. |
Topic: Question about add cert into key.kdb |
gaorenwei
Replies: 1 Views: 7750
|
Forum: IBM MQ Security Posted: Wed Jun 13, 2018 12:10 am Subject: Question about add cert into key.kdb |
Hi I'm doing the ssl config.I have confuse about this.
Currently,I have do these steps.
1.runmqakm -keydb -create -db key.kdb -pw passw0rd -stash
2.runmqakm -certreq -create -db key.kdb -stashed -l ... |