You can enable logging for a computer to record tranasaction activity during your Rational® DOORS®
client session. When you close your session the logging is disabled.To turn on logging you run DXL using the DXL editor before you start the operation you need to debug.
You must have write permission to the location youspecified in the output log file location. * Client logging requires that you can start RATDOORS client and log in successfully. * If you have setup DXL security Only users with Edit DXL power may edit and run DXL Procedure: 1.Log into DOORS as a user with permission to run DXL 2.Click Tools > Edit DXL 3.Type the following to the DXL input field string logfileLocation = "c:\\temp\\doorsclientlog.txt" int logLevel = 6 startLogging_(logfileLocation, logLevel) 4. Click run 5. Perform tha action that results in the issue you are trouble-shooting. 6. After the operation that requires logging is completed exit DOORS. Note: DOORS client logging is automatically disabled when you exit DOORS. You can also disable logging by running the following DXL command: stopLogging_() 7. Zip the log files and send it to Rational Support. Related links t_setupdxlsecurity