Author |
Message
|
bruce2359 |
Posted: Wed Jun 20, 2012 4:41 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
And depending on message persistency, your logging type and logging space you might run out of logging space before you run out of queue space |
This would be in error logs. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
visasimbu |
Posted: Thu Jun 21, 2012 5:47 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
And depending on message persistency, your logging type and logging space you might run out of logging space before you run out of queue |
Here I have specified some of the parameters in qm.ini file of the receiving system. Log type is circular. Log space is also more.
Log:
LogPrimaryFiles=194
LogSecondaryFiles=114
LogFilePages=65535
LogType=CIRCULAR
LogBufferPages=4096
LogWriteIntegrity=TripleWrite
CHANNELS:
MaxChannels=5000
MQIBindType=FASTPATH
TuningParameters:
DefaultQBufferSize=104857600
DefaultPQBufferSize=104857600
I could not find any special error related to this channel and message transfer in log files...  |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Jun 21, 2012 6:14 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
Did you see any references to the channel? Like channel starting or stopping?
Any references to logs? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
ramires |
Posted: Thu Jun 21, 2012 6:29 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
visasimbu wrote: |
Log:
LogPrimaryFiles=194
LogSecondaryFiles=114
LogFilePages=65535
LogType=CIRCULAR
LogBufferPages=4096
LogWriteIntegrity=TripleWrite
CHANNELS:
MaxChannels=5000
MQIBindType=FASTPATH
TuningParameters:
DefaultQBufferSize=104857600
DefaultPQBufferSize=104857600
|
these are very different from the defaults, why did you decide for these parameters? _________________ Obrigado / Thanks you |
|
Back to top |
|
 |
visasimbu |
Posted: Fri Jun 22, 2012 6:16 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
Did you see any references to the channel? Like channel starting or stopping?
|
No i didnt see any reference in the log files.
There is no error for the channels in the log files. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jun 22, 2012 6:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
are you looking in the queue manager specific log files, or the overall log files? |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Jun 22, 2012 6:56 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9475 Location: US: west coast, almost. Otherwise, enroute.
|
bruce2359 wrote: |
Did you see any references to the channel? Like channel starting or stopping?
Any references to logs? |
Please answer my questions.
Do you see ANY references to channels or logs? It is normal to see channel start/stop events in logs. If you see NO references, you must be looking in the wrong errors directory. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
visasimbu |
Posted: Mon Jun 25, 2012 5:38 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
Quote: |
Do you see ANY references to channels or logs? It is normal to see channel start/stop events in logs. If you see NO references, you must be looking in the wrong errors directory. |
Yes. I can able to see channel start and stop logs in the corresponding log files.
Quote: |
are you looking in the queue manager specific log files, or the overall log files? |
I am checking in the queue manager log files. It shows channel start and stopped log files.
Still I could not find out the issues. I have tried to increase the batch size of the sender and receiver channels. Though no outcome on this. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jun 25, 2012 5:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
visasimbu wrote: |
Still I could not find out the issues. |
Erm...
visasimbu wrote: |
I am checking in the queue manager log files. It shows channel start and stopped log files. |
What were you expecting to see - a line in the error log reading "This is your problem"???
If the logs contain repeated references to the channel starting and stopping, that's why the messages don't go very quickly; the channel is busy starting and stopping! The channel should start on first message, run until all the messages are sent, then become inactive (not stopped) after the configured interval.
So what's the reported reason for the channel starting & stopping? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Mon Jun 25, 2012 6:06 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Vitor wrote: |
If the logs contain repeated references to the channel starting and stopping, that's why the messages don't go very quickly; the channel is busy starting and stopping! The channel should start on first message, run until all the messages are sent, then become inactive (not stopped) after the configured interval.
So what's the reported reason for the channel starting & stopping? |
And also, to expand on Vitor's question, what is the time-stamp between start and stop? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|