Author |
Message |
Topic: SWIFT Alliance Gateway Connections remain open |
tnana
Replies: 1 Views: 3994
|
Forum: General IBM MQ Support Posted: Tue Apr 24, 2012 5:16 am Subject: SWIFT Alliance Gateway Connections remain open |
We recently upgraded to SAG (SWIFT Alliance gateway) 7.0 on W2K8 R2 from SAG 6.0 on W2K3
The MQ Server has not changed but the connections keep growing up every day and eventually hit the limit cau ... |
Topic: Unable to get SSL Working in base Java |
tnana
Replies: 2 Views: 5983
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 17, 2010 12:03 pm Subject: Unable to get SSL Working in base Java |
Java Code (found here and modified):
===============================================
import com.ibm.mq.*;
public class SSL_SAMPLE {
public static void main(String[] args) {
System. ... |
Topic: One way SSL Issue (Channel is lacking a certificate) |
tnana
Replies: 6 Views: 10363
|
Forum: IBM MQ Security Posted: Thu Sep 30, 2010 9:34 am Subject: Re: One way SSL Issue (Channel is lacking a certificate) |
Added Queue Manager cert (label = ibmwebspheremqqm1)
We used wrong way to add this.
Converted received p12 cert to CER version and then added it.
Later used original p12 version and I ... |
Topic: One way SSL Issue (Channel is lacking a certificate) |
tnana
Replies: 6 Views: 10363
|
Forum: IBM MQ Security Posted: Wed Sep 29, 2010 1:06 pm Subject: Re: One way SSL Issue (Channel is lacking a certificate) |
Added Queue Manager cert (label = ibmwebspheremqqm1)
We used wrong way to add this.
Converted received p12 cert to CER version and then added it.
Later used original p12 version and I ... |
Topic: One way SSL Issue (Channel is lacking a certificate) |
tnana
Replies: 6 Views: 10363
|
Forum: IBM MQ Security Posted: Wed Sep 29, 2010 9:42 am Subject: One way SSL Issue (Channel is lacking a certificate) |
Did you confirm that the user running the script has OS level file permissions to the keystore and it's containing directories?
Yes.
The keystore was created when logged in as "ny.test". ... |
Topic: One way SSL Issue (Channel is lacking a certificate) |
tnana
Replies: 6 Views: 10363
|
Forum: IBM MQ Security Posted: Wed Sep 29, 2010 9:17 am Subject: Re: One way SSL Issue (Channel is lacking a certificate) |
Client is using VBScript and MQAX200
Yikes.
We keep getting this error:
ErrorNumber: 32000
ErrorDescription: MQAX200.MQQueueManager::Connect CompletionCode = 2, ReasonCode = 2059, ReasonName ... |
Topic: One way SSL Issue (Channel is lacking a certificate) |
tnana
Replies: 6 Views: 10363
|
Forum: IBM MQ Security Posted: Wed Sep 29, 2010 8:20 am Subject: One way SSL Issue (Channel is lacking a certificate) |
Although we want to implement 2 way SSL connection, we were trying 1 way first.
So far,
Created Key database on server (MQ 6 on Linux)
Added Queue Manager cert (label = ibmwebspheremqqm1)
Ad ... |
Topic: MQFTRCV and MQFTRCVC |
tnana
Replies: 4 Views: 5262
|
Forum: General Discussion Posted: Thu Oct 25, 2007 10:47 am Subject: Re: MQFTRCV and MQFTRCVC |
Once the user on Windows was granted permission to connect to queue manager and queue, the MQFTRCVC worked and returned list of files.
Tested with just listing the files and then modified to extrac ... |
Topic: MQFTRCV and MQFTRCVC |
tnana
Replies: 4 Views: 5262
|
Forum: General Discussion Posted: Fri Oct 12, 2007 12:37 pm Subject: Re: MQFTRCV and MQFTRCVC |
Any ideas ?
To progress with such an issue you'll need to take a look in the AMQERR01.LOG files on client and server.
By the way, I think GMQ_MQ_LIB relates only to applications on Windows using t ... |
Topic: MQFTRCV and MQFTRCVC |
tnana
Replies: 4 Views: 5262
|
Forum: General Discussion Posted: Wed Oct 10, 2007 12:09 pm Subject: Re: MQFTRCV and MQFTRCVC |
I set MQSERVER variable and tried this command:
mqftrcv -q THE_QUEUE -m THE_QM -l
Correction.
The command should read
mqftrcvc -q THE_QUEUE -m THE_QM -l[/b] |
Topic: MQFTRCV and MQFTRCVC |
tnana
Replies: 4 Views: 5262
|
Forum: General Discussion Posted: Wed Oct 10, 2007 8:48 am Subject: MQFTRCV and MQFTRCVC |
Hi,
I have already searched and did not find any answer to my issue.
I have a queue manager on Linux box where MQFTRCV works fine.
I tried to run MQFTRCVC from a W2K3 box where MQ Server 6 is ... |
Topic: Security with Java Classes |
tnana
Replies: 2 Views: 2934
|
Forum: General IBM MQ Support Posted: Tue May 02, 2006 8:03 am Subject: Security with Java Classes |
Hi,
There are two local user accounts on a Win2K3 box UserA and UserB.
UserA is permitted to connect to Queue Manager and access queue(s) on a Solaris MQ Server. UserB is not.
When tested wit ... |
Topic: Improper Segment Breakup |
tnana
Replies: 1 Views: 2218
|
Forum: General IBM MQ Support Posted: Wed Oct 06, 2004 10:25 am Subject: Re: Improper Segment Breakup |
For a file larger than 4 Mb (but less than 8 Mb), the first segment is only
4194128 bytes long (instead of 4194304).
Then there is a segment of 176 bytes. The Message ID for this segment is garb ... |
Topic: Improper Segment Breakup |
tnana
Replies: 1 Views: 2218
|
Forum: General IBM MQ Support Posted: Wed Oct 06, 2004 7:35 am Subject: Improper Segment Breakup |
Hi
We have a working Java program that reads files and loads them on queue.
Files larger than 4 Mb are broken into segments of 4 Mb each by the code.
The configuration is Windows NT server + MQSe ... |