Author |
Message |
Topic: Linear Logging (Automatic) IBM MQ Log not reduced? |
lyntongrice
Replies: 8 Views: 12827
|
Forum: General IBM MQ Support Posted: Thu Oct 26, 2023 4:57 am Subject: Linear Logging (Automatic) IBM MQ Log not reduced? |
Thanks for the clarity on this, much appreciated  |
Topic: Linear Logging (Automatic) IBM MQ Log not reduced? |
lyntongrice
Replies: 8 Views: 12827
|
Forum: General IBM MQ Support Posted: Thu Oct 26, 2023 3:18 am Subject: Linear Logging (Automatic) IBM MQ Log not reduced? |
Hi there,
Thanks for the help, it shows the following (changed QM name below only):
DIS QMSTATUS LOG
1 : DIS QMSTATUS LOG
AMQ8705I: Display Queue Manager Status Details.
QMNAME(QM1) ... |
Topic: Linear Logging (Automatic) IBM MQ Log not reduced? |
lyntongrice
Replies: 8 Views: 12827
|
Forum: General IBM MQ Support Posted: Thu Oct 26, 2023 1:41 am Subject: Linear Logging (Automatic) IBM MQ Log not reduced? |
Hi Andy,
Thanks for the response, I had originally issued that command but got the below response:
RESET QMGR TYPE(REDUCELOG) REDUCE(MAX)
AMQ8925W: IBM MQ Log not reduced
The area I am not ... |
Topic: Linear Logging (Automatic) IBM MQ Log not reduced? |
lyntongrice
Replies: 8 Views: 12827
|
Forum: General IBM MQ Support Posted: Thu Oct 26, 2023 12:28 am Subject: Linear Logging (Automatic) IBM MQ Log not reduced? |
Hi Andy,
Thanks for the feedback on this, much appreciated.
I do agree that manual media management makes more sense to not have daily operation potentially distrupted with auto media management ... |
Topic: Linear Logging (Automatic) IBM MQ Log not reduced? |
lyntongrice
Replies: 8 Views: 12827
|
Forum: General IBM MQ Support Posted: Tue Oct 24, 2023 10:56 am Subject: Linear Logging (Automatic) IBM MQ Log not reduced? |
Hi all,
We had linear logging in our system where the log management was originally set to manual. The log folder on the server subsequently got to like 90% capacity so we changed the log stanza in ... |
Topic: Customers still using IBM R/3 Link? |
lyntongrice
Replies: 2 Views: 4148
|
Forum: General IBM MQ Support Posted: Thu Feb 13, 2014 10:24 am Subject: Customers still using IBM R/3 Link? |
Hi there,
Thanks, but that was not my question....i do not care for the R/3 link replacement and the fact IBM does not support it, I am asking If many customers still use R/3 link in prod? I am pre ... |
Topic: Customers still using IBM R/3 Link? |
lyntongrice
Replies: 2 Views: 4148
|
Forum: General IBM MQ Support Posted: Wed Feb 12, 2014 11:10 pm Subject: Customers still using IBM R/3 Link? |
Hi there,
Just curious is there are still lots of companies using IBM's R/3 Link to connect from SAP to MQ? I know IBM does not support R/3 Link anymore....
Have most of them migrated to somethi ... |
Topic: MQHSAP message encoding on Linux needs to be 273? Not 546? |
lyntongrice
Replies: 0 Views: 2102
|
Forum: General IBM MQ Support Posted: Fri Oct 25, 2013 3:36 am Subject: MQHSAP message encoding on Linux needs to be 273? Not 546? |
Hi there,
I have an application the puts messages onto a queue, and sometimes these messages need to have the MQHSAP header.
My understanding is that the encoding for MQ on the different boxes i ... |
Topic: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
lyntongrice
Replies: 8 Views: 8650
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2013 12:19 pm Subject: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
Hi there,
Ok, lesson learnt....on Linux I needed to specify the following before the MQPUT in order for it to work....
md.Encoding = 273;
md.CodedCharSetId = 819;
Seems fine now.....
Lynt ... |
Topic: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
lyntongrice
Replies: 8 Views: 8650
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2013 11:15 am Subject: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
Hi there,
I turned on the trace .....sent a message with MQHSAP and then turned off the trace....
I can kinda view the data in the TRC file but would be better to use some trace viewer for Linux ... |
Topic: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
lyntongrice
Replies: 8 Views: 8650
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2013 10:47 am Subject: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
Hi there,
Stupid question but how can I trace the issue further? Must I turn on tracing on MQ? How is that done?
Sorry to be a pain...
Lynton |
Topic: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
lyntongrice
Replies: 8 Views: 8650
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2013 10:45 am Subject: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
Thanks for the info on the MQ header before the data.....let me look at the data again, I have 108 bytes of SAP header data I think.....and the HEX of those bytes is exactly the same as if I use a too ... |
Topic: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
lyntongrice
Replies: 8 Views: 8650
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2013 10:17 am Subject: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
Hi there,
Thanks for the comments, much appreciated.
I guess I confused the matter earlier, the following was how it used to look on SOLARIS
Message Descriptor (MQMD)
StrucId :' ... |
Topic: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
lyntongrice
Replies: 8 Views: 8650
|
Forum: General IBM MQ Support Posted: Tue Sep 10, 2013 6:48 pm Subject: MQPUT with MQMD format of MQHSAP returns 2142 on Linux |
Hi there,
I have an application written in C that has been putting messages onto MQ using MQMD format of MQHSAP for a few years now on SUN Solaris. So as an example of the message descriptor:
Me ... |
Topic: MQClient with MQBACK / MQCMIT over distributed system |
lyntongrice
Replies: 3 Views: 2916
|
Forum: General IBM MQ Support Posted: Tue Apr 16, 2013 9:10 am Subject: MQClient with MQBACK / MQCMIT over distributed system |
Hi there,
Many thanks for the information, much appreciated
I have just learned than my app will be running in a VM on the SAME physical machine as MQ.....so the possibility of the network g ... |