Author |
Message |
Topic: MQCONNX fails with AMQ9518 (MQRC 2059) |
rockz007
Replies: 6 Views: 10361
|
Forum: IBM MQ Security Posted: Mon Sep 25, 2017 5:08 pm Subject: MQCONNX fails with AMQ9518 (MQRC 2059) |
I have modified the code and MQCNO-VERSION to be '4' for SSL values to be taken
MOVE 4 TO MQCNO-VERSION.
MOVE 10 TO MQCD-VERSION. ... |
Topic: MQCONNX fails with AMQ9518 (MQRC 2059) |
rockz007
Replies: 6 Views: 10361
|
Forum: IBM MQ Security Posted: Mon Sep 25, 2017 2:35 am Subject: MQCONNX fails with AMQ9518 (MQRC 2059) |
I did specify valid IP address along with PORT, I just excluded during the post only. |
Topic: MQCONNX fails with AMQ9518 (MQRC 2059) |
rockz007
Replies: 6 Views: 10361
|
Forum: IBM MQ Security Posted: Sun Sep 24, 2017 11:17 pm Subject: MQCONNX fails with AMQ9518 (MQRC 2059) |
Error message is "File '/QIBM/UserData/mqm/AMQCLCHL.TAB' not found. " -AMQ9518
When I try to connect with AMQSSSLC sample program with same options, the connection is successful , but whe ... |
Topic: MQCONNX fails with AMQ9518 (MQRC 2059) |
rockz007
Replies: 6 Views: 10361
|
Forum: IBM MQ Security Posted: Sun Sep 24, 2017 11:15 pm Subject: MQCONNX fails with AMQ9518 (MQRC 2059) |
Hi All,
We are on AS400 MQ Client, MQ server is on another machine. I'm trying to connect to server using MQCONNX with SSL, I get the below error
"/QIBM/UserData/mqm/AMQCLCHL.TAB" -> ... |
Topic: SSL for MQ client on AS/400 COBOL iSeries |
rockz007
Replies: 13 Views: 17068
|
Forum: IBM MQ Security Posted: Sat Aug 22, 2015 5:55 am Subject: SSL for MQ client on AS/400 COBOL iSeries |
Hi Bruce,
I'm sorry for not being precise. Okay these are the steps I followed.
1) MQ is installed as a client on AS400 in our system.
2) MQ server runs on Unix, and there's a separate team f ... |
Topic: SSL for MQ client on AS/400 COBOL iSeries |
rockz007
Replies: 13 Views: 17068
|
Forum: IBM MQ Security Posted: Fri Aug 21, 2015 9:22 pm Subject: SSL for MQ client on AS/400 COBOL iSeries |
Hi Bruce,
I ran the utility because when I use the same file from the MQserver in the job log I was getting an error like "Password stash file not usable or available".
I was going thr ... |
Topic: SSL for MQ client on AS/400 COBOL iSeries |
rockz007
Replies: 13 Views: 17068
|
Forum: IBM MQ Security Posted: Fri Aug 21, 2015 3:39 am Subject: SSL for MQ client on AS/400 COBOL iSeries |
Hi Bruce,
I'm not sure on what you mean by KC.
I am no longer receiving the previous MARC. I ran a utility from which generated the .Sth stash file for the passwords from the .Kdb file which I g ... |
Topic: SSL for MQ client on AS/400 COBOL iSeries |
rockz007
Replies: 13 Views: 17068
|
Forum: IBM MQ Security Posted: Thu Aug 20, 2015 10:57 pm Subject: SSL for MQ client on AS/400 COBOL iSeries |
Hi All,
I got the key.kdb, key.rdb, key.sth from the UNIX server and I also have AMQCLCHL.TAB set up with the queue managers and channel connections.
I put the key.* files in /QIBM/UserData/mqm ... |
Topic: SSL for MQ client on AS/400 COBOL iSeries |
rockz007
Replies: 13 Views: 17068
|
Forum: IBM MQ Security Posted: Thu Aug 20, 2015 12:40 am Subject: SSL for MQ client on AS/400 COBOL iSeries |
Hi All,
I'm pretty much new to the world of SSL in AS/400. We have MQ installed as a client on our AS/400, and the MQ server is installed on another UNIX machine. Until now we are able to connect w ... |