How do I create a Script log?

EthoTech Admin -

Article ID: KB0038

  1. Exit Microsoft Dynamics GP.
  2. Path to the Dex.ini file using Windows Explorer. The file can be found in your Dynamics GP folder [i.e. > Data if GP 10] .
  3. Open the Dex.ini file and search for the following statement:
    • ScriptDebugger
  4. If the statement exists, set it to TRUE; otherwise, add the following statement:
    • ScriptDebugger=TRUE
  5. Save and close the Dex.ini file, then Launch Microsoft Dynamics GP. A new option that is named "Debug" should appear on the tool bar.
  6. Go up to the point JUST BEFORE the operation you wish to log, and stop.
  7. Click Debug, and then click LogScripts. You will be prompted for the location in which you want to create the Script.log file.
  8. Perform the operation to be logged, then stop.
  9. Click Debug on the tool bar, and then click LogScripts to turn off the option.
  10. The Script log file is created in the location that you specified in step 7.
  11. Open dex.ini and set the following statements to FALSE:
    • ScriptDebugger 

Comments