Author |
Message |
Topic: Use of PutTime/PutDate instead of COA for arriving messages |
HenriqueS
Replies: 5 Views: 9393
|
Forum: General IBM MQ Support Posted: Fri Oct 02, 2015 1:37 pm Subject: Use of PutTime/PutDate instead of COA for arriving messages |
So, since you do not advise on believing on these message fields, do you have any idea on how to deal with this COA time arrival?
It is some extra code, but maybe we sould offload the log queue (th ... |
Topic: Use of PutTime/PutDate instead of COA for arriving messages |
HenriqueS
Replies: 5 Views: 9393
|
Forum: General IBM MQ Support Posted: Wed Sep 30, 2015 9:33 am Subject: Use of PutTime/PutDate instead of COA for arriving messages |
Hi hughson, thanks for the feedback.
Let me rephrase:
1) We are storing all COAs that are returning to our remote client in a local queue, using the exit (the exit intercepts the COAs leaving o ... |
Topic: Use of PutTime/PutDate instead of COA for arriving messages |
HenriqueS
Replies: 5 Views: 9393
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2015 10:05 am Subject: Use of PutTime/PutDate instead of COA for arriving messages |
Hello,
Today we have a message exit that processes all outgoing messages. If they are COAs, we extract their timestamps and write them in our internal records to know when a certain incoming messa ... |
Topic: LDAP on mainframe |
HenriqueS
Replies: 5 Views: 14033
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 12, 2013 7:02 pm Subject: LDAP on mainframe |
Helped a lot!
In fact, IBM documentation made think on using SYS1.SIEALNKE(GLDCLDAP) on the link-editing, while it was only needed for runtime. This ended up corrupting the entry point of th ... |
Topic: LDAP on mainframe |
HenriqueS
Replies: 5 Views: 14033
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 12, 2013 5:36 pm Subject: LDAP on mainframe |
First case, trying on batch mode.[/code] |
Topic: LDAP on mainframe |
HenriqueS
Replies: 5 Views: 14033
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 12, 2013 1:39 pm Subject: LDAP on mainframe |
Hello Roger,
I don´t like to bring an older post back, but I am facing similar challenges. After compiling, prelinking and linking with success I still get ABEND=S0C1 U0000 REASON=00000001 when I ... |
Topic: Relationship between socket, WAS and MQ connections |
HenriqueS
Replies: 4 Views: 7056
|
Forum: General IBM MQ Support Posted: Thu Jun 06, 2013 8:56 am Subject: Relationship between socket, WAS and MQ connections |
Found this interesting resource regarding TCP/IP Connection usage between WebSphere Application Server V7 and V8, and WebSphere MQ V7...
*MaxChannels on the qm.ini = (WAS connection pool + (WAS con ... |
Topic: Relationship between socket, WAS and MQ connections |
HenriqueS
Replies: 4 Views: 7056
|
Forum: General IBM MQ Support Posted: Wed Jun 05, 2013 2:16 pm Subject: Relationship between socket, WAS and MQ connections |
Understood, maybe yes, the sharecnv setting influences the active channel count.
Also I realizes that connections pool and session pool property settings on WAS will produce a multiple of incoming ... |
Topic: Relationship between socket, WAS and MQ connections |
HenriqueS
Replies: 4 Views: 7056
|
Forum: General IBM MQ Support Posted: Tue Jun 04, 2013 12:48 pm Subject: Relationship between socket, WAS and MQ connections |
Hello,
Whats the relationship between:
a) Outgoing socket connections from my WAS server (from a defined queue connection factory defined with a maximum of channels);
b) Incoming socket conne ... |
Topic: Critical instance - same server or another one? |
HenriqueS
Replies: 0 Views: 2913
|
Forum: General IBM MQ Support Posted: Tue Jul 17, 2012 2:23 pm Subject: Critical instance - same server or another one? |
We have a VM that runs already our production queue manager. Some stats:
-RAM 6 GB
-3 logical CPUS (Intel(R) Xeon(R) CPU E7- 8870 @ 2.40GHz)
-Linux host.bc 2.6.18-308.11.1.el5 #1 SMP Fri Jun 15 ... |
Topic: Trying to erase object - object not found |
HenriqueS
Replies: 16 Views: 15521
|
Forum: General IBM MQ Support Posted: Wed Jul 11, 2012 6:22 am Subject: Trying to erase object - object not found |
Defining it again with REPLACE and DELETING it soon after WORKED! Thanks! |
Topic: Trying to erase object - object not found |
HenriqueS
Replies: 16 Views: 15521
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2012 5:54 am Subject: Trying to erase object - object not found |
alter channel('C00038166.99999913.2') CHLTYPE(SDR) MSGEXIT('')
3 : alter channel('C00038166.99999913.2') CHLTYPE(SDR) MSGEXIT('')
AMQ8016 ... |
Topic: Trying to erase object - object not found |
HenriqueS
Replies: 16 Views: 15521
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2012 4:40 am Subject: Trying to erase object - object not found |
OK, I will post with the 'real' names in...
DISPLAY CHANNEL('C00038166.99999913.2')
1 : DISPLAY CHANNEL('C00038166.99999913.2')
AMQ8414: Display Channel details.
... |
Topic: Trying to erase object - object not found |
HenriqueS
Replies: 16 Views: 15521
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2012 4:22 am Subject: Trying to erase object - object not found |
Just tried again to delete it, with no success.
Latest FDC file dates from july 1st.
Latest qmgr error log entry dates from july 9th - no entry related to the channel deletion.
Last week I alre ... |
Topic: Trying to erase object - object not found |
HenriqueS
Replies: 16 Views: 15521
|
Forum: General IBM MQ Support Posted: Mon Jul 09, 2012 1:11 pm Subject: Trying to erase object - object not found |
DELETE CHANNEL('XYZ') CHLTABLE(QMGRTBL)
3 : DELETE CHANNEL('XYZ') CHLTABLE(QMGRTBL)
AMQ8227: Channel XYZ not found.
DISPLAY CHANNEL('XYZ' ... |