IBM Support

How to enable DOORS client logging

Question & Answer


Question

How do you enable IBM Rational DOORS client-side logging?

Cause

Rational DOORS Support might request that you enable client-side logging to further debug a problem that occurs in Rational DOORS client; this diagnostic procedure is not documented.

Answer

There are two options to enable DOORS client-side logs:

1. You run a DXL command from your DOORS client to enable client-side logging.

Run the following DXL from Rational DOORS client before you start the operation you need to debug:


string logfileLocation = "c:\\temp\\doorsclientlog.txt"
int logLevel = 6
startLogging_(logfileLocation, logLevel)


2. You can add logging for the DOORS client during startup using the following parameter.


doors.exe -msgLogFile "C:\temp\doorsclientlog.txt" -msgLogLevel 6

Note: There is no sensitive information in the log, only file transactions.

After the operation that requires logging is complete, you need to

  1. Exit the DOORS client
  2. Compress the log files (such as: .zip file) and send it to IBM Support.


DOORS client-side logging is automatically disabled when you exit the DOORS client.
You can also disable logging by running the following DXL command from Tools > Edit DXL:


stopLogging_()

For more information, see Enabling a transaction log in the IBM Rational DOORS client in the IBM Knowledge Center.

[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"General Information","Platform":[{"code":"PF033","label":"Windows"}],"Version":"9.5;9.5.0.1;9.5.0.2;9.5.0.3;9.5.0.4;9.5.0.5;9.5.0.6;9.5.0.7;9.5.1;9.5.1.1;9.5.1.2;9.5.1.3;9.5.1.4;9.5.1.5;9.5.1.6;9.5.1.7;9.5.1.8;9.5.2;9.5.2.1;9.5.2.2;9.5.2.3;9.5.2.4;9.5.2.5;9.5.2.6;9.5.2.7;9.6;9.6.0.1;9.6.0.2;9.6.0.3;9.6.0.4;9.6.0.5;9.6.0.6;9.6.1;9.6.1.1;9.6.1.2;9.6.1.3;9.6.1.4;9.6.1.5;9.6.1.6;9.6.1.7;9.6.1.8;9.6.1.9","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
01 May 2020

UID

swg21429583