Recent content by wrpkm

  1. W

    -debugalert isn't working

    Try putting -debugalert on the command line rather than contained within the .PF file. Bill.
  2. W

    profiler help

    There is an undocumented handle PROFILER in progress 9.1D and documented in 10 for profiling: profiler:directory profiler:file-name profiler:enabled profiler:trace-filter profiler:listings These are some of the attributes that you can access, search the knowledge base or check out the...
  3. W

    Detecing Program Calls

    There is also the 4GL Profiler, this can be turned on and it will record all procedure calls until it is turned off and then the output files can be loaded into the Profiler Session Viewer to see which programs were called and how long each call was taking. William.
  4. W

    Detecing Program Calls

    Actually there appears to be a number of undocumented values that go up to 9 for each value, the most effective values that I have used is 7 for level and types. Compare using the values quoted to level 7 and you will see a difference. William.
  5. W

    Detecing Program Calls

    Check out the following commandline parameters, they are well documented in OE10 but in 9.1D they seem to fall in the realm of vaguely identified: -clientlog c:\temp\client.log -debugalert -logginglevel 7 -logentrytypes 7 These parameters will turn on 4GLTrace level logging into the...
  6. W

    problems disconnecting databases

    Software Developer One little thing that I ran into a while back is that if you define a variable using the like qualifier then the database must stay open, so when I was trying to close the database it would say that it closed but I could not open another similiar database as conflicts would...
Top