User connectivity and password problems
Perform the following procedure to generate a set of logs for troubleshooting a user connectivity problem.
- Increase the log level for a specific user that is exhibiting the problem by running the
following command:
tell traveler log adduser finest <username>
Note: If the log statements are not associated with a particular user, they are labelled as a special user, called*system
. As a result, you can use*system
as a username with this tell command as well. - Delete or move any existing HTTP thread log files from the directory
<Domino data dir>/IBM_TECHNICAL_SUPPORT
. This is the default directory location, and the log files have the name formathtthr*.log
. In a Highly Available environment, this must be done on every server in the pool. - Turn on HTTP tracing.
tell http debug thread all
In a Highly Available environment, the above command must be run on every server in the pool (using the
-s *
option will not be sufficient).Note: Using tell commands only lasts until HTTP is restarted. Thenotes.ini
parameters are used each time HTTP is started. Therefore, you should use the tell commands if you only need them for a short period of time or you don't want to restart HTTP. Use thenotes.ini
values if you need the debugging to last across HTTP restarts. The equivalent notes values fortell http debug thread all
areHTTPEnableThreadDebug=1, HTTPEnablePostDataLogging=1
andHTTP EnableResponseContentLogging=1
innotes.ini
. - Ask the user to reproduce the problem and submit a Traveler Problem Report (TPR). For more
information, see Device logging. Important: Before communicating with HCL Support, note the user name, device ID, details of the problem, and the time the problem was reproduced.
- After the user submits the TPR, run the following command:
tell traveler dump <username>
- If this is not an HA configuration, run the
command:
tell traveler support <case_number>
If this is an HA configuration, run the command:tell traveler -s * support <case_number>
- Run the following command to undo the system settings you configured
in steps 1 and 2, if necessary:
tell traveler log removeuser <username> tell http debug thread off
In a Highly Available environment,
tell http debug thread off
must be run on every server in the pool.
Important: Outgoing SFTP is required for the Support command automatic upload. See Support command details for manual upload instructions and a complete list of options.