Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Turn MQ tracing off

Status
Not open for further replies.

dingb1234

Technical User
Apr 7, 2003
1
US
HI
I got this info from one site. By adding the following two lines in our code, the MQ tracing can be set off.
MQEnvironment.disableTracing ();
MQException.log = null;

But this doesnt seem to help. MQ still keeps writing the message(MQJE001: Completion Code 2, Reason 2033) to the console. Does anyone have any answer for this?
 
Hello

I have the same problem.
The method MQEnvironment.disableTracing() disable the tracing to a file, but not to the console.
Does anyone knows a solution for this problem?

Thank you and sorry for my bad english.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top