Author |
Message |
Topic: MQSETMP with MQTYPE_NULL does not create the property... |
jlamond
Replies: 5 Views: 16154
|
Forum: IBM MQ API Support Posted: Wed May 05, 2021 11:21 pm Subject: MQSETMP with MQTYPE_NULL does not create the property... |
Yes I did.
My test program does create one property for each property type. The only one that does not work properly is for MQTYPE_NULL. The property does not get created in the message handle. Al ... |
Topic: MQSETMP with MQTYPE_NULL does not create the property... |
jlamond
Replies: 5 Views: 16154
|
Forum: IBM MQ API Support Posted: Thu Apr 29, 2021 11:32 pm Subject: MQSETMP with MQTYPE_NULL does not create the property... |
Already did that and got the same result.
I always get a Completion code of 0 and a reason code of 0, but the property is not added... |
Topic: MQSETMP with MQTYPE_NULL does not create the property... |
jlamond
Replies: 5 Views: 16154
|
Forum: IBM MQ API Support Posted: Thu Apr 29, 2021 7:23 am Subject: MQSETMP with MQTYPE_NULL does not create the property... |
When I run the below code I don't get any error but the property is not inserted into my Message Handle... This is on Linux Red Hat in 'C'.
memset(pPropName, 0x00, sizeof(PropName));
mem ... |
Topic: Celebration Notice - 10th Year Anniversary - April 12, 2011 |
jlamond
Replies: 89 Views: 128090
|
Forum: General Discussion Posted: Sun May 15, 2011 11:02 pm Subject: MUG received |
Thank a lot,
Very nice MUG
Jean-Marc |
Topic: Celebration Notice - 10th Year Anniversary - April 12, 2011 |
jlamond
Replies: 89 Views: 128090
|
Forum: General Discussion Posted: Wed Apr 27, 2011 8:14 am Subject: Celebration Notice - 10th Year Anniversary - April 12, 2011 |
Hello,
Mail address is now in France, since 2005 (left Québec )
Jean-Marc Lamond
46, rue de Taverny
95550, Bessancourt
FRANCE |
Topic: TXseries 7.1 Microsoft Windows MQSeries XA (ETC) amqzscin |
jlamond
Replies: 1 Views: 2266
|
Forum: General IBM MQ Support Posted: Mon Jul 26, 2010 10:11 am Subject: TXseries 7.1 Microsoft Windows MQSeries XA (ETC) amqzscin |
Does someone know how to generate the amqzscin MQSeries CICS XA Switch on TXseries 7.1Microsoft Windows C Compiler, for WMQ Client V7 and Extended Transaction Client ?
So far I have try with provid ... |
Topic: Pb with wildcards and setmqaut |
jlamond
Replies: 8 Views: 12282
|
Forum: IBM MQ Security Posted: Fri Apr 16, 2010 7:54 am Subject: Pb with wildcards and setmqaut |
Please help me helping you!
Are you on AS/400?
JM |
Topic: Where is the Capacity Planning support pack for DISTRIBUTED |
jlamond
Replies: 3 Views: 6427
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Apr 11, 2010 11:52 pm Subject: Where is the Capacity Planning support pack for DISTRIBUTED |
Do you mean : http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg27007150
These are the various Performance Evaluations by platforms and versions. |
Topic: SSL config problems |
jlamond
Replies: 3 Views: 7403
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 11:57 pm Subject: SSL config problems |
Why dont you try to do :
gsk7capicmd -cert -list -db -pw
This will at least provide you with the contain of keystore. |
Topic: Problem with SSL config for .net MQ client to MQ v6 |
jlamond
Replies: 17 Views: 30188
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 8:31 am Subject: Problem with SSL config for .net MQ client to MQ v6 |
Just try to use the environment variable to test if it work. You will still need to change the label as the note say that no certificate label beginning with ibmwebspheremq should be in the .kdb file ... |
Topic: Problem with SSL config for .net MQ client to MQ v6 |
jlamond
Replies: 17 Views: 30188
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 8:25 am Subject: Problem with SSL config for .net MQ client to MQ v6 |
Ho,
But if you export a certificate self-signed or not in pkcs12 format, then you can always rename at import time regardless of using gsk7capicmd or ikeyman.
This is an easy way to use an exist ... |
Topic: Problem with SSL config for .net MQ client to MQ v6 |
jlamond
Replies: 17 Views: 30188
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 6:54 am Subject: Problem with SSL config for .net MQ client to MQ v6 |
I don't know if you can use a default certificate with .NET
look at this url, the answer is there :
http://www-01.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSEP7X&q1= ... |
Topic: Problem with SSL config for .net MQ client to MQ v6 |
jlamond
Replies: 17 Views: 30188
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 6:50 am Subject: Problem with SSL config for .net MQ client to MQ v6 |
Self signed certificate has nothing to do with label! It simply do not require the presence of signers certificate.
WebSphere MQ Serveur need certificate with label of the form :
ibmwebspheremq ... |
Topic: Problem with SSL config for .net MQ client to MQ v6 |
jlamond
Replies: 17 Views: 30188
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 6:46 am Subject: Problem with SSL config for .net MQ client to MQ v6 |
I forgot to tell you that looking at the MQSeries errors subdirectory is a great source of dianostic. Look at the AMQERR01.LOG file. |
Topic: Problem with SSL config for .net MQ client to MQ v6 |
jlamond
Replies: 17 Views: 30188
|
Forum: General IBM MQ Support Posted: Thu Aug 13, 2009 6:36 am Subject: Problem with SSL config for .net MQ client to MQ v6 |
Good start!
First SIGNER mean CA Certificates and personnal mean all personnal certificates (the one you use).
So now I don't know why your MQteam has provide you with a certificate with a label ... |