GOAL:
How to generate a readable Progress Protrace file on Windows
On occasion, when a 4GL application crashes the resulting Protrace
file will only contain the name of a Progress .DLL file rather than
the name of the functions called up to the point of the failure.
In order to resolve function names and produce a readable Protrace
file, the Protrace facility needs to have the DLC\bin folder in the
system Path:
Option #1 - Add the location of the DLC\Bin folder to the system Path
Go to Control Panel > select System > select the Advanced tab > select
the Environment Variables button.
Locate the Path variable in System variables.
Double-click on the Path variable and add DLC\Bin to the end of the
string.
Restart any Progress processes to take into account the change to the
Path.