• Topic
  • Discussion
  • UdaWikiWeb.HowDoIDumpTheProgressErrorLog(Last) -- Owiki? , 2016-08-19 15:00:15 Edit owiki 2016-08-19 15:00:15

    How do I dump the Progress error log?

    Use this method to dump log files for offline servers:

    1. Login to the machine that contains the Progress DBMS.
    2. su to the Progress user.
    3. Execute the .profile associated with the Progress user.
    4. Insure that the database is offline.
    5. cd into the bin sub-directory of the Progress installation.
    6. Run the following command: prolog database_name


    Use this method to dump log files for online servers:

    1. Login to the machine that contains the Progress DBMS.
    2. su to the Progress user.
    3. Execute the .profile associated with the Progress user.
    4. cd into the bin sub-directory of the Progress installation.
    5. Run the following command: prolog database_name -online


    Referenced by...