Debug turned on at server - how to turn it off

My boss upgraded our one Domino server a few days ago and said he saw somewhere during the upgrade that Debug was turned on. He wants me to turn it off. How do I do that? I’m assuming a command at the server console but I can’t find what I need in Help or searching this forum. We aren’t talking about the Remote Debugger either. I’ve checked all configuration settings that I found in Help while searching and they are all okay.

Many thanks.

Subject: Debug turned on at server - how to turn it off

Hi,

Debug on the server is not exactly as you think.

When you need to debug something, you must ADD a notes.ini on your server to a specific debug (HTTP, AMgr, etc…)

Maybe he saw a message when you start the server. Take a look on your log, if this is true, on the message you have the parameter to be removed.

BUT if you don’t know what are you doing, just DON’T.

HTH,

Daniel

Subject: RE: Debug turned on at server - how to turn it off

The log says “Notes.ini contains the following DEBUG parameters: DEBUG_TCP_RESOLVER=1 SMTPCLIENTDEBUG=1”. Yet, when I use the Admin client, Server, Configurations Settings, Notes.ini settings, current parameters, neither one of these are in there. I searched Admin help for both of these parameters and didn’t get a hit on either one. Do I have to issue commands at the server console and, if so, what commands?

Many, many thanks.

Subject: RE: Debug turned on at server - how to turn it off

Hi,

I suppose your server had a TCPIP problem in the past. I believe you can remove this by the console as:

“set conf DEBUG_TCP_RESOLVER=”;

“set conf SMTPCLIENTDEBUG=”.

Then the parameters will be removed from notes.ini.

HTH,

Daniel

Subject: RE: Debug turned on at server - how to turn it off

THANK YOU VERY MUCH… but one question… in your response, you said “set conf SMTPCLIENTDEBUG=1” ← that is what the log showed as being the current setting. Should this one be set to null as you indicated with “DEBUG_TCP_RESOLVER”? Should these be set to null or zero?

MANY, MANY THANKS!

Subject: RE: Debug turned on at server - how to turn it off

Hi,

Sorry, It hould be no value as:

“set conf SMTPCLIENTDEBUG=”

HTH

Daniel

Subject: THANK YOU!!!