Author |
Message |
Topic: Stash Password for existing repository. |
pfarrel
Replies: 1 Views: 3278
|
Forum: IBM MQ Security Posted: Tue Oct 07, 2014 1:59 am Subject: Stash Password for existing repository. |
I am trying to use SSL on a windows client program, using the repository distributed with the MQ client.
On my windows system, I installed the client at this location c:\MQM\
The repository distribu ... |
Topic: Encryption of Data in-flight |
pfarrel
Replies: 8 Views: 6912
|
Forum: IBM MQ Security Posted: Thu Jul 31, 2014 6:11 am Subject: Encryption of Data in-flight |
We are not currently using CCDT. Applications connect over a SVRCONN channel. We have some control over who is connecting by using Channel Authentication. Additional authentication will be introduced ... |
Topic: Encryption of Data in-flight |
pfarrel
Replies: 8 Views: 6912
|
Forum: IBM MQ Security Posted: Thu Jul 31, 2014 5:56 am Subject: Encryption of Data in-flight |
I want to encrypt data going in and out of a queue manager ( data in flight ). Seems pretty simple for queue manager to queue manager connections. I put a cert into each queue manager, specify a ciphe ... |
Topic: Read PCF on mainframe |
pfarrel
Replies: 1 Views: 1471
|
Forum: General IBM MQ Support Posted: Thu May 08, 2014 2:38 am Subject: Read PCF on mainframe |
I would like to read the PCF formatted messages created by MQ event processing. I prefer to do this on the mainframe. Does anyone have a snippit of code ( SAS would be great ) that will convert the PC ... |
Topic: SSL Certificates for People |
pfarrel
Replies: 1 Views: 2051
|
Forum: IBM MQ Security Posted: Thu Jan 16, 2014 7:56 am Subject: SSL Certificates for People |
I am thinking of creating SSL certificates for individual people who access MQ. Each person would have their own certificate. When they connect to MQ the queue manager will know who it is by looking a ... |
Topic: Reset channel sequence number |
pfarrel
Replies: 12 Views: 16153
|
Forum: General IBM MQ Support Posted: Fri Aug 09, 2013 1:54 am Subject: Reset channel sequence number |
We experience this problem when we take our system down, switch our external customers over to our backup site, and start the connections to our external customers from the backup site. The external c ... |
Topic: Teradata Access from Broker |
pfarrel
Replies: 2 Views: 2508
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 01, 2013 1:20 am Subject: Teradata Access from Broker |
I am running WMB 8.0.0.1 on AIX 6.1. I Would like to access Teradata from a flow. Does anyone have any experience with this ? Any help would be much appreciated. Thanks ! |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Thu May 23, 2013 7:48 am Subject: MA01 with MQ 7.5 |
I did try that, and I got a 2059 ( QMGR not available ).
I have set up my mqm .profile to issue the setmqenv command so that it is ready for v7.5 as soon as you su to mqm.
I have this in the .profil ... |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Wed May 22, 2013 1:40 am Subject: MA01 with MQ 7.5 |
For anyone who might be interested, I have a solution to this problem.
( this solution is thanks to Mark Taylor ).
The MA01 program ( program name "q" ) has an environment variable all of ... |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Sun May 19, 2013 7:37 am Subject: MA01 with MQ 7.5 |
Here finally I run it on a different lpar where MQ is at version 7.0.1.
The queue manager is a local queue manager, and MQSERVER is not set. Success !
It works here, but fails when doing the same t ... |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Sun May 19, 2013 7:34 am Subject: MA01 with MQ 7.5 |
Here I try to run it from another lpar, setting up MQSERVER to point to the v7.5 queue manager. I don't think it is designed to work this way without additional parameters being set when calling the p ... |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Sun May 19, 2013 7:31 am Subject: MA01 with MQ 7.5 |
I have tried running the MA01 program as if it were connecting via client bindings, but it still gets the same result.
In the example below I first try to run it using local bindings, which is the wa ... |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Sun May 19, 2013 7:24 am Subject: MA01 with MQ 7.5 |
It doesn't return anything.
aktv1infa47:/ # env | grep -i MQServer
aktv1infa47:/ # |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Fri May 17, 2013 9:03 am Subject: MA01 with MQ 7.5 |
Let me also say that you can run the "q" program with client bindings, but that's not what I am doing here. ( If you need a client connection you have to supply additional parameters when in ... |
Topic: MA01 with MQ 7.5 |
pfarrel
Replies: 12 Views: 11152
|
Forum: General IBM MQ Support Posted: Fri May 17, 2013 9:00 am Subject: Q |
Here is an example of running the same utility on another lpar which has MQ v 7.0.1.7 installed. The version of the program "q" is the same. The queue manager is a different name. It works f ... |