How to Use DebugLogLevel Registry Value to Debug Report Desk Issues

How to Use DebugLogLevel Registry Value to Debug Report Desk Issues

Release Date: TBA
Version 8.6

Since Report Desk is a brand new feature of Elliott V8.5, you may encounter a problem with it.  If you do, a Netcellent support representative may ask you to turn on the debugging of Report Desk so a log file can be written to your %temp% folder.  You can then email the debug log file(s) to Netcellent for further analysis. 

To turn on the debugging feature of Report Desk, you will use "Regedit" and go to the following path:
    \\HKEY_CURRENT_USER\Software\NETcellent\Elliott\8.0\Report Desk\Debug
See sample screen below:


Create a String "DebugLogLevel" with the value of either "Summary" or "Details."  Then you will be ready to run Report Desk again.  A new dubug log file is created for each running of Report Desk on your computer.  Once you re-produce the error, browse to your %temp% folder.  Bring up Windows Explorer and enter %temp% in the address line:

Then press Enter. You will see a screen like this:

In this example, a file with the name RDDebug-181211183503.log is created.  If you open it, you can see data similar to the following:
----DEBUG: D----
12/11/2018 6:35 PM
Starting Report Desk
Starting Report Desk
Initializing components...
Loading...
Checking Registry settings...
ProcessCommandLine...
  D:\Netcellent\M\Elliott7\Bin85\EL850RD.Exe
  ARTYPLST.B.1.1.0
  /U=SUPERVISOR
  /C=ServerDSN=ELIROOT;Server=TS4
  /D=ServerDSN=ELI85DATA;Server=TS4
  /R=M:\ELLIOTT7
  /E=Y
  /V=8.5
  /L=BSS046
  /CO:01
  /P=YYYYY
  /F=

  Company : 01
  UserType:
Verifying connections...
VerifyConnections 1:
VerifyConnections 2:
Possible Populations...
Getting Rights info...
Loading report data...
BuildParametersPanel
VerifyReportDLL
AdjustFormatForParameters
Activating...
SetDefaultValues
GetGlobalVarDS
Ending _Load...

Email this debug file to Netcellent for further analysis.

You can turn off Report Desk debugging by going to registry and setting up the DebugLogLevel value to blank.


EMK


    • Related Articles

    • Report Desk: Registry Settings

      6/19/2019 Useful Registry Settings DebugLogLevel: Set to Summary or Details to write a progress log to a file named something like %temp%\RDDebug-<yymmddhhmmss>.Log. See ...
    • Debug Libraries for Animating

      Release Date: 12/7/2023 Versions: Elliott V8.5 and Up Rationale On occasion, the Netcellent developer will want to test a new version of a COBOL program without disturbing other users or developers sharing the same environment. With this update, the ...
    • Report Desk: Developer Documentation Roadmap

      Release Date: 5/20/2023 Version 8.6 The following articles are available to Report Desk developers: Data Structures Report Desk Tables : A description of the database tables used by Report Desk. Data Structures for Defaults and Enforcements : How ...
    • Report Desk: Developing Custom Reports

      Release Date: 8/3/2020 Version 8.6 Background Sometimes, a developer will need to create a Report Desk report for a particular customer. This may be on a contract basis, where the report will only be for the particular customer. Therefore, it would ...
    • Report Desk: Report Footer

      Release Date: 4/28/23 Version: 8.6 The purpose of report footers in User Defined Reports is to provide the ability to report aggregate information (sum, average, min, max, etc.) for the report. For example, in a Salesman list, a report footer can ...