Recent content by MadMichael

  1. M

    How to add the source name in the server.log

    See this thread http://www.progresstalk.com/showthread.php?t=93517&highlight=debugalert for a discussion of the -debugalert Agent startup parameter.
  2. M

    Progress errors (6404) and (6397)

    I am getting error (6404) "WebWrite() failed during npp_send" and eventually, after 10 retries of (6404), error (6397) "WTA: npp_send() failed" in my Webspeed Agent server.log. Using the "-debugalert" option for the agent, the stack trace shows these errors being generated by both my...
  3. M

    dumping progress 6.2 database

    The Bulk Loader utility is used to load previously-dumped data into a Progress database. It is provided as a faster alternative to the Data Dictionary Load. As you are trying to get data out of your database, I suspect it would not be of much use for you.
  4. M

    Custom error messages

    With the -debugalert option set for the broker, the [broker-name].server.log will show a 'stack trace' for each Progress error. The first stack trace message references a 'line number' where the error occurred. The output from 'compile [program-name] debug-list [output-filename].' will show...
  5. M

    Custom error messages

    Thanks, escript, the -debugalert option is a great tip. The line number in the stack trace refers to line numbers produced from a COMPILE with the DEBUG-LIST option.
  6. M

    appbuilder "unable to find web object code"

    That's it! Thanks so much, I have no idea how that setting got switched to Local...
  7. M

    appbuilder "unable to find web object code"

    When I try to run a Webspeed procedure with the "RUN" button in the appbuilder, I get "unable to find web object" in the browser because the procedure name has the drive letter (e.g. "y:\") prepended to it. I also see the drive letter in the Section Editor window header and the appbuilder...
Top