Author |
Message |
Topic: Is WebSphere MQ Client 7 is a freeware? |
Faby.tp
Replies: 5 Views: 10781
|
Forum: General IBM MQ Support Posted: Thu Jul 14, 2011 1:33 am Subject: Is WebSphere MQ Client 7 is a freeware? |
Hi,
I have developed a MQ Client application in .Net using WebSphere MQ 7.0.1.5 client version.
Please let me know whether WebSphere MQ 7.0.1.5 client version is a freeware. If it is not a freewar ... |
Topic: SSL_INITIALIZATION error |
Faby.tp
Replies: 4 Views: 3913
|
Forum: General IBM MQ Support Posted: Mon May 23, 2011 3:47 am Subject: SSL_INITIALIZATION error |
After Log on user Id is configured, the Windows Service application is working fine....
Thanks you very much mqjeff & byrner for the guidance. |
Topic: SSL_INITIALIZATION error |
Faby.tp
Replies: 4 Views: 3913
|
Forum: General IBM MQ Support Posted: Fri May 13, 2011 1:12 am Subject: SSL_INITIALIZATION error |
Code is runnening in MQC v 7.0.1.4 written in C#
System.Collections.Hashtable qProp = new System.Collections.Hashtable();
qProp[MQC.HOST_NAME_PROPERTY] = "HOSTNAME";
qPr ... |
Topic: Unable to connect to MQ Channel when SSL Key is enable |
Faby.tp
Replies: 13 Views: 13413
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 10, 2011 5:51 am Subject: Unable to connect to MQ Channel when SSL Key is enable |
Can you please explain how to do "Interrogate the key store" |
Topic: Unable to connect to MQ Channel when SSL Key is enable |
Faby.tp
Replies: 13 Views: 13413
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 10, 2011 5:25 am Subject: Unable to connect to MQ Channel when SSL Key is enable |
I have changed Connection mode from XMSC.WMQ_CM_CLIENT to XMSC.WMQ_CM_CLIENT_UNMANAGED
Now the error code changed to 2393 ie. MQRC_SSL_INITIALIZATION_ERROR
Now what correction I have to do? |
Topic: Unable to connect to MQ Channel when SSL Key is enable |
Faby.tp
Replies: 13 Views: 13413
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 10, 2011 5:03 am Subject: Unable to connect to MQ Channel when SSL Key is enable |
Yes. The client certificate label should matchs because we got 4 files after informing the userid under the application is running.
Is there any method to find myclient related to these files from ou ... |
Topic: Unable to connect to MQ Channel when SSL Key is enable |
Faby.tp
Replies: 13 Views: 13413
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 10, 2011 4:50 am Subject: Unable to connect to MQ Channel when SSL Key is enable |
What do you meant by client side trace? |
Topic: Unable to connect to MQ Channel when SSL Key is enable |
Faby.tp
Replies: 13 Views: 13413
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 10, 2011 4:32 am Subject: Unable to connect to MQ Channel when SSL Key is enable |
Yes. Key store file is correct. We received four files.
1. .crl (Certificate revocation list),
2. .kdb (used for XMSC.WPM_SSL_KEY_REPOSITORY)
3. .rdb (Not used)
4. .sth (used for XMSC.WPM_SSL_KEY ... |
Topic: Unable to connect to MQ Channel when SSL Key is enable |
Faby.tp
Replies: 13 Views: 13413
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 10, 2011 3:06 am Subject: Unable to connect to MQ Channel when SSL Key is enable |
I am unable get MQ Channel connectivity when SSL key is enabled at MQ server end. But application is working fine when SSL key is disabled at MQ Server end. Version of MQ Server is 6 and MQ Client is ... |
Topic: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
Faby.tp
Replies: 8 Views: 15262
|
Forum: IBM MQ API Support Posted: Mon May 09, 2011 4:18 am Subject: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
Thank you the correction |
Topic: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
Faby.tp
Replies: 8 Views: 15262
|
Forum: IBM MQ API Support Posted: Fri May 06, 2011 4:56 am Subject: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
I had made a mistake in the message format. When it was corrected to the following format, application is working fine and MINT AP is able to process the messages received.
00000025This is the SWIF ... |
Topic: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
Faby.tp
Replies: 8 Views: 15262
|
Forum: IBM MQ API Support Posted: Fri May 06, 2011 1:06 am Subject: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
Hi,
Still the problem persists.
Code for Session & Destination creation are given below:
ISession session = connection.CreateSession(false, AcknowledgeMode.AutoAcknowledge);
ID ... |
Topic: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
Faby.tp
Replies: 8 Views: 15262
|
Forum: IBM MQ API Support Posted: Thu May 05, 2011 6:37 am Subject: Formating of messages in MQSTR using C# in MQ v 7.0.1.4 |
I am developing MQ Client application (v 7.0.1.4) in .Net with C#.
Through this application SWIFT messages are able to send to MINT. But all have failed to process due to invalid format of the messag ... |