Author |
Message |
Topic: PCFMessageAgent in bindings mode |
tczielke
Replies: 8 Views: 99
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 18, 2021 1:01 pm Subject: PCFMessageAgent in bindings mode |
When you run an IBM MQ Java application in bindings mode, you need to make sure that your java library path is set to pick up some Unix shared object files (or DLLs for Windows) that are needed for JN ... |
Topic: Message lost using dmpmqmsg? |
tczielke
Replies: 7 Views: 182
|
Forum: General IBM MQ Support Posted: Thu Jan 14, 2021 6:13 am Subject: Message lost using dmpmqmsg? |
If they were persistent messages, you still may have an option to extract them from the log. Consult with IBM, if you want to pursue this further. |
Topic: WebSphere MQ call failed '2400' ('MQRC_UNSUPPORTED_CIPHER_SU |
tczielke
Replies: 13 Views: 11346
|
Forum: IBM MQ Security Posted: Tue Jan 12, 2021 12:25 pm Subject: WebSphere MQ call failed '2400' ('MQRC_UNSUPPORTED_CIPHER_SU |
I am not familiar with WAS, so can not comment. Not sure what you situation is, but it would be better to just go to a TLS 1.2 CipherSuite. |
Topic: WebSphere MQ call failed '2400' ('MQRC_UNSUPPORTED_CIPHER_SU |
tczielke
Replies: 13 Views: 11346
|
Forum: IBM MQ Security Posted: Tue Jan 12, 2021 6:17 am Subject: Re: MQRC 2400 Possible Causes? |
WAS 8.5.5 on RHEL
MQ Z/OS 9.0.0 QM
WAS is getting a MQRC 2400 (Cipher not supported).
What are the possible causes of this?
Cipher is set to SSL_RSA_WITH_AES_128_CBC_SHA
I assume WAS is ... |
Topic: MQQueueConnectionFactory vs MQConnectionFactory |
tczielke
Replies: 4 Views: 226
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 08, 2021 6:35 am Subject: MQQueueConnectionFactory vs MQConnectionFactory |
The differences have to do with the evolution of the JMS API through its different releases. This is a blurb from the JMS 2.0 specification:
JMS 1.0 defined two domain-specific APIs, one for point- ... |
Topic: MQQueueConnectionFactory vs MQConnectionFactory |
tczielke
Replies: 4 Views: 226
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 07, 2021 10:07 am Subject: MQQueueConnectionFactory vs MQConnectionFactory |
The differences have to do with the evolution of the JMS API through its different releases. This is a blurb from the JMS 2.0 specification:
JMS 1.0 defined two domain-specific APIs, one for point- ... |
Topic: .NET managed mode and CERTLABEL supported? |
tczielke
Replies: 3 Views: 738
|
Forum: General IBM MQ Support Posted: Thu Dec 10, 2020 6:15 am Subject: .NET managed mode and CERTLABEL supported? |
I would think it is supported based on this MQ manual doc.
Inbound channels (including RCVR, RQSTR, CLUSRCVR, unqualified SERVER, and SVRCONN channels) will only send the configured certificate if ... |
Topic: MQ OPEN 2045 error |
tczielke
Replies: 30 Views: 4311
|
Forum: IBM MQ API Support Posted: Sat Nov 28, 2020 5:09 pm Subject: MQ OPEN 2045 error |
If possible, I would want from IBM a SLIP TRAP that can capture the relevant MQ and CICS address space when the 2045 is issued. If you can provide IBM with the COBOL compile listing of your program, ... |
Topic: MQ OPEN 2045 error |
tczielke
Replies: 30 Views: 4311
|
Forum: IBM MQ API Support Posted: Sat Nov 28, 2020 5:46 am Subject: MQ OPEN 2045 error |
For a COBOL application running in z/OS CICS, the standard way one transaction (thread) would overwrite the working storage of another transaction would be with transaction isolation turned off. That ... |
Topic: MQ OPEN 2045 error |
tczielke
Replies: 30 Views: 4311
|
Forum: IBM MQ API Support Posted: Fri Nov 27, 2020 4:06 pm Subject: MQ OPEN 2045 error |
compute OPTIONS = MQOO-OUTPUT +
MQOO-FAIL-IF-QUIESCING
That command should set the OPTIONS field (a PIC 9(9) COMP or 4 byte unsigned binary integer) to the value of ... |
Topic: MQ OPEN 2045 error |
tczielke
Replies: 30 Views: 4311
|
Forum: IBM MQ API Support Posted: Fri Nov 27, 2020 7:05 am Subject: MQ OPEN 2045 error |
Yes, that is the z/OS MQ API trace. It should trace the MQ open options value that is being passed into the MQOPEN call. It might be better here to have a PMR opened with IBM and see what other trace/ ... |
Topic: Port Scanner |
tczielke
Replies: 14 Views: 2941
|
Forum: General Discussion Posted: Wed Nov 25, 2020 9:18 am Subject: Port Scanner |
The internal vulnerability port scan. Somewhat similar to the Dwight Schrute fire drill. Security vulnerabilities are important, but you would hope people are also taking into consideration the fals ... |
Topic: MQ OPEN 2045 error |
tczielke
Replies: 30 Views: 4311
|
Forum: IBM MQ API Support Posted: Wed Nov 25, 2020 6:20 am Subject: MQ OPEN 2045 error |
What picture clause did you use to define your OPTIONS working storage variable? Is it an 01 level?
What environment is this happening in? CICS? Batch? Also, is your COBOL application multi-thread ... |
Topic: Uniform Cluster how to set applname(s) in queue manager |
tczielke
Replies: 8 Views: 2509
|
Forum: Clustering Posted: Sat Oct 17, 2020 4:24 am Subject: Uniform Cluster how to set applname(s) in queue manager |
Based on that link, it is the MQCNO_RECONNECT option that is the switch that says an application should be rebalanced in a uniform cluster.
We're using this sample because it is a client connected ... |
Topic: Uniform Cluster how to set applname(s) in queue manager |
tczielke
Replies: 8 Views: 2509
|
Forum: Clustering Posted: Fri Oct 16, 2020 1:01 pm Subject: Uniform Cluster how to set applname(s) in queue manager |
Based on that link, it is the MQCNO_RECONNECT option that is the switch that says an application should be rebalanced in a uniform cluster.
We're using this sample because it is a client connected ... |