|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
User trace file keep on generating even if trace is off |
« View previous topic :: View next topic » |
Author |
Message
|
amiivas |
Posted: Wed Nov 26, 2014 4:31 am Post subject: User trace file keep on generating even if trace is off |
|
|
Apprentice
Joined: 14 Oct 2007 Posts: 44 Location: Texas, USA
|
I am seeing a strange issue with the user trace. The trace file <broker_name>.<exec_grp_uid>.user.trace.bin.0 keeps on getting populated even if the trace level is none. I have checked multiple times using below command to check the trace level:
mqsireporttrace <broker_name> -u
even after explicitly setting the trace level to none, it is still getting generated.
Am i missing some configuration? _________________ IBM WebSphere Certified Solution Developer |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 26, 2014 6:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Is it being produced for all EGs?
Do the EGs say the traces is enabled?
What version of WMB? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Dec 01, 2014 6:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
These are circular files, so they will overwrite the contents.
If you are concerned about the size of the circular file, there are options on mqsichangetrace for setting the number of lines... (-l? -c? I forget). |
|
Back to top |
|
 |
amiivas |
Posted: Mon Dec 01, 2014 11:13 pm Post subject: |
|
|
Apprentice
Joined: 14 Oct 2007 Posts: 44 Location: Texas, USA
|
Quote: |
Is it being produced for all EGs?
Do the EGs say the traces is enabled?
What version of WMB? |
For one broker, it is getting for all EGs and for another on other machine, it is getting generated for few EGs.
Yes for all EGs in question, the trace level is set to none:
Trace level: none, mode: safe, size: 5000KB
WMB version: 7.0.0.6
Quote: |
These are circular files, so they will overwrite the contents.
If you are concerned about the size of the circular file, there are options on mqsichangetrace for setting the number of lines... (-l? -c? I forget). |
Yes they are circular but I am not concerned about the size but why it is getting generated when the trace is off and how to stop it. _________________ IBM WebSphere Certified Solution Developer |
|
Back to top |
|
 |
rekarm01 |
Posted: Tue Dec 02, 2014 2:23 am Post subject: Re: User trace file keep on generating even if trace is off |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
amiivas wrote: |
I am seeing a strange issue with the user trace. The trace file <broker_name>.<exec_grp_uid>.user.trace.bin.0 keeps on getting populated even if the trace level is none. |
What's in the trace file? That should give some clue as to what's writing to it. It can contain data from Trace nodes and from broker message flow accounting and statistics, etc., even if the trace level is 'none'.
amiivas wrote: |
I have checked multiple times using below command to check the trace level:
Code: |
mqsireporttrace <broker_name> -u |
|
That only reports broker wide settings. Try with the '-e egName' option, alone or with the '-f messageFlow', as appropriate. Try also with the '-t' option instead of '-u', to check if service trace is enabled. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|